Commit graph

7835 commits

Author SHA1 Message Date
mvalaiyapathi
d8b052c3b1
Merge branch 'develop' into rslmerge/2026.07.16-to-develop 2026-07-10 12:05:17 -04:00
credelinghuys
2b337b41e4 CASH-2934: Allow multiple success events. Added additional event for phone number. 2026-07-10 08:58:32 -04:00
credelinghuys
df80ede623 CASH-3025: Consent management changes 2026-07-09 15:13:12 -04:00
Carl Nation
06880203e8 CASH-3022 save/load phone extension for C&C
CASH-3022 save/load phone extension for C&C
2026-07-09 14:58:41 -04:00
Minojhini Valaiyapathi
8fcd2c7f52 CASH-2981 - Added ProblemQuestionId 2026-07-09 14:45:27 -04:00
credelinghuys
14934ff62b CASH-2967: Show ServicePackageNameTest names in cart 2026-07-09 13:08:33 -04:00
credelinghuys
cf621394ad CASH-2934: Normalize phone number 2026-07-08 13:51:33 -04:00
credelinghuys
6bd115fa02 CASH-2948: ServicePackageNameTest experiment 2026-07-08 12:22:17 -04:00
scottkiener-at-safelite
b42b9edc74 Merge remote-tracking branch 'origin/release/2026.07.16' into rlsmerge/2026.07.16-to-develop 2026-07-07 14:12:59 -04:00
scottkiener-at-safelite
268ae966e0 Format 2026-07-07 13:12:36 -04:00
scottkiener-at-safelite
8384d9a237 CASH-2916 | Update unit tests 2026-07-07 13:10:06 -04:00
scottkiener-at-safelite
8e44d75a54 Formatting 2026-07-07 12:58:51 -04:00
scottkiener-at-safelite
87c1baf381 CASH-2916 | Consume new v2 endpoints for scheduling
Providers are now grouped for in-shop
They can accept ranges up to 180 but that is not needed yet
2026-07-07 12:08:59 -04:00
Carl Nation
b229d56abd CASH-2978 fix prereq tests
CASH-2978 fix prereq tests
2026-07-07 06:13:28 -04:00
credelinghuys
465e6b5968 CASH-2861: Pre select single damage option 2026-07-06 12:57:41 -04:00
Carl Nation
b437ca183e CASH-2978 added policy number validation
CASH-2978 added policy number validation
2026-07-06 08:12:52 -04:00
Carl Nation
a5d6308050 CASH-2978 claimnumber validation rules
CASH-2978 claimnumber validation rules
2026-07-02 12:48:57 -04:00
Carl Nation
4245128985 CASH-2978 page prereqs for non-c&c
CASH-2978 page prereqs for non-c&c
2026-07-02 11:49:17 -04:00
CarlNation
e0896e55b5
Merge branch 'develop' into nation/CASH-2844 2026-07-02 08:02:42 -04:00
Carl Nation
eeb438f003 prettier
prettier
2026-07-02 08:00:12 -04:00
Carl Nation
634687c80e cleaning up hard coded parent accounts
cleaning up hard coded parent accounts and using config from the cms instead
2026-07-02 07:52:49 -04:00
Carl Nation
91bcc37bf9 Merge branch 'develop' into nation/CASH-2844 2026-07-02 07:48:43 -04:00
Carl Nation
67f7d42fc6 cleaning up hard coded parent accounts
cleaning up hard coded parent accounts and using config from the cms instead
2026-07-02 07:48:31 -04:00
credelinghuys
04c5ce1cfc CASH-2934: Add phone option and consent checks to quote page modal 2026-07-01 14:51:01 -04:00
Carl Nation
1a952b764b cleaning up hard coded parent accounts
cleaning up hard coded parent accounts.  use cms as much as possible for dynamic behavior.
2026-07-01 12:52:54 -04:00
credelinghuys
d57a066faa CASH-2943: Remove bailout for all VinRequired vehicles 2026-06-29 14:32:32 -04:00
credelinghuys
9a4c2e71d5 Merge branch 'release/2026.07.09' into rlsmerge/2026.07.09-to-develop 2026-06-29 13:33:45 -04:00
matthew-sykes
a87b0f9ba1
Merge branch 'develop' into feature/CASH-2952 2026-06-29 10:07:08 -04:00
matthew-sykes
71766a922e
Merge branch 'develop' into feature/CASH-2952 2026-06-29 09:46:05 -04:00
scottkiener-at-safelite
480b3ab148 Intercept keystrokes via overlay 2026-06-29 09:32:03 -04:00
scottkiener-at-safelite
8e6e717a84 Fix unit test now that loading status is true on page load 2026-06-29 09:25:57 -04:00
scottkiener-at-safelite
dcf6a60825 Merge remote-tracking branch 'origin/develop' into feature/CASH-2880 2026-06-29 08:22:24 -04:00
scottkiener-at-safelite
2a22e8f5b3 CASH-2880 | Remove unused loader 2026-06-29 08:22:14 -04:00
credelinghuys
54fbc245f5 CASH-2954: Use V2 for parts-or-questions if VINRequired 2026-06-26 14:42:58 -04:00
credelinghuys
07a5659971 CASH-2544: Recal modal text update 2026-06-26 14:06:23 -04:00
credelinghuys
209d1db92a CASH-2872: Add promo codes to order subtotal 2026-06-26 11:44:25 -04:00
credelinghuys
1a16dc5fa0 CASH-2947: Add bailoutCode to FmgSessionData. Remove duplicate bailoutcode in vuex. 2026-06-25 14:11:14 -04:00
Matt Sykes
dbdf06869b Exclude quantummetric caused errors from logging unhandled rejection
Add quantummetric.com to the exclusion of unhandled rejection logging similar to browser extensions
2026-06-25 12:57:29 -04:00
Matt Sykes
84d31fa55c Fix textbox-question render failures on mobile-details and schedule
Harden the shared textbox-question component and its mobile flow parents
to prevent runtime-1 "undefined is not a function" errors seen in
CloudWatch (chunk 5615 / textbox-question.vue).

- Coerce modelValue to a string in textbox-question setup and value getter
- Ensure v-maska always receives a string mask
- Guard the value watcher when handleChange is unavailable
- Fix mobile-details v-model bindings (remove invalid this. prefix)
- Coerce address fields from store to strings before binding
- Correct malformed modelValue prop definitions on vehicle-protected-question
  and service-zip-question
- Add unit test for null modelValue coercion
2026-06-25 12:47:02 -04:00
Carl Nation
81a02d7fb9 CASH-632 remove horizontal row with page gradient
CASH-632 remove horizontal row with page gradient per Devyn
2026-06-25 12:11:35 -04:00
scottkiener-at-safelite
06eadce0e8 Merge remote-tracking branch 'origin/develop' into feature/CASH-2880 2026-06-25 11:07:32 -04:00
scottkiener-at-safelite
edff5b7528 Remove unused class 2026-06-25 11:07:18 -04:00
scottkiener-at-safelite
0adec758dd CASH-2880 | Add in selected date change animation 2026-06-25 10:14:44 -04:00
scottkiener-at-safelite
d9b8c0906e CASH-2880 | Make the loader show upon page load & Add loader to datepick
Reduce time that the spinner shows upon page load
Add a loading animation to date-picker
2026-06-24 15:52:11 -04:00
credelinghuys
8a678a6a41 CASH-2942: Update vinRequired property on vehicle update 2026-06-24 12:41:11 -04:00
scottkiener-at-safelite
5d8c5b44f5 CASH-2880 | Add loader to date-picker for scheduling 2026-06-24 10:42:36 -04:00
CarlNation
9a82d300d3
Merge branch 'develop' into nation/CASH-2844 2026-06-24 10:34:03 -04:00
Carl Nation
c21ff3c249 CASH-2844 more non C&C cleanup
CASH-2844 more non C&C cleanup.  load session to handle any part changes(fees) changed by safelite api.
dynamic damage types form managed vs unmanaged accounts
2026-06-24 10:31:30 -04:00
scottkiener-at-safelite
07a450104f CASH-2880 | Unit tests 2026-06-24 09:49:48 -04:00
scottkiener-at-safelite
cd83276dad CASH-2880 | Format 2026-06-24 09:20:10 -04:00