Commit graph

319 commits

Author SHA1 Message Date
Jeremy-Z
0a631a6dc4 Initial updates. 2026-04-10 11:41:33 -04:00
Jeremy-Z
bc309884cd Merge branch 'develop' into feature/jzimmerman/INSR-8742 2026-03-19 15:10:11 -04:00
Jeremy-Z
1d459cdacd Updates to the session logging logic. 2026-03-17 12:58:05 -04:00
Alex Humphries
3bd15f9054 INSR-7995: Adyen integration 2026-03-17 09:31:58 -04:00
Jeremy-Z
02b3e3c3f9 Initial digital session logging commits. 2026-03-16 12:20:21 -04:00
Katie Kroell
88669d4b55 Merge branch 'develop' into feature/kroell/INSR-8523 2026-03-09 09:16:44 -04:00
Katie Kroell
0d85096ab1 big truck bailout WIP 2026-03-09 09:16:22 -04:00
Alex Humphries
8c1991a5a5 INSR-8688: Add address autocomplete, fix edit location navigation 2026-03-04 16:32:00 -05:00
Alex Humphries
10c371aec7 Merge branch 'develop' into feature/humphries/INSR-7759 2026-02-20 10:20:39 -05:00
Alex Humphries
09a4b85e22 Address some copilot comments 2026-02-19 16:22:58 -05:00
Josh Dassinger
583a675fa3 Copilot changes 2026-02-19 09:18:57 -06:00
Alex Humphries
4e996145c3 INSR-7759: Update review sections, move contact details drawer 2026-02-18 16:22:35 -05:00
Josh Dassinger
c7b9137975 Initial work on moving components to the new bailout system. 2026-02-18 14:50:35 -06:00
SujathaAnishetty
1449f05f37 Merge branch 'develop' into feature/INSR-7750 2026-02-18 09:59:14 -05:00
Alex Humphries
9e1fe99ad1 Fix for missing routing table entries for vehicle questions
Vehicle question pages were missing entries to account for backward
navigation for new scenarios where we skip vin entry
2026-02-17 13:37:04 -05:00
SujathaAnishetty
fc27ed25e3 add test and remove alert reference 2026-02-17 12:24:23 -05:00
SujathaAnishetty
7c4d07de7b add bailout constant and routing 2026-02-17 10:14:37 -05:00
Josh Dassinger
551b1fdf52 Initial setup of global bailout system
Added router.navigateBailout
Added global bailout handling for javascript, api, and router errors
Removed unused / unneeded parameters passed into callHttpClient
2026-02-16 13:27:35 -06:00
Alex Humphries
916f56a50e INSR-8455: Skip vehicle-lookup on back navigation when appropriate 2026-02-13 17:27:28 -05:00
Josh Dassinger
65c5e0ec3c Merge branch 'develop' into feature/digital/joshdass/ESLint
# Conflicts:
#	src/layouts/tpa-search/tpa-search.spec.js
#	src/layouts/tpa-search/tpa-search.vue
2026-02-13 09:08:05 -06:00
Alex Humphries
f087ffa983 INSR-7775: vehicle-part Parity 2026-02-12 16:06:54 -05:00
Josh Dassinger
fc38033649 ESLint fix all warnings / errors. Removed old or disabled statements. 2026-02-12 13:26:00 -06:00
Bill Richardson
1cbdab73b3 molding question updates 2026-02-10 16:49:21 -05:00
AHumphriesSL
f883cd9cc7
Merge pull request #1042 from Safelite/feature/humphries/INSR-7752
INSR-7752: Contact Details parity updates
2026-02-05 15:27:21 -05:00
AHumphriesSL
55ae3d5507
Merge pull request #1046 from Safelite/feature/humphries/INSR-7774
INSR-7774: Added no vin option to vehicle lookup, and some style changes
2026-02-05 14:17:03 -05:00
Katie Kroell
8f9bea09d0 Merge branch 'develop' into feature/INSR-7749 2026-02-05 13:56:00 -05:00
Alex Humphries
32a083c242 INSR-7758: Add need help link and hide continue until questions answered 2026-02-05 13:05:30 -05:00
Alex Humphries
345f338f1a INSR-7774: Added no vin option to vehicle lookup, and some style changes 2026-02-05 10:05:59 -05:00
Katie Kroell
cc54f678ae Merge branch 'develop' into feature/INSR-7749 2026-02-04 14:58:22 -05:00
Katie Kroell
4ecd7d76b4 change bailout to requestcallback 2026-02-04 14:57:33 -05:00
Bill Richardson
b313147e0f Page Title updates take two?
I mustve deleted them or the stash
2026-02-04 11:48:51 -05:00
Alex Humphries
02281b3230 INSR-7752: contact-details page updates, other related data read/write updates 2026-02-02 16:53:37 -05:00
Alex Humphries
ebd4bf8714 Merge branch 'develop' into feature/humphries/INSR-7752 2026-02-02 14:53:50 -05:00
Bill Richardson
00936fd696 cursor updates 2026-02-02 13:06:02 -05:00
Bill Richardson
f06332c066 initial check in 2026-02-02 13:06:01 -05:00
Alex Humphries
7298f0b62f INSR-7752; Some routing adjustments and related store tweaks for contactinfo 2026-01-30 14:41:13 -05:00
Jeremy-Z
3f7a7fb1c1 Fixed issue where navigation back for unverified use case from policy holder details page. 2026-01-21 11:17:03 -05:00
Jeremy-Z
a9a1691070 Updated back route to default to welcome page. 2026-01-16 16:11:30 -05:00
Jeremy-Z
d8c77690fd Policy endorsement page route update. 2026-01-16 16:04:26 -05:00
Jeremy-Z
2044be3f00 Modifying the duplicate launched route. 2026-01-16 15:23:49 -05:00
Jeremy-Z
ebcbb1fd73 Missed a route. 2026-01-16 15:21:03 -05:00
Jeremy-Z
4ee381f553 Updating more navigation scenarios. 2026-01-16 12:21:38 -05:00
Jeremy-Z
97c3fe522b Navigation changes for moving policy holder details page to after vehicle selection and forcing it to always display. 2026-01-15 14:48:14 -05:00
Bill Richardson
35312ceb4b updates to mimic fmg for experiment api updates 2025-01-29 16:21:32 -05:00
Josh Dassinger
67d82a1eaa SSR-1724 Attempt to fix apple devices 2024-11-07 08:48:41 -06:00
michaela-brydon-safelite
f65d43d2e9
Merge pull request #815 from Safelite/bug/brydon/SSR-1440
Bug/brydon/ssr 1440
2024-08-19 12:58:19 -04:00
brich1212safe
e154f2622c
Merge pull request #820 from Safelite/feature/richardson/SSR-325.2
Continue with Cookie
2024-08-19 10:37:46 -04:00
Bill Richardson
943a17f8df PR updates and scenario 3,4 updates
Clear Cookie on Work order submit
Goto bailout on previously selected bailout
2024-08-15 16:05:30 -04:00
Josh Dassinger
cff9674063 Fix extra save session call from entry page causing invalid referral num 2024-08-14 12:11:05 -05:00
Bill Richardson
449c3ae634 Continue with Cookie
Handles scenario 1,2,5
Will work on 3,4 while this PR is up.
3: TPA previously chosen
4: finished flow.
2024-08-13 16:03:51 -04:00