Commit graph

1882 commits

Author SHA1 Message Date
scottkiener-at-safelite
155ba5b1df Move data members to computeds
Data members should be used for data that cannot be derived from other constants/logic
2026-01-14 10:24:12 -05:00
scottkiener-at-safelite
34199fba0c Remove unused styling and references 2026-01-14 10:19:56 -05:00
scottkiener-at-safelite
508aa58c42 Remove unused button-question code
Also remove console log, now ready for styling
2026-01-14 10:17:37 -05:00
scottkiener-at-safelite
1c6105af53 Remove rules
Not needed, no button question
2026-01-14 10:15:08 -05:00
scottkiener-at-safelite
cdd967e222 Remove all pageData
Nothing on the page needs to be remembered anymore
2026-01-14 10:13:44 -05:00
scottkiener-at-safelite
b5d75d68bc Removed selectedProvider data member
It's not necessary to remember as there is no button logic on the page anymore
2026-01-14 10:08:45 -05:00
scottkiener-at-safelite
c7984ca111 Remove shop-preference-modal
Removed files entirely
2026-01-14 09:34:34 -05:00
scottkiener-at-safelite
ea231c8ac1 Remove recal modal 2026-01-14 09:27:31 -05:00
scottkiener-at-safelite
9d63dc09d2 Remove continue button, add loader 2026-01-14 09:20:48 -05:00
scottkiener-at-safelite
55f7dcf0fb INSR-6047 - New elements and functionality
Page is functional and has all necessary elements
No styling done
2026-01-14 09:17:58 -05:00
Katie Kroell
95c0719bcc cursor fix - remove unit tests for removed computed property 2026-01-09 15:59:08 -05:00
Katie Kroell
73e2bccb54 remove unneeded computed 2026-01-09 15:39:33 -05:00
Katie Kroell
5e681ff909 UI updates, unit test fixes 2026-01-09 14:02:28 -05:00
Katie Kroell
2f557137e0 UI/copy changes WIP 2026-01-08 14:56:12 -05:00
AHumphriesSL
8ece7b9095
Merge pull request #997 from Safelite/feature/humphries/centered-modal
Add prop to modal component to allow for centering
2026-01-07 15:56:50 -05:00
Alex Humphries
14b482c352 Add prop to modal component to allow for centering
- Defaults to "edge" position, which is to the right on desktop,
  and bottom on mobile. This *should* be the same as current behavior.
- When set to "center", mobile appearance is mostly unchanged (mostly just
  being closer to centered vertically), but desktop modals are centered
  both vertically and horizontally, with a higher width and a height
  dependent on content.
2026-01-07 14:37:00 -05:00
Josh Dassinger
6f1f963604 INSR-7765 Heritage Policy Vehicle changes 2026-01-06 11:13:04 -06:00
Josh Dassinger
c7bff1c758 Heritage Buttons Removed resetButtonStyle method calls as this method was removed before our recent button work 2026-01-05 12:09:55 -06:00
Josh Dassinger
fa965468b4 Initial work on moving heritage button styles to NextGen button component
Added button variant support
Added button size support
Merged button features from modal button to button component
Removed modal button component
Created button mixins for creating buttons
Created initial button variants using mixins
Moved client button customizations to mixins
2026-01-05 10:42:15 -06:00
Alex Humphries
4edd086a8f INSR-7763: Policy Holder Details Heritage parity
- Added phone, extension, and email fields
- Rearranged/resized fields to match Heritage
- Updated validation errors to match Heritage
- Added "Select State" placeholder to state dropdown
2025-12-26 11:58:37 -05:00
AHumphriesSL
e138a09499
Merge pull request #989 from Safelite/feature/humphries/INSR-7892
INSR-7892: Some fixes for default package select
2025-12-19 12:03:40 -05:00
Alex Humphries
1443f60906 INSR-7892: Some fixes for default package select
Also "Rain defense" -> "Rain Repel"
2025-12-19 09:10:35 -05:00
Bill Richardson
15f5feda9e spelling update 2025-12-18 14:43:25 -05:00
Bill Richardson
8ee87b3a8f Happy path vin-lookup loader update 2025-12-18 14:39:54 -05:00
Bill Richardson
ba9ee763e0 Updates for sub caption on textbox
Some welcome css for need help blurb
2025-12-18 14:02:20 -05:00
Bill Richardson
2b1356f143 forgot to put this back 2025-12-18 09:20:24 -05:00
Bill Richardson
fee28585e5 cookie preference update
welcome page format whitespace
screen transition fix for provider pref and prop for later fixes
2025-12-18 08:14:24 -05:00
Bill Richardson
123f545c24 tpa-search header update 2025-12-17 15:03:59 -05:00
Bill Richardson
c06303f33d vehicle damage updates 2025-12-17 13:24:53 -05:00
SujathaAnishetty
33b1ac796e Merge branch 'develop' into feature/INSR-7778 2025-12-15 14:47:09 -05:00
SujathaAnishetty
77683b5972 add call back link 2025-12-12 17:46:40 -05:00
AHumphriesSL
8390d9c49e
Merge pull request #983 from Safelite/feature/humphries/alignment-fix
Fix justification issue in subheader component
2025-12-12 15:29:20 -05:00
Alex Humphries
7a1b62801a Update some prop/variable names for consistency
Now consistent with the name used in the CMS
2025-12-12 15:28:04 -05:00
Jeremy-Z
76c06792d0 Updating some new code based on linting recommendations. No actual logic changes made. 2025-12-12 12:23:07 -05:00
AHumphriesSL
d17e2fc5b6
Merge pull request #980 from Safelite/feature/humphries/INSR-7776
INSR-7776: Vehicle Selection page parity updates
2025-12-12 11:01:07 -05:00
Alex Humphries
88875f730a INSR-7776: Vehicle Selection page parity updates
- Update placeholder handling for vehicle questions
- Update error messages for vehicle selection
- Adjust error styles to match heritage
2025-12-11 16:46:02 -05:00
SujathaAnishetty
be19e1ecee Merge branch 'develop' into feature/INSR-7778 2025-12-11 10:49:13 -05:00
SujathaAnishetty
3daf9e16d2 add zip field 2025-12-11 10:47:53 -05:00
Katie Kroell
37410041bf Merge branch 'develop' into feature/INSR-2206 2025-12-11 09:26:17 -05:00
Bill Richardson
782d52344b Random 2 deleted 2025-12-10 15:08:59 -05:00
Bill Richardson
0236bb87c7 remove button loader 2025-12-10 15:05:33 -05:00
SujathaAnishetty
a1f1ac0c20 Merge branch 'develop' into feature/INSR-7778 2025-12-09 16:59:47 -05:00
SujathaAnishetty
15dd8aafd5 ISS NextGen - Heritage Parity - Welcome_Page 2025-12-09 16:20:39 -05:00
Jeremy-Z
2c135c429c Fixing issue with combined-quote call. 2025-12-04 16:21:06 -05:00
Bill Richardson
33ed8e68fb access denied footer/css 2025-12-03 15:46:42 -05:00
Bill Richardson
1413140bef last updates for this card for now.
remove vehicle banner
blindly make header/css changes
2025-12-03 15:15:59 -05:00
Bill Richardson
4d14c07fcd payment page updates
feel like this is gonna need some work when we can get there.  not sure on the iframe and the 2 forms
2025-12-03 14:41:21 -05:00
Bill Richardson
4ab5496f6c order confirmation
couldnt nav to
formatting
remove banner
header updates
2025-12-03 14:29:52 -05:00
Bill Richardson
c85ec1e09e remove vehicle banner from tests and snapshots
for pages i have done
2025-12-03 14:13:55 -05:00
Bill Richardson
d357a3ba75 Files that i navigated to directly 2025-12-03 13:20:22 -05:00