Commit graph

9180 commits

Author SHA1 Message Date
Scott Kiener
59cf55a7fd Moved resetting of # of shops to be displayed 2025-07-16 15:06:23 -04:00
Scott Kiener
c0a93abfbf Change where modal open logic happens
prevents flashing the incorrect data
2025-07-16 14:49:26 -04:00
Scott Kiener
7324053990 Reorganized onModalOpen code 2025-07-16 14:47:14 -04:00
Scott Kiener
5e09e05216 Removed unused code & keep old provider selected 2025-07-16 14:43:59 -04:00
Scott Kiener
d3695695e4 Bubble click event through on textbox-question
Rename variable for readability on shop-question-popup
2025-07-16 14:17:29 -04:00
Scott Kiener
1217d2d333 Rename props/data for readability 2025-07-16 13:54:55 -04:00
Scott Kiener
5f3c24fb8f Fix newly introduced bug - enter key propagating on zip search 2025-07-16 13:43:05 -04:00
Scott Kiener
66b464cf3a Refactor of get more shops button 2025-07-16 13:37:10 -04:00
Scott Kiener
fab08bd179 Removed logic that repopulated provider data needlessly
we already have it on modal load from the parent
2025-07-16 10:41:11 -04:00
Scott Kiener
c1f7f7f734 Refactored shop-list-button to no longer need so many props
Everyone single usage did the same thing, reduced boilerplate by moving it to the component itself
2025-07-16 10:24:23 -04:00
Scott Kiener
141ebc33f5 Removed watcher 2025-07-15 16:01:08 -04:00
Scott Kiener
62e80028b7 lastSuccessfulZip removed 2025-07-15 15:43:26 -04:00
Scott Kiener
d41afdcee1 lastSearchedZip removed 2025-07-15 15:42:15 -04:00
Scott Kiener
12c3cabb25 Remove unused model-value, add newZipCode datamember 2025-07-15 15:32:21 -04:00
Scott Kiener
371849e924 AppointmentTypeString removal
We don't need this currently because there is no distinction between inshop and dropoff currently
2025-07-15 14:40:08 -04:00
Scott Kiener
fac44ed8df Remove isLoadingShops 2025-07-15 14:22:34 -04:00
Scott Kiener
9f36ed621c Remove prop associated with focusOnZipInput 2025-07-15 14:12:37 -04:00
Scott Kiener
040d30c96e Removed focusOnZipInput logic 2025-07-15 14:12:02 -04:00
Scott Kiener
c0e6817a2d Removed nextTick()s 2025-07-15 14:05:23 -04:00
Scott Kiener
28c83fbb89 Clean up all unused code, move display to computed
The only functionality changes here were:
displaySeeMoreLocationsLink()
and using the v-if on schedule page instead of inside component
2025-07-15 14:01:00 -04:00
Johnny Shultz
2839081866
Merge pull request #2649 from Safelite/feature/CASH-1158
CASH-1158
2025-07-15 09:54:57 -04:00
Johnny Shultz
ea8eb46f49
Merge branch 'release/2025.07.31' into feature/CASH-1158 2025-07-14 16:05:52 -04:00
Johnny shultz
3e83b5a899 CASH-1158
CASH-1158 fixed serviceZipQuestion button click event from bubbling up to schedule page, preventing unwanted background validation for timeslots before user has closed the drawer
2025-07-14 16:03:23 -04:00
CarlNation
c1db9eaa2a
Merge pull request #2634 from Safelite/rlsmerge/2025.07.10-to-dev
Rlsmerge/2025.07.10 to dev
2025-07-11 14:53:29 -04:00
CarlNation
28766ece98 Merge branch 'release/2025.07.10' into rlsmerge/2025.07.10-to-dev 2025-07-11 13:38:17 -04:00
CarlNation
5d972acca7 Merge branch 'develop' into rlsmerge/2025.07.10-to-dev 2025-07-11 13:37:37 -04:00
Johnny Shultz
1bb2cf86fc
Merge pull request #2632 from Safelite/feature/CASH-1077
CASH-816
2025-07-11 09:54:10 -04:00
Johnny shultz
72ae9ae2ab CASH-818
removing unused data property not being used for this PR
2025-07-11 09:26:57 -04:00
Johnny shultz
5ca35375a1 Merge remote-tracking branch 'origin/feature/CASH-1077' into feature/CASH-1077 2025-07-11 09:24:18 -04:00
Johnny shultz
835cfb01ac CASH-818
defect fixes for CASH-1149 and CASH-1154
2025-07-11 09:23:55 -04:00
Johnny Shultz
50d4658bea
Merge branch 'release/2025.07.10' into feature/CASH-1077 2025-07-10 16:08:35 -04:00
AdamCaouetteSafelite
f1f95bb353
Merge pull request #2633 from Safelite/feature/CASH-845-stage-4
Feature/cash 845 stage 4
2025-07-10 16:06:23 -04:00
AdamCaouetteSafelite
bec8b3d873 CASH-845 UI updates, content and CSS 2025-07-10 15:45:05 -04:00
Johnny shultz
f604f3c961 Merge remote-tracking branch 'origin/feature/CASH-1077' into feature/CASH-1077 2025-07-10 15:18:26 -04:00
Johnny shultz
2c1bbff8af CASH-816
formatting
2025-07-10 15:17:55 -04:00
Johnny Shultz
90655e76d3
Merge branch 'release/2025.07.10' into feature/CASH-1077 2025-07-10 15:09:31 -04:00
Johnny shultz
b5562ee714 CASH-816
CASH-816 fix for issues with 816,updating watcher for now, but can try to use a different approach for refactoring. added in css from before
2025-07-10 15:06:50 -04:00
AdamCaouetteSafelite
7471c537c1 CASH-845: add duration text block for date-picker 2025-07-10 14:36:30 -04:00
AdamCaouetteSafelite
995c2da5a1 CASH-845: move duration text block from time-slot-question to date-picker 2025-07-10 14:34:44 -04:00
michaela-brydon-safelite
e56278ff53
Merge pull request #2631 from Safelite/feature/brydon/DTECH-533
Step 1 fixing code coverage for FMG with sonarqube
2025-07-10 14:05:29 -04:00
Michaela Brydon
b20e742531 Adding test:unit script for pipeline run 2025-07-10 11:46:02 -04:00
Michaela Brydon
d61bda3863 Step 1 fixing code coverage for FMG with sonarqube 2025-07-10 10:54:47 -04:00
AdamCaouetteSafelite
749c5cc466
Merge pull request #2630 from Safelite/feature/CASH-845-stage-3
Feature/cash 845 stage 3
2025-07-10 09:44:39 -04:00
AdamCaouetteSafelite
26035ab37d CASH-845 prettier fixes 2025-07-10 09:28:25 -04:00
AdamCaouetteSafelite
03b588bcd9 Merge branch 'release/2025.07.10' into feature/CASH-845-stage-3 2025-07-10 09:27:16 -04:00
AdamCaouetteSafelite
c2aed7e25a CASH-845 add zipCode to mobile call payload 2025-07-10 06:46:56 -04:00
AdamCaouetteSafelite
66248db361 CASH-845 restore temp testing code 2025-07-10 06:32:52 -04:00
AdamCaouetteSafelite
fb03af0533 CASH-845 update api call method structure for new zipCode param to be passed 2025-07-10 06:32:02 -04:00
AdamCaouetteSafelite
b6178ead44 CASH-845 update getMobileTimeSlots call in store to take optional zipCode param 2025-07-10 06:09:24 -04:00
AdamCaouetteSafelite
b7ac78aaca
Merge pull request #2629 from Safelite/feature/CASH-845-stage-3
Feature/cash 845 stage 3
2025-07-09 15:50:08 -04:00