Commit graph

2110 commits

Author SHA1 Message Date
Alex Humphries
e2f624b4b4 INSR-7774: Skip vehicle-lookup if not windshield replacement 2026-02-13 17:12:23 -05:00
scottkiener-at-safelite
b782e9d0db
Merge pull request #1078 from Safelite/feature/humphries/INSR-7752.2
INSR-7752: Validation tweaks, alert tweak to fix collapse animation
2026-02-13 15:13:35 -05:00
Alex Humphries
1f690985a0 INSR-7752: Validation tweaks, alert tweak to fix collapse animation 2026-02-13 14:02:01 -05:00
Josh Dassinger
0fa275f8b6
Merge pull request #1077 from Safelite/feature/digital/INSR-7930
INSR-7930 Implement Client Possessive logic
2026-02-13 12:25:43 -06:00
Josh Dassinger
fd8e8ec3fc INSR-7930 Implement Client Possessive logic 2026-02-13 11:56:35 -06:00
scottkiener-at-safelite
356f97cf33
Merge pull request #1076 from Safelite/feature/skiener/INSR-7748
INSR-7748 | Address-Vehicle page
2026-02-13 12:32:55 -05:00
AHumphriesSL
0f9922e38d
Merge pull request #1074 from Safelite/feature/humphries/INSR-7752.1
INSR-8434: Fix defects seen on contact-details
2026-02-13 12:25:58 -05:00
scottkiener-at-safelite
88dff3fe65 Unit test fixes 2026-02-13 12:18:50 -05:00
scottkiener-at-safelite
ed4c10af13 All non styling changes 2026-02-13 12:11:20 -05:00
Bill Richardson
71ba9f7b80 three of the 4 issues from card 2026-02-13 11:49:05 -05:00
Bill Richardson
ff6dca7650 drop off updates for schedule page
Morning Drop off.
2026-02-13 11:10:33 -05:00
Alex Humphries
e698862aa5 INSR-8434: remove unnecessary text-transform 2026-02-13 10:16:33 -05:00
Josh Dassinger
51b7dc961e ESLint from merges 2026-02-13 09:14:22 -06: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
scottkiener-at-safelite
e91eb62d54 Remove superfluous snapshot 2026-02-13 09:33:51 -05:00
Alex Humphries
053cd44cbe INSR-8434: Fix defects seen on contact-details 2026-02-12 17:58:35 -05:00
scottkiener-at-safelite
1675f10e66 Merge remote-tracking branch 'origin/develop' into feature/INSR-7771 2026-02-12 17:08:17 -05:00
AHumphriesSL
397f1482e7
Merge pull request #1072 from Safelite/feature/humphries/INSR-7775
INSR-7775: vehicle-part Parity
2026-02-12 17:01:28 -05:00
Alex Humphries
ac0721d470 Margin tweak 2026-02-12 16:38:36 -05:00
AHumphriesSL
99aa828753
double quotes -> single quotes
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 16:18:35 -05:00
Alex Humphries
4a97b0bc13 Fix bad copy-paste for comment 2026-02-12 16:09:32 -05:00
Alex Humphries
f087ffa983 INSR-7775: vehicle-part Parity 2026-02-12 16:06:54 -05:00
scottkiener-at-safelite
e6df0cbf93 Merge remote-tracking branch 'origin/develop' into feature/INSR-7771 2026-02-12 15:25:53 -05:00
scottkiener-at-safelite
b76cbd8e15 Remove snapshot test 2026-02-12 14:51:05 -05:00
scottkiener-at-safelite
dca9c93efb Update unit tests for tpa-search 2026-02-12 14:49:44 -05:00
Josh Dassinger
3300801672 Merge branch 'feature/digital/joshdass/ESLint' into feature/digital/joshdass/ESLint-fixes
# Conflicts:
#	src/layouts/order-confirmation/add-to-calendar/add-to-calendar.vue
#	src/layouts/order-confirmation/add-to-calendar/calendar-modal-question/calendar-modal-question.vue
2026-02-12 13:44:04 -06:00
scottkiener-at-safelite
1e857502df Convert px to rem 2026-02-12 14:27:29 -05:00
Josh Dassinger
fc38033649 ESLint fix all warnings / errors. Removed old or disabled statements. 2026-02-12 13:26:00 -06:00
AHumphriesSL
c415f10ffa
Merge pull request #1065 from Safelite/feature/humphries/INSR-7757
INSR-7757: order-confirmation Parity
2026-02-12 13:08:24 -05:00
Alex Humphries
4618f1c4f9 Add nullish check to prevent error when lineItems.glassParts is undefined 2026-02-12 12:47:01 -05:00
Alex Humphries
f45b7fbde5 INSR-7757: Better glass list handling for order confirmation page 2026-02-12 12:27:29 -05:00
Josh Dassinger
fa7e2bc596 INSR-2208 Only show big truck providers
Cleaned up GetProviders store logic.
2026-02-12 10:54:08 -06:00
Alex Humphries
694c274be4 INSR-7757: Copilot suggestions to fix a couple bugs 2026-02-11 17:01:43 -05:00
Alex Humphries
32bf06ea59 INSR-7757: Fix some tests 2026-02-11 16:41:32 -05:00
Alex Humphries
8bf7d282d4 INSR-7557: Add to calender button fixes 2026-02-11 15:59:48 -05:00
Josh Dassinger
1413267f16 INSR-6190 Don't show mobile service option for big truck 2026-02-11 14:51:46 -06:00
Alex Humphries
4dab87bf3f INSR-7757: More cart updates 2026-02-11 14:08:58 -05:00
Jeremy-Z
75c18a29ce Changing pinia persistance to use session storage instead of local storage. Added appropriate store reset logic. 2026-02-11 12:43:37 -05:00
Bill Richardson
1cbdab73b3 molding question updates 2026-02-10 16:49:21 -05:00
Alex Humphries
b5ecac8b5a INSR-7757: Update order confirmation page and cart 2026-02-10 16:46:39 -05:00
Bill Richardson
712ae15099 Fix test 2026-02-10 16:41:58 -05:00
scottkiener-at-safelite
227bf943cf Merge remote-tracking branch 'origin/develop' into feature/INSR-7771 2026-02-10 15:37:21 -05:00
scottkiener-at-safelite
fb7b1ce5ed Final styling 2026-02-10 15:36:57 -05:00
Bill Richardson
04160506bb No changes just hit save for formatting 2026-02-10 15:25:30 -05:00
Bill Richardson
4392eaf001 skipping tests til morning 2026-02-09 17:01:08 -05:00
Bill Richardson
70672621cd catch shop time error 2026-02-09 16:40:58 -05:00
scottkiener-at-safelite
0017c49a6d Need help functionality 2026-02-09 14:40:17 -05:00
scottkiener-at-safelite
88eb468616 Merge remote-tracking branch 'origin/develop' into feature/INSR-7771 2026-02-09 14:38:52 -05:00
scottkiener-at-safelite
979f2015f5 Need Help link styling 2026-02-09 14:38:45 -05:00
scottkiener-at-safelite
8b4cf64f18 Shop selection styling 2026-02-09 14:21:37 -05:00