Commit graph

3816 commits

Author SHA1 Message Date
AHumphriesSL
ca07b076b8
Merge pull request #1164 from Safelite/feature/humphries/INSR-8879
Add events to vehicle-damage, vin-lookup, and license-plate-lookup
2026-04-03 09:36:16 -04:00
US\katie.kroell
6f122bc8c3 final styling fixes 2026-04-02 11:47:19 -04:00
US\katie.kroell
492a537a1a accessibility fix for toggle components 2026-04-02 11:25:17 -04:00
Katie Kroell
44ce4fc449 Merge branch 'feature/kroell/INSR-8907' of https://github.com/Safelite/DigitalConsumer.ISS into feature/kroell/INSR-8907 2026-04-01 16:24:23 -04:00
Katie Kroell
120c4c4c89 copilot fixes 2026-04-01 16:24:02 -04:00
katiekroell
2c7b536344
Update src/layouts/schedule-page/schedule-page.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-01 16:23:15 -04:00
katiekroell
6b9ea7ca3b
Update src/layouts/schedule-page/recal-ack-modal/recal-ack-toggle/recal-ack-toggle.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-01 16:21:58 -04:00
katiekroell
92f235585d
Update src/layouts/schedule-page/recal-ack-modal/recal-ack-toggle/recal-ack-toggle.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-01 16:21:08 -04:00
Katie Kroell
1a8a26cdb7 unit test fix 2026-04-01 15:26:32 -04:00
Katie Kroell
768952e030 UI parity 2026-04-01 15:07:49 -04:00
Alex Humphries
029529b391 INSR-8879: Fix failing tests 2026-04-01 14:50:24 -04:00
Alex Humphries
19c7d41b62 INSR-8879: Various fixes
- Fixed some cases for events for specific parts
- Fixed error handling/detection in license plate lookup and vin lookup
2026-04-01 13:43:30 -04:00
Katie Kroell
fd052b8566 Merge branch 'develop' into feature/kroell/INSR-8907 2026-04-01 12:51:25 -04:00
Katie Kroell
4290f21175 updates 2026-04-01 12:50:40 -04:00
scottkiener-at-safelite
5fa9aba5fd Merge remote-tracking branch 'origin/develop' into feature/skiener/INSR-2124 2026-04-01 12:28:30 -04:00
Alex Humphries
1d931707b1 Remove console.log 2026-04-01 11:32:10 -04:00
Alex Humphries
2cf558c18f Add events to vehicle-damage, vin-lookup, and license-plate-lookup 2026-04-01 11:18:05 -04:00
scottkiener-at-safelite
4f3c798108 Add in environment swapping 2026-04-01 11:14:00 -04:00
scottkiener-at-safelite
8e902b27cb Revert the revert 2026-04-01 10:52:05 -04:00
scottkiener-at-safelite
539ce94277 Update the mobile fee when a new mobile zip is called 2026-03-31 15:01:59 -04:00
scottkiener-at-safelite
03cd0fb7a9 Remove restrictions on calling updateMobileFee
The method it is calling will determine if it should be updated or not
2026-03-31 14:14:18 -04:00
Bill Richardson
c6d4cf32ca readability
null means car doesnt check recal
2026-03-31 14:13:43 -04:00
scottkiener-at-safelite
1ea73c3fba Make sure MSR mobile fee is always added to order
Avoid coverage type and hidden fee restrictions
2026-03-31 14:07:47 -04:00
scottkiener-at-safelite
eb70c32680 Add zip code and recal parts to mobile fee call 2026-03-31 14:04:13 -04:00
scottkiener-at-safelite
a4436a9a32 Revert "Add method to get recal parts from glassParts"
This reverts commit 4c115a531b.
2026-03-31 13:52:00 -04:00
scottkiener-at-safelite
4c115a531b Add method to get recal parts from glassParts 2026-03-31 13:51:14 -04:00
scottkiener-at-safelite
8f4331107d Fix bug in querystring-helper
Used the wrong value in nested loops
2026-03-31 13:50:35 -04:00
Bill Richardson
b640278833 copilot updates 2026-03-31 13:31:36 -04:00
Bill Richardson
247237ba48 updates for mobile first popup 2026-03-31 13:09:30 -04:00
Katie Kroell
874250ac61 undo changes to serviceability details 2026-03-30 10:42:33 -04:00
Katie Kroell
a9b6e91dc3 Merge branch 'develop' into feature/kroell/INSR-8907
# Conflicts:
#	src/layouts/schedule-page/schedule-page.vue
2026-03-30 10:42:12 -04:00
Katie Kroell
ce3ff6e6b4 add unit test 2026-03-27 14:21:58 -04:00
copilot-swe-agent[bot]
2d00e6e1c1 Fix ineffective test assertion in updateSupportingItems test
Agent-Logs-Url: https://github.com/Safelite/DigitalConsumer.ISS/sessions/fb2f46f9-6e42-4502-8833-3d3cae89de85

Co-authored-by: katiekroell <100247286+katiekroell@users.noreply.github.com>
2026-03-27 17:31:42 +00:00
katiekroell
5fc719849e
Update src/store/store.spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 13:29:13 -04:00
katiekroell
53e7e640c5
Update src/store/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 13:28:49 -04:00
Katie Kroell
bd20d47849 fix Labor2 part being added to order 2026-03-27 13:08:45 -04:00
copilot-swe-agent[bot]
94f1504ef9 fix: use .some() instead of .filter() in isRecalPartOrHasChildRecalPart to return boolean
Agent-Logs-Url: https://github.com/Safelite/DigitalConsumer.ISS/sessions/af7c0e65-2f59-45e0-8c49-f5c468cafa1a

Co-authored-by: katiekroell <100247286+katiekroell@users.noreply.github.com>
2026-03-27 15:54:58 +00:00
katiekroell
744f1b4724
Update src/helpers/recal-helper.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 11:51:40 -04:00
Katie Kroell
4bff273b47 fix recal logic 2026-03-27 11:42:46 -04:00
Katie Kroell
23f6693a8c recal logic updates 2026-03-27 09:59:17 -04:00
Katie Kroell
590b5a47c9 fix events 2026-03-26 12:36:00 -04:00
AHumphriesSL
537a070951
Merge pull request #1151 from Safelite/feature/humphries/INSR-9036
INSR-9036: Fix mapping issue with Adyen Afterpay
2026-03-25 16:05:33 -04:00
AHumphriesSL
1714c232f8
Merge pull request #1149 from Safelite/feature/humphries/INSR-8878
INSR-8878/9031: Add analytics events on welcome-page and contact-details
2026-03-25 16:04:50 -04:00
Katie Kroell
933449fbdf recal ack modal WIP 2026-03-25 14:56:54 -04:00
Bill Richardson
1cb6b1798b toString the Max min minutes 2026-03-25 14:27:12 -04:00
Alex Humphries
376a061b9e INSR-9036: Fix mapping issue with Adyen Afterpay 2026-03-25 10:48:52 -04:00
Bill Richardson
a9ae7666b6 mobile styling 2026-03-25 10:29:14 -04:00
Alex Humphries
6acefcb307 Move accountName logic to store getter, better required field search 2026-03-24 17:28:26 -04:00
Alex Humphries
7f565fb8cf INSR-8878/9031: Add analytics events on welcome-page and contact-details 2026-03-24 17:15:15 -04:00
Bill Richardson
6f643c388b couple copilot things 2026-03-24 15:52:04 -04:00
Bill Richardson
372213eefd update for loading modal
some unused code clean up
repair/replace added to cms
2026-03-24 15:35:30 -04:00
Bill Richardson
d068ff4446 updates for mobile first
feel like i removed something
2026-03-24 15:35:30 -04:00
Bill Richardson
bc0a509c66 just to have 2026-03-24 15:35:30 -04:00
Bill Richardson
3938eea60c commit to transfer laptop 2026-03-24 15:35:30 -04:00
Katie Kroell
29f727a342 recalAckModal WIP 2026-03-24 15:18:24 -04:00
Jeremy-Z
a6d3b72380 Merge branch 'develop' into feature/jzimmerman/INSR-8742 2026-03-20 12:02:46 -04:00
scottkiener-at-safelite
706528b2f4 INSR-8913 | Ensure all items are priced before being taxed 2026-03-20 09:05:21 -04:00
Jeremy-Z
bc309884cd Merge branch 'develop' into feature/jzimmerman/INSR-8742 2026-03-19 15:10:11 -04:00
AHumphriesSL
2c488803bd
Merge pull request #1142 from Safelite/feature/humphries/INSR-7995
INSR-7995: Adyen integration
2026-03-19 10:47:26 -04:00
Jeremy-Z
a96695da3a Added a helper class for useragent utilities. 2026-03-18 13:45:39 -04:00
Jeremy-Z
bc19d336a6 Merge branch 'develop' into feature/jzimmerman/INSR-8742 2026-03-18 12:54:55 -04:00
Jeremy-Z
686f07ec44 Refactoring. 2026-03-18 12:54:35 -04:00
Jeremy-Z
597685a02b Refactoring. 2026-03-18 12:27:03 -04:00
Jeremy-Z
6a80a9b1b0 More updates. 2026-03-18 12:11:07 -04:00
Alex Humphries
91858f1d28 INSR-7995: Fix an issue with AfterPay 2026-03-18 11:37:39 -04:00
Katie Kroell
f7aa751054 remove duplicate code 2026-03-18 11:31:36 -04:00
Katie Kroell
d6298e9baf add unit test 2026-03-18 11:30:26 -04:00
Jeremy-Z
6c65786109 Adding population of work order id.
Fixed some formatting issues.
2026-03-18 11:28:12 -04:00
Katie Kroell
cb7e4fa714 remove Labor2 from supporting items 2026-03-18 11:07:11 -04:00
Alex Humphries
ab565fccec INSR-7995: Address some inconsistencies 2026-03-17 13:15:51 -04:00
Jeremy-Z
1d459cdacd Updates to the session logging logic. 2026-03-17 12:58:05 -04:00
Jeremy-Z
e2e705f000 Refinements. 2026-03-17 12:24:05 -04:00
Alex Humphries
5a795744ee INSR-7995: Remove unnecessary IP in request body 2026-03-17 12:22:49 -04:00
Jeremy-Z
1d14694157 Merge branch 'develop' into feature/jzimmerman/INSR-8742 2026-03-17 11:06:52 -04:00
Alex Humphries
aac6cd1dea INSR-7995: Address copilot comments 2026-03-17 10:00:13 -04:00
Alex Humphries
3bd15f9054 INSR-7995: Adyen integration 2026-03-17 09:31:58 -04:00
Jeremy-Z
7565ac85f0 Refinements. 2026-03-16 14:54:20 -04:00
Katie Kroell
7b112e0c3d unit test fix 2026-03-16 13:21:21 -04:00
Katie Kroell
adbaa7d0ca copilot fixes 2026-03-16 12:57:12 -04:00
Jeremy-Z
02b3e3c3f9 Initial digital session logging commits. 2026-03-16 12:20:21 -04:00
katiekroell
8c0c82eeaf
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 11:33:22 -04:00
Katie Kroell
c29bc10640 fixes 2026-03-16 11:13:11 -04:00
Katie Kroell
5a13165d09 remove old alert, bailout with non-serviceable vehicle 2026-03-16 11:07:46 -04:00
Katie Kroell
cd4cf33db5 reset heavy truck bailout before looking up a new vehicle 2026-03-16 11:07:12 -04:00
Katie Kroell
2e4bfaaab6 bailout before choosing new glass 2026-03-16 10:28:02 -04:00
katiekroell
b8e08da56c
Merge pull request #1139 from Safelite/feature/kroell/INSR-8523
INSR-8523: Bail out if non-serviceable big truck is selected
2026-03-11 13:10:45 -04:00
Jeremy-Z
743de4c152 Removed debugging statement. 2026-03-10 14:13:50 -04:00
Jeremy-Z
97528e8b4f Merge branch 'develop' into feature/jzimmerman/INSR-8742 2026-03-10 13:46:01 -04:00
Katie Kroell
d5804c72e5 Merge branch 'feature/kroell/INSR-8523' of https://github.com/Safelite/DigitalConsumer.ISS into feature/kroell/INSR-8523 2026-03-10 13:23:35 -04:00
Katie Kroell
07e563a29f use constant 2026-03-10 13:23:09 -04:00
katiekroell
67b18aef33
Update src/layouts/policy-vehicles/policy-vehicles.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 13:17:14 -04:00
katiekroell
5a27faba57
Update src/constants/vehicle-lookup-alert-types.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 13:15:57 -04:00
katiekroell
98e8881cd7
Update src/layouts/address-lookup/address-lookup.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 13:15:35 -04:00
katiekroell
5abf45db2f
Update src/layouts/license-plate-lookup/license-plate-lookup.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 13:15:10 -04:00
katiekroell
465b3a90c6
Update src/layouts/vin-lookup/vin-lookup.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 13:14:41 -04:00
Katie Kroell
2e124a8fd5 remove unneeded method 2026-03-10 13:12:55 -04:00
Katie Kroell
e7a9b61873 Merge branch 'develop' into feature/kroell/INSR-8523 2026-03-10 12:57:41 -04:00
Katie Kroell
2ae6dbd2dc remove unit tests for unused alert 2026-03-10 12:57:14 -04:00
Katie Kroell
96574ed187 keep big truck bailout data 2026-03-10 11:27:46 -04:00
Katie Kroell
5495fdcbf8 method fixes 2026-03-09 16:13:43 -04:00
CarlNation
bd48617d3b
Merge pull request #1138 from Safelite/revert-1123-feature/skiener/serviceability-details-change
Revert "Serviceability details update"
2026-03-09 15:37:31 -04:00
Katie Kroell
d97772f214 Merge branch 'develop' into feature/kroell/INSR-8523 2026-03-09 15:24:50 -04:00
Katie Kroell
468dc02dec missed a commit 2026-03-09 15:19:09 -04:00
CarlNation
174cb7ebf5
Revert "Serviceability details update" 2026-03-09 15:07:10 -04:00
Katie Kroell
568d7ae291 Merge branch 'feature/kroell/modal-defects' of https://github.com/Safelite/DigitalConsumer.ISS into feature/kroell/modal-defects 2026-03-09 15:04:33 -04:00
Katie Kroell
e2ff57fdbe copilot fix 2026-03-09 15:04:00 -04:00
katiekroell
a6163328f9
Update src/digital-components/modal/modal.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-09 15:03:36 -04:00
katiekroell
5ba937834c
Update src/iss-components/recal-modal/recal-modal.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-09 15:03:21 -04:00
Katie Kroell
63043b4796 Merge branch 'develop' into feature/kroell/modal-defects 2026-03-09 14:40:50 -04:00
Katie Kroell
e9470fb213 modal fixes 2026-03-09 14:40:30 -04:00
scottkiener-at-safelite
518cb88652 Unit test fix 2026-03-09 11:32:00 -04:00
scottkiener-at-safelite
77d60a274b Merge remote-tracking branch 'origin/develop' into feature/skiener/INSR-8541 2026-03-09 11:21:10 -04:00
scottkiener-at-safelite
bcfa12997b INSR-8541 | Add OEM bullet point, link, and modal
verified deductible only
2026-03-09 11:13:16 -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
Jeremy-Z
f69cc5b176 Merge branch 'develop' into feature/jzimmerman/INSR-8742 2026-03-06 11:48:13 -05:00
Jeremy-Z
9f35e93e3c Changed the analytics calls to not bailout on failure. 2026-03-06 11:47:56 -05:00
AHumphriesSL
7c7f7b5f90
Merge pull request #1134 from Safelite/feature/humphries/INSR-8688
INSR-8688: Add address autocomplete, fix edit location navigation
2026-03-06 11:29:28 -05:00
Jeremy-Z
c2929cb68a Added ref seq num + parent account number to logpage payloads. 2026-03-06 10:30:28 -05:00
Alex Humphries
301f8f0c5b Address some comments around guarding againt iframe loading issues 2026-03-06 10:20:02 -05:00
Alex Humphries
10f4469ebb INSR-8720: Fix payment-page defects
- Adjust error message font size
- Hide redundant loading modal for PayPal
- Adjust iframe resize behavior for when Afterpay opens in the iframe
  instead of as a pop-up
2026-03-06 09:57:01 -05:00
Jeremy-Z
ecf5ba48ab INSR-8742:
Fixing the issue with missing session key.
2026-03-06 09:57:00 -05:00
AHumphriesSL
a03478cd3e
Merge pull request #1130 from Safelite/feature/humphries/INSR-8123
INSR-8123: Update some more modals
2026-03-05 10:32:40 -05:00
Alex Humphries
52645df56c INSR-8688: More awaits and broader try/catch for google places API calls 2026-03-05 10:31:41 -05:00
Alex Humphries
a1cdf7b630 Update unit tests to account for mocking out/ignoring google maps script 2026-03-05 10:05:29 -05:00
Alex Humphries
8c1991a5a5 INSR-8688: Add address autocomplete, fix edit location navigation 2026-03-04 16:32:00 -05:00
Katie Kroell
7e84c9f681 Merge branch 'develop' into feature/kroell/service-packages-defects 2026-03-04 10:05:24 -05:00
Katie Kroell
1880479154 reset service package if vaps are removed from cart 2026-03-04 10:04:44 -05:00
Bill Richardson
24bf136145 whoops 2026-03-03 16:53:40 -05:00
Katie Kroell
503c946207 check if package is available before pre-selecting 2026-03-03 14:44:31 -05:00
Katie Kroell
d724ea3e65 Merge branch 'feature/kroell/service-packages-defects' of https://github.com/Safelite/DigitalConsumer.ISS into feature/kroell/service-packages-defects 2026-03-03 14:37:01 -05:00
Katie Kroell
246aea7edc reset service package 2026-03-03 14:36:43 -05:00
katiekroell
262df86e82
Update src/layouts/service-packages/service-packages.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-03 14:32:18 -05:00
katiekroell
b4144dbf63
Update src/layouts/service-packages/service-packages.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-03 14:32:01 -05:00
Alex Humphries
3b5adb2ebb Update snapshots 2026-03-03 14:27:50 -05:00
Bill Richardson
d2cb36fe13 for now until moved to save 2026-03-03 14:25:00 -05:00
Katie Kroell
105fc97d5d unneeded stuff 2026-03-03 14:13:05 -05:00
Alex Humphries
be86421a7b INSR-8123: Update some more modals
- Remove modalPosition related code now that all modals are centered
- Allow parent components to set text of the close link
- Updates styling for specific modals so that they match their
  Heritage counterparts
2026-03-03 14:04:50 -05:00
Bill Richardson
49f65766cb capture if there is a provider but no timeslot
reset provider to mimic coming into page first time.
* TPA probably needs similar to clear if timeslot present
2026-03-03 13:11:18 -05:00
Bill Richardson
f0e294a928 Move alert down below text 2026-03-03 13:11:18 -05:00
Katie Kroell
e9f3db1352 Merge branch 'develop' into feature/kroell/service-packages-defects 2026-03-03 13:03:04 -05:00
Katie Kroell
152f5f81dd save package to store / pre-select 2026-03-03 12:24:06 -05:00
Katie Kroell
1858aa10c9 service-packages defects 2026-03-02 13:55:48 -05:00
AHumphriesSL
7a9aa23814
Merge pull request #1124 from Safelite/bugfix/humphries/order-confirmation
Fixes a few defects on order-confirmation:
2026-03-02 09:22:40 -05:00
AHumphriesSL
cca8ab0e28
Merge pull request #1119 from Safelite/feature/humphries/INSR-7760
INSR 7760: payment-page Parity
2026-03-02 09:15:51 -05:00
scottkiener-at-safelite
a6ecd8db80 Put variables in alphabetical order per Brich 2026-03-02 07:51:32 -05:00
Alex Humphries
6503b45c8d Merge branch 'develop' into feature/humphries/INSR-7760 2026-02-27 17:14:33 -05:00
Alex Humphries
17e48f17cf Unit test updates 2026-02-27 17:00:38 -05:00
Alex Humphries
42b23a24a5 Fixes a potential issue with non-existent recycle fee 2026-02-27 16:14:59 -05:00
Alex Humphries
f49168b4da Fixes a few defects on order-confirmation:
- INSR-8676: Display proper copy for windshield repair
- INSR-8684 Fix some display differences for paid orders
- Also fixes a defect where the cart was real close to the footer on
  mobile
2026-02-27 15:56:33 -05:00
scottkiener-at-safelite
ecfd8317d1 Serviceability details update
Modify parameters needed for new endpoint functionality
2026-02-27 15:17:54 -05:00
AHumphriesSL
24160e8b48
Merge pull request #1122 from Safelite/bugfix/humphries/INSR-8544
INSR-8544: Fix some error/alert differences
2026-02-27 13:31:28 -05:00
AHumphriesSL
71a130a855
Merge pull request #1121 from Safelite/bugfix/humphries/INSR-8561
INSR-8561: Fix default "enter" key behavior
2026-02-27 13:25:23 -05:00
Alex Humphries
f8aa275aac INSR-8544: Fix some error/alert differences 2026-02-27 13:20:38 -05:00
Alex Humphries
1cd6bdc432 Add validator and unit tests related to button type 2026-02-27 12:58:13 -05:00
Alex Humphries
e1e7ee086e Remove redundant aria-disabled 2026-02-27 12:49:52 -05:00
Katie Kroell
bf93a57dce missed one 2026-02-27 11:58:00 -05:00
Katie Kroell
2c810282fd copilot fixes 2026-02-27 11:57:18 -05:00
Alex Humphries
8db41a1e10 INSR-8561: Fix default "enter" key behavior
This specifically fixes an issue where hitting "enter" on the welcome
page was triggering the "finish filing existing claim" button, even in
cases where that modal was not visible.
2026-02-27 11:21:57 -05:00
Katie Kroell
216815c853 move recal modal to iss components 2026-02-26 15:33:00 -05:00
Alex Humphries
3a5e1b5021 Merge branch 'develop' into feature/humphries/INSR-7760 2026-02-26 15:26:21 -05:00
Alex Humphries
15130a3151 Remove loopback-network permission 2026-02-26 15:22:08 -05:00
Alex Humphries
98a227afce INSR-7760: Address copilot comments
- Add some missing semicolons
- Better null checking for iframe
- Better iOS check
- Correct icon for successful dropdown input
2026-02-26 15:08:57 -05:00
Alex Humphries
db8d5bc3b5 INSR-7760: Some more payment-page and HOP updates 2026-02-26 14:49:44 -05:00
Katie Kroell
2f8650174d updates/remove unneeded code 2026-02-26 14:47:14 -05:00
Katie Kroell
258b5ae20b Merge branch 'develop' into feature/kroell/INSR-8094 2026-02-26 14:15:59 -05:00
Katie Kroell
ae76220e84 update 2026-02-26 14:15:33 -05:00
Katie Kroell
faa75178aa ADAS recal modal 2026-02-26 13:46:21 -05:00
Bill Richardson
71f8c2347a missed undo 2026-02-26 10:51:39 -05:00
AHumphriesSL
d053faa132
Merge pull request #1115 from Safelite/feature/humphries/INSR-7759.1
Fix a couple defects found while testing payment-method
2026-02-26 10:10:12 -05:00
Alex Humphries
6ec3d55de9 Update test to account for changes 2026-02-26 09:59:55 -05:00
Katie Kroell
9fcc352bae WIP 2026-02-26 09:48:24 -05:00
Katie Kroell
6ee2bbb1e7 Merge branch 'develop' into feature/kroell/INSR-8094 2026-02-26 09:16:46 -05:00
Katie Kroell
2bcf303fd1 recal modal WIP 2026-02-26 09:15:57 -05:00
Alex Humphries
9d3ce7a90f INSR-7760: More HOP updates, afterpay button handling 2026-02-25 17:24:05 -05:00
Bill Richardson
836e383b46 handle a weird quick click. 2026-02-25 16:07:11 -05:00
Bill Richardson
e1a8f8a00c clear mobile data if invalid zip entered 2026-02-25 16:07:11 -05:00
Bill Richardson
0c3515cef1 fix for unservicable. 2026-02-25 16:07:11 -05:00
Bill Richardson
8aeea7d5ef fix tests 2026-02-25 14:37:43 -05:00
Bill Richardson
b4e929d574 some hide show updates change modelValue to emit 2026-02-25 14:23:29 -05:00
Alex Humphries
0ec6bb17eb Fix a couple defects found while testing payment-method
- INSR-8663: contact-details was inadvertently blanking out provider
- INSR-8666: shop-address was overwriting a global validation rule,
    causing incorrect validation text to appear on later pages
2026-02-25 13:47:45 -05:00
Katie Kroell
c2d316d0cb tpa recal modal 2026-02-25 13:36:14 -05:00
Bill Richardson
f72772e6b0 More readable check 2026-02-25 13:12:33 -05:00
Bill Richardson
965b579f59 Fix mobile alert wrap 2026-02-25 13:12:33 -05:00
Bill Richardson
32757d3887 one more revert 2026-02-25 13:02:02 -05:00
Bill Richardson
0963c31291 revert changes from a previous PR 2026-02-25 12:57:59 -05:00
Katie Kroell
92d72d482c Merge branch 'develop' into feature/kroell/INSR-8094 2026-02-25 12:33:47 -05:00
Katie Kroell
a50e9b8e55 modals WIP 2026-02-25 12:33:26 -05:00
Alex Humphries
bfab246497 INSR-7760: Update cart items reference in payment page 2026-02-25 12:01:38 -05:00
AHumphriesSL
0b5cc01b7c
Merge pull request #1111 from Safelite/feature/humphries/INSR-7760
INSR-7760: Mostly updates for HOP styling
2026-02-25 11:51:17 -05:00
Alex Humphries
9c724c4aea Remove loopback-network permission not needed outside local environment 2026-02-25 11:35:54 -05:00
Alex Humphries
f49ea6673d INSR-7760: Mostly updates for HOP styling 2026-02-25 09:34:49 -05:00
Katie Kroell
4643ec65cb steering modal updates 2026-02-24 16:20:59 -05:00
Katie Kroell
a01e4834fd updates to cancel claim modal 2026-02-24 14:50:56 -05:00
Katie Kroell
1f1d36f50a modal updates 2026-02-24 12:24:28 -05:00
Josh Dassinger
cf3043c407 INSR-8549 Added getServiceabilityDetails changes to service-zip-modal-question 2026-02-24 09:00:49 -06:00
Katie Kroell
51c7a68fc9 Merge branch 'develop' into feature/kroell/INSR-8094 2026-02-24 09:15:05 -05:00
Katie Kroell
d8e9f445b1 Merge branch 'develop' into feature/kroell/coverage-statement-bailout 2026-02-23 16:26:39 -05:00
Alex Humphries
a98304530c Fix failing tests, remove no longer needed test 2026-02-23 14:45:23 -05:00
Katie Kroell
9a15915034 new bailout for ITAC/No Comp coverage statement 2026-02-23 14:38:04 -05:00
Alex Humphries
00dacdbbb8 INSR-8562: Fix initialization to properly account for PIA disabled 2026-02-23 14:22:31 -05:00
Josh Dassinger
883d1980dc
Merge pull request #1104 from Safelite/feature/digital/INSR-8549
INSR-8549 Fixed Zipcode 99546 causing all sorts of issues in NextGen
2026-02-23 11:11:41 -06:00
AHumphriesSL
1f80b31f11
Merge pull request #1101 from Safelite/feature/humphries/INSR-7759
INSR-7759: payment-method Parity Updates
2026-02-23 11:35:43 -05:00
AHumphriesSL
998c2a403d
Merge pull request #1102 from Safelite/feature/humphries/INSR-7775.1
INSR-8542: Fix some validation and responsive defects
2026-02-23 11:34:44 -05:00
Josh Dassinger
dbb46c58e7 INSR-8549 Fixed some edge cases
Fixed logger not logging Error type correctly
2026-02-23 09:55:36 -06:00
Josh Dassinger
edbd6b3e2d INSR-8549 Missed file 2026-02-20 14:22:58 -06:00
Josh Dassinger
4056dcf8d1 INSR-8549 Fixed Zipcode 99546 causing all sorts of issues in NextGen 2026-02-20 14:21:41 -06:00
Alex Humphries
fd4434f48d Merge branch 'develop' into feature/humphries/INSR-7775.1 2026-02-20 10:31:31 -05:00
Alex Humphries
10c371aec7 Merge branch 'develop' into feature/humphries/INSR-7759 2026-02-20 10:20:39 -05:00
Alex Humphries
2a1b9d4426 INSR-7759: Fix some failing tests, remobe some pointless ones 2026-02-20 10:15:22 -05:00
Josh Dassinger
8d423312e9 INSR-8547 Fixed isBigTruck sending undefined 2026-02-20 08:22:08 -06:00
Josh Dassinger
3b1196395f
Merge pull request #1094 from Safelite/feature/digital/components-to-new-bailouts
Initial work on moving components to the new bailout system.
2026-02-20 07:18:34 -06:00
Alex Humphries
7141931014 INSR-8542: Fix some validation and responsive defects 2026-02-19 17:10:11 -05:00
Alex Humphries
09a4b85e22 Address some copilot comments 2026-02-19 16:22:58 -05:00
Katie Kroell
56422e5459 modal updates WIP 2026-02-19 16:14:40 -05:00
Alex Humphries
69fc996a84 Fix sms opt in hide 2026-02-19 16:09:18 -05:00
Alex Humphries
7b694f2fc3 INSR-7759: More payment-method updates
- Updates to how saving/closing contact details affects other fields
- Updates to loading payment method and smsOptIn from store
- Wiper offer panel
2026-02-19 16:03:32 -05:00
Alex Humphries
f0ef62597b INSR-7759: More payment-method updates 2026-02-19 15:59:45 -05:00
Bill Richardson
e25ff4d2c2 Update blur for this one textbox 2026-02-19 15:08:16 -05:00
Josh Dassinger
86e5ac4630 If we have an error on entry page parsing the client or validating the client tag we should show unauthorized and log the error. 2026-02-19 12:34:50 -06:00
scottkiener-at-safelite
9802f185fd
Merge pull request #1098 from Safelite/feature/kiener/INSR-8513
TPA Search - Defect fixes
2026-02-19 12:41:57 -05:00
katiekroell
0834143cdf
Merge pull request #1097 from Safelite/feature/kroell/INSR-8105
INSR-8105: Afterpay modal on coverage-statement page
2026-02-19 12:37:47 -05:00
Josh Dassinger
ea5836b3e4 Address comments about policy / deductible / coverage calls failing should not bailout and just switch to no coverage
IsVinAddressable API call failure now returns false
Improved logging for cases
Fixed Vehicle Style bailout when selecting select style value
2026-02-19 11:13:29 -06:00
Bill Richardson
14b1221c11 dont call shop timeslots if no provider 2026-02-19 11:17:25 -05:00
Alex Humphries
e12ac95cc7 INSR-7759: Review dropdown header tweak, contact details drawer updates 2026-02-19 11:12:14 -05:00
Katie Kroell
d8068f43f6 Merge branch 'develop' into feature/kroell/INSR-8105 2026-02-19 11:02:18 -05:00
Katie Kroell
ba66b40e1e copilot - add unit tests / remove unneeded code 2026-02-19 10:58:12 -05:00
katiekroell
0384723fc2
Update src/layouts/coverage-statement/coverage-statement.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-19 10:53:09 -05:00
scottkiener-at-safelite
2aae86641b Save zip searched 2026-02-19 10:42:09 -05:00
scottkiener-at-safelite
7e04424c7c Make sure service zip is used for initial tpa search if it exists 2026-02-19 10:31:36 -05:00
Katie Kroell
b50d8d5f88 copilot fixes 2026-02-19 10:31:25 -05:00
scottkiener-at-safelite
c470543c74 Fix the icon color for error on TPA search 2026-02-19 10:24:43 -05:00
Katie Kroell
d828fc45a9 remove unneeded styling 2026-02-19 10:19:40 -05:00
Josh Dassinger
583a675fa3 Copilot changes 2026-02-19 09:18:57 -06:00
Katie Kroell
258c813b25 Merge branch 'develop' into feature/kroell/INSR-8105 2026-02-19 10:08:19 -05:00
Katie Kroell
ac498f17bc final updates 2026-02-19 10:06:33 -05:00
scottkiener-at-safelite
e9fe3c9608 Fix the border color of text input during error 2026-02-19 09:31:37 -05:00
Bill Richardson
e7ed4b13fe Clear parent error on child form failure 2026-02-19 08:26:16 -05:00
Katie Kroell
299985afef change prop type 2026-02-18 16:24:52 -05:00
Alex Humphries
4e996145c3 INSR-7759: Update review sections, move contact details drawer 2026-02-18 16:22:35 -05:00
Katie Kroell
aa4f9c2dc7 banner styling updates 2026-02-18 16:19:22 -05:00
Bill Richardson
37e3bbbeee text for coverage statement copy waiting to show 2026-02-18 16:10:37 -05:00
Josh Dassinger
991ef0ebb2 Missed file 2026-02-18 14:52:10 -06:00
Josh Dassinger
c7b9137975 Initial work on moving components to the new bailout system. 2026-02-18 14:50:35 -06:00
Katie Kroell
933dfcc5d4 Merge branch 'develop' into feature/kroell/INSR-8105 2026-02-18 14:39:57 -05:00
Katie Kroell
7a3dabec43 afterpay modal WIP 2026-02-18 14:39:08 -05:00
Alex Humphries
be4bed44fe Merge branch 'develop' into feature/humphries/INSR-7759 2026-02-18 13:53:32 -05:00
Alex Humphries
066362e0f7 INSR-7759: Finish adding SMS Opt-In 2026-02-18 11:30:04 -05:00
Bill Richardson
dc52a35b24 Auto select if only 1 timeslot 2026-02-18 10:51:51 -05:00
SujathaAnishetty
56a59808e3
Merge pull request #1089 from Safelite/feature/INSR-7750
Feature/insr 7750
2026-02-18 10:36:02 -05:00