Scott Kiener
10ca9ce8ba
Refactor submit button logic
2025-07-17 13:17:30 -04:00
Bryan Mauger
1fcfb247a5
CASH-1042 WIP parts-question page formatting.
2025-07-17 12:43:43 -04:00
Bryan Mauger
440c372f5b
CASH-1042 update confirmation submit button.
2025-07-17 12:02:37 -04:00
Bryan Mauger
113ab742ed
CASH-1042 WIP confirmation page changes.
2025-07-17 11:46:21 -04:00
AdamCaouetteSafelite
f08b64bddb
CASH-845: prettier caught an extra space
2025-07-17 11:08:17 -04:00
AdamCaouetteSafelite
583ce61f57
CASH-845 add comment to explain rationale
2025-07-17 10:45:19 -04:00
AdamCaouetteSafelite
bea71eb171
CASH-845: fixing apptType/providerNumber/zipCode conflicts
2025-07-17 10:30:30 -04:00
Scott Kiener
6c1b90225e
Move method to computed, remove resetbuttonstyle calls
2025-07-17 10:08:28 -04:00
Scott Kiener
46c2119426
Some formatting and removed answers = [] references
2025-07-17 10:04:42 -04:00
bmauger
4b3572ec07
Merge branch 'develop' into CASH-1042-header-and-progress-bar-style-updates
2025-07-17 09:55:09 -04:00
CarlNation
38e43256d7
Merge branch 'release/2025.07.17' into rlsmerge/2025.07.17-to-dev
2025-07-17 06:58:58 -04:00
Bryan Mauger
18c21dd265
Format code.
2025-07-16 16:15:34 -04:00
Scott Kiener
fa0d988335
Readability and generate answers refactor
2025-07-16 15:58:50 -04:00
Bryan Mauger
f510fd3f94
CASH-1042 PR comment updates.
2025-07-16 15:51:11 -04:00
Scott Kiener
33c2401392
Fixed modal button validation issue
2025-07-16 15:36:26 -04:00
Scott Kiener
c4aa209413
Fix issue where answer was not auto selected
...
If it was not in the initial three questions it didn't load correctly
2025-07-16 15:19:15 -04:00
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
Bryan Mauger
99c4f2edcb
CASH-1042 fix unit test.
2025-07-16 14:08:55 -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
Bryan Mauger
1699bada22
Remove unused css. Remove unused component code.
2025-07-16 13:39:44 -04:00
Scott Kiener
66b464cf3a
Refactor of get more shops button
2025-07-16 13:37:10 -04:00
Bryan Mauger
9f837b33d0
Merge branch 'CASH-1042-header-and-progress-bar-style-updates' of https://github.com/Safelite/DigitalConsumer.FixMyGlass into CASH-1042-header-and-progress-bar-style-updates
2025-07-16 13:34:22 -04:00
Bryan Mauger
22ed5c26bd
CASH-1042 format code.
2025-07-16 13:34:17 -04:00
bmauger
626fb09747
Merge branch 'release/2025.07.31' into CASH-1042-header-and-progress-bar-style-updates
2025-07-16 13:29:23 -04:00
Bryan Mauger
7a908dead5
CASH-1042 WIP
2025-07-16 12:00:41 -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
Bryan Mauger
3c4a856277
CASH-1042 WIP
2025-07-15 16:22:03 -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
Minojhini Valaiyapathi
120be59919
CASH-1179 - Updating Vin only for Audi going back to 2010
2025-07-15 14:31:47 -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
Minojhini Valaiyapathi
91773ce11c
CASH-1179 - Removed Audi from vin suppression list
2025-07-15 12:09:11 -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
Bryan Mauger
15023adb96
CASH-1042 WIP
2025-07-14 15:49:25 -04:00
Chloe Herd
2f03cd9621
Pass no default values for some fields
2025-07-14 14:30:22 -04:00
Chloe Herd
1c840c7d3c
Refine data passed to sierra -- 1161
2025-07-14 13:01:00 -04:00
scottkiener-at-safelite
00bc0c8c14
Merge branch 'release/2025.07.17' into feature/missed-07.17-merges
2025-07-14 11:03:22 -04:00
Scott Kiener
62a23d9538
Merge pull request #2585 from Safelite/CASH-926-donation-updates
...
CASH-926 update donation cart styles.
2025-07-14 10:22:48 -04:00
Minojhini Valaiyapathi
54e3e9ef97
CASH-1165 - Ran format
2025-07-14 10:09:50 -04:00
Minojhini Valaiyapathi
e9536dbf3b
CASH-1165 - VINs are requested now mercedes,Volkswagen back to 2010 & BMW back to 2010
2025-07-14 09:59:35 -04:00
Scott Kiener
cfb916d3b6
Auto stash before cherry pick of "Merge pull request #2599 from Safelite/feature/CASH-926-cart-updates-v1"
2025-07-14 09:36:43 -04:00
chloeherdsafelite
d892181356
Merge pull request #2627 from Safelite/feature/CASH-365-update
...
Correct page data model for interfacing with save-session
2025-07-14 09:26:01 -04:00
chloeherdsafelite
39f0db4a5f
Merge pull request #2623 from Safelite/feature/CASH-365
...
Pass data to SierraConfig
2025-07-14 09:25:30 -04:00
Chris
72b5866c50
Merge pull request #2615 from Safelite/feature/CASH-952
...
Feature/CASH-952
2025-07-14 09:24:42 -04:00
Chris
3b2874e7ec
Merge pull request #2613 from Safelite/feature/CASH-952
...
CASH-952: Remove VAPS from price and unused method.
2025-07-14 09:24:17 -04:00
chloeherdsafelite
a1edf6a01a
Merge pull request #2612 from Safelite/feature/CASH-1029-techreview
...
Check against constant
2025-07-14 09:23:49 -04:00
Matt Caimi
1267486308
Merge pull request #2609 from Safelite/feature/CASH-926
...
CASH-926 amount due correction
2025-07-14 09:23:23 -04:00
CarlNation
a950c13b27
Merge pull request #2607 from Safelite/nation/CASH-1029
...
CASH-1029
2025-07-14 09:22:56 -04:00
Chris
b1cd52f27d
Merge pull request #2606 from Safelite/feature/CASH-955
...
Feature/CASH-955
2025-07-14 09:22:39 -04:00
Chris
b92d2f3d3a
Merge pull request #2604 from Safelite/feature/CASH-952
...
CASH-952: Afterpay banner update
2025-07-14 09:22:17 -04:00
CarlNation
4b211550d1
Merge pull request #2602 from Safelite/nation/CASH-1029
...
CASH-1029 Dynamo Logging
2025-07-14 09:21:45 -04:00
Scott Kiener
1ee10b7cde
Merge
2025-07-14 09:20:56 -04:00
bmauger
a3c738e86d
Merge pull request #2600 from Safelite/CASH-1028-add-ein-add-footer-copy
...
Cash 1028 add ein add footer copy
2025-07-14 09:20:04 -04:00
Johnny Shultz
76a181ae64
Merge pull request #2589 from Safelite/feature/CASH-341
...
CASH-341
2025-07-14 09:12:22 -04:00
bmauger
fc5f9edde2
Merge pull request #2581 from Safelite/CASH-926-move-charitable-donation-in-cart
...
CASH-926 move FL donation to other location in cart.
2025-07-14 09:09:16 -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
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
Bryan Mauger
4b803e7026
CASH-1042 WIP
2025-07-10 09:40:55 -04:00
AdamCaouetteSafelite
26035ab37d
CASH-845 prettier fixes
2025-07-10 09:28:25 -04:00
Bryan Mauger
fe441d8ba0
CASH-1042 WIP modal updates.
2025-07-10 09:22:30 -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
f7351ca5be
CASH-845 prettier fixes
2025-07-09 15:37:48 -04:00
AdamCaouetteSafelite
3ba3f8a4fc
CASH-845 quick fixes to get JS changes working again
2025-07-09 15:35:24 -04:00
Bryan Mauger
4327efef6f
CASH-1042 WIP steps updates.
2025-07-09 15:28:16 -04:00
Bryan Mauger
9d511d0b6f
CASH-1042 WIP add steps to button.
2025-07-09 13:50:30 -04:00
chloeherdsafelite
0940b9c11a
Merge branch 'release/2025.07.10' into feature/CASH-365-update
2025-07-09 13:49:38 -04:00
Johnny Shultz
a247ac9ae1
Merge branch 'release/2025.07.10' into feature/CASH-816v2
2025-07-09 13:00:05 -04:00
Johnny shultz
cd1d9986e9
CASH-816
...
CASH-816 settling service-location/scehdule changes from my PR for 816 that didnt get merged in correctly yesterday
2025-07-09 12:58:09 -04:00
AdamCaouetteSafelite
e734d94df9
CASH-845: prettier changes
2025-07-09 12:38:40 -04:00
Chloe Herd
e3d474fe9c
Prettier
2025-07-09 12:36:41 -04:00
Chloe Herd
d5d0aa289e
Correct page data model for interfacing with save-session
2025-07-09 12:34:34 -04:00
AdamCaouetteSafelite
c1220f9d00
CASH-845: more ironing out to ensure appointmentType stays accurate
2025-07-09 12:28:22 -04:00
Bryan Mauger
f5d67aa9f8
CASH-1042 progress bar updates. WIP
2025-07-09 10:36:56 -04:00
AdamCaouetteSafelite
7193090020
Merge branch 'release/2025.07.10' into feature/CASH-845-stage-2
2025-07-09 10:28:02 -04:00
Scott Kiener
7ab6c46eff
CASH-814 | Refactor and bug fix
2025-07-09 10:07:29 -04:00
AdamCaouetteSafelite
b482cd781f
CASH-845 refactor from PR
2025-07-09 09:41:13 -04:00
Scott Kiener
79dba3bdd8
CASH-814 | Remove unused method
2025-07-09 09:32:08 -04:00
Scott Kiener
01944ca5c7
Merge remote-tracking branch 'origin/release/2025.07.10' into feature/Digital/CASH-814
2025-07-09 09:29:50 -04:00
Scott Kiener
b2615f3db8
CASH-814 | Cleanup pt 1
2025-07-09 09:29:37 -04:00
AdamCaouetteSafelite
f4a830cab9
CASH-845 - prettier edits
2025-07-09 09:04:46 -04:00
AdamCaouetteSafelite
35dbb3887b
CASH-845 - sorting out appointmentType conflicts
2025-07-09 08:59:53 -04:00
AdamCaouetteSafelite
d4ed508c1f
Merge branch 'release/2025.07.10' into feature/CASH-845-stage-2
2025-07-08 16:27:36 -04:00
AdamCaouetteSafelite
917873515c
CASH-845: prettier changes
2025-07-08 16:23:38 -04:00
AdamCaouetteSafelite
751468eb06
CASH-845 big merge of service-location page into schedule page
2025-07-08 15:50:57 -04:00
Johnny Shultz
50edcb0236
Merge branch 'release/2025.07.10' into feature/CASH-816
2025-07-08 15:50:31 -04:00
Johnny shultz
630d3370b3
CASH-816
...
CASH-816 formatting
2025-07-08 15:49:04 -04:00
Johnny shultz
78b64929ce
Merge remote-tracking branch 'origin/feature/CASH-816' into feature/CASH-816
2025-07-08 15:46:12 -04:00
Johnny shultz
372a0cafad
CASH-816
...
CASH-816 post tech review changes, made fix in modal to avoid having to fix unit tests
2025-07-08 15:28:19 -04:00
Chloe Herd
5b36edbb0c
Null check
2025-07-08 15:28:08 -04:00
Chloe Herd
ab95e075b1
Store new data in sierra config
2025-07-08 15:11:42 -04:00
Chloe Herd
dc6af2b3ba
Save service package amounts in page data
2025-07-08 15:11:17 -04:00
Bryan Mauger
f7f6654915
CASH-1042 parity style updates.
2025-07-08 13:46:52 -04:00
AdamCaouetteSafelite
1eb0c3e091
CASH-845: persistant prettier issue, hope this resolves it
2025-07-08 12:10:35 -04:00
AdamCaouetteSafelite
0e07f13b37
CASH-845: update unit tests, some temp changes to Schedule tests to come back to
2025-07-08 12:03:31 -04:00
Johnny Shultz
95805c63d3
Merge branch 'release/2025.07.10' into feature/CASH-816
2025-07-08 11:31:06 -04:00
Johnny shultz
ba1217d36c
CASH-816
...
CASH-816 clean up, defect fixes, looks to be running smoothly now
2025-07-08 11:25:11 -04:00
AdamCaouetteSafelite
13094dfaae
Merge branch 'release/2025.07.10' into feature/CASH-845-stage-2
2025-07-07 19:37:07 -04:00
Bryan Mauger
f8f6c9cd72
CASH-1042 style updates for parity.
2025-07-07 16:36:51 -04:00
AdamCaouetteSafelite
8e1bf7bc0e
Merge branch 'release/2025.07.10' into feature/CASH-845
2025-07-07 14:21:55 -04:00
Scott Kiener
c1a5dcdeef
CASH-814 | Styling, cleanup, auto select, CMS integration
2025-07-07 12:13:08 -04:00
Bryan Mauger
c6a998311a
CASH-1042 style updates for parity.
2025-07-07 11:16:20 -04:00
AdamCaouetteSafelite
9f37c2cf42
CASH-845 stage 2: update pagePrerequisites
2025-07-03 15:17:05 -04:00
AdamCaouetteSafelite
fc088ecd08
CASH-845: prettier change
2025-07-03 14:49:59 -04:00
AdamCaouetteSafelite
13b8e7f737
CASH-845 restore handle-heritage-return completely
2025-07-03 14:46:48 -04:00
AdamCaouetteSafelite
76d67981f6
CASH-845 router change refactor
2025-07-03 14:44:39 -04:00
Bryan Mauger
fee18e744b
CASH-1042 update columns.
2025-07-03 12:53:38 -04:00
Scott Kiener
7bb1060d91
Merge remote-tracking branch 'origin/release/2025.07.10' into feature/Digital/CASH-814
2025-07-03 10:02:02 -04:00
Scott Kiener
449771b002
CASH-814 | Most work done, need refactor and CSS
2025-07-03 10:00:02 -04:00
Bryan Mauger
bc8fcca2ea
WIP CASH-1042
2025-07-03 09:26:04 -04:00
AdamCaouetteSafelite
825e27413d
CASH-845: prettier formatting
2025-07-02 14:38:18 -04:00
AdamCaouetteSafelite
6ede4b3a0c
Merge branch 'release/2025.07.10' into feature/CASH-845
2025-07-02 14:31:42 -04:00
AdamCaouetteSafelite
2a89bd86a4
CASH-845: routing changes
2025-07-02 12:34:50 -04:00
AdamCaouetteSafelite
94dea85a94
CASH-845: move old versions prior to CASH-845 work into their own files with comments and excluded from unit tests
2025-07-01 15:02:50 -04:00
AdamCaouetteSafelite
c557680038
CASH-845: save old and new versions of pages together
2025-07-01 14:46:57 -04:00
Johnny shultz
0032a3a1dd
Merge remote-tracking branch 'origin/feature/CASH-816' into feature/CASH-816
2025-07-01 13:50:12 -04:00
Johnny shultz
9e6965b0ab
CASH-816
...
CASH-816 formatting
2025-07-01 13:49:35 -04:00
Johnny Shultz
639c96452e
Merge branch 'release/2025.07.10' into feature/CASH-816
2025-07-01 13:46:28 -04:00
Johnny shultz
87013401f5
CASH-816
...
CASH-816 fixed defect CASH-1121, didnt even need this if statement for anything so I removed it
2025-07-01 13:44:13 -04:00
Chris Redelinghuys
0337ed17a9
CASH-952: UI Updates
2025-07-01 10:02:49 -04:00
Johnny shultz
0528d316cf
CASH-816
...
CASH-816 changed some px to rem
2025-07-01 09:15:14 -04:00
Johnny shultz
0036d4f9ca
CASH-816
...
CASH-816 fixed unit tests and removed stray comment in shopQuestionPopup
2025-06-30 23:47:23 -04:00
Johnny shultz
1b12017f63
CASH-816
...
CASH-816 fixed all of adams comments + got additionalButtonDataFunctional, and hopefully fixed unit tests
2025-06-30 22:52:55 -04:00
Johnny shultz
adfb325fae
Merge remote-tracking branch 'origin/release/2025.07.10' into feature/CASH-816
2025-06-30 17:07:10 -04:00
Johnny shultz
55b9a86fe4
CASH-816
...
CASH-816 finished moving shop functionality into drawer
2025-06-30 15:01:19 -04:00
chloeherdsafelite
250d59e53e
Merge branch 'release/2025.07.10' into feature/CASH-1029-techreview
2025-06-30 09:12:04 -04:00