Katie Kroell
24e1ec1677
enable continue button after changing to non-policy vehicle
2025-09-15 13:39:53 -04:00
Katie Kroell
185d6744a5
unit test fixes
2025-09-11 13:40:08 -04:00
Katie Kroell
52688f7baa
remove isBigTruck check, block all non-serviceable vehicles
2025-09-11 11:31:55 -04:00
Katie Kroell
faa04c6fbf
spacing/comma fixes
2025-09-11 10:16:20 -04:00
Katie Kroell
85aa3ec46f
negative test cases
2025-09-11 09:31:53 -04:00
Katie Kroell
7569e1641a
remove unneeded call
2025-09-11 09:10:29 -04:00
Katie Kroell
0a039a3dc2
PR fixes
2025-09-11 09:08:53 -04:00
Katie Kroell
cae54add94
PR fixes
2025-09-10 15:55:22 -04:00
Katie Kroell
5e204b51b3
unit tests and clean up
2025-09-10 15:36:02 -04:00
Katie Kroell
490641ceba
add big truck no service alert to vin/license/address lookup, remove bailout
2025-09-08 11:51:12 -04:00
Katie Kroell
8dcca6951d
set canSafeliteService
2025-09-08 10:39:08 -04:00
Katie Kroell
f0413c2a90
add big truck alert to vehicle selection page, get vehicle info
2025-09-08 10:38:19 -04:00
Katie Kroell
f4eb96ecb3
add big truck alert to policy-vehicles page
2025-09-08 10:37:45 -04:00
Katie Kroell
7f8747dfb2
Merge branch 'develop' into feature/INSR-2205
...
# Conflicts:
# src/store/index.js
2025-09-08 10:37:21 -04:00
AHumphriesSL
1871385109
Merge pull request #954 from Safelite/bugfix/humphries/INSR-6560
...
INSR-6560: Fix some fonts in hop, add letter spacing change
2025-08-06 16:04:53 -04:00
Michaela Brydon
94fdc89f90
Tweaks
2025-08-06 09:37:46 -04:00
Michaela Brydon
e9b4149503
Replacing var
2025-08-06 09:31:07 -04:00
Alex Humphries
01ceb85622
Fix some font in hop, add letter spacing change
2025-08-05 16:50:39 -04:00
Michaela Brydon
4d54e16ad3
Deleting unused component
2025-08-05 14:20:51 -04:00
Michaela Brydon
f63f9863c5
Making Roboto secondary font
2025-08-05 14:20:35 -04:00
Michaela Brydon
981d03faaf
Removing needless font setting
2025-07-31 14:46:21 -04:00
Michaela Brydon
67810c52c5
Forgot these
2025-07-31 14:06:21 -04:00
Michaela Brydon
4dc98d2f35
Swapping Averta for Urbanist
2025-07-24 15:56:12 -04:00
Michaela Brydon
d6bb9ea7fc
Add Urbanist font files
2025-07-24 15:25:30 -04:00
Alex Humphries
d4e9e326b1
INSR-6211: Include isHeavyTruckVehicle in providers API call
...
Get isBigTruck from vehicle API, pass it back to locationAPI
2025-07-02 14:18:14 -04:00
US\katie.kroell
7827f70a0c
fix value
2025-05-13 15:02:57 -04:00
US\katie.kroell
643749dd87
save isBigTruck, add to payload
2025-05-01 16:03:33 -04:00
Michaela Brydon
387f912157
Updating label font weight to 600
2025-03-24 10:07:34 -04:00
Michaela Brydon
5c503d947b
Updating general font to AvertaRegular
2025-03-11 15:16:23 -04:00
Michaela Brydon
50aa6072c7
Importing Averta font
2025-03-11 14:57:14 -04:00
Michaela Brydon
862ea85f5a
Adding averta font files
2025-03-11 14:55:43 -04:00
Bill Richardson
35312ceb4b
updates to mimic fmg for experiment api updates
2025-01-29 16:21:32 -05:00
Michaela Brydon
d001299e2a
Removing unused call
2025-01-09 12:33:32 -05:00
Alex Humphries
e4a8413e4c
Refactored new bailout to reduce redundancy
2024-12-23 13:46:44 -05:00
Alex Humphries
009f219415
More robust handling of vehicle YMMS lookup errors
2024-12-20 13:58:31 -05:00
Alex Humphries
5655494e40
Update test to use tweaked bailout code/message
2024-12-19 11:38:33 -05:00
Alex Humphries
4077b2dfef
Update bailout on policy-vehicles to properly use tweaked message
2024-12-19 11:25:45 -05:00
Alex Humphries
91e2726aa3
New bailout for errors in vehicle lookup on vehicle-selection page
2024-12-19 10:58:29 -05:00
Bill Richardson
3a7bfa83b1
update test
2024-12-12 14:53:16 -05:00
Bill Richardson
6eada2ed48
Use v-show instead of v-if since those fields are required.
...
Fields are hidden to start and are shown once a google address is chosen or tab/enter is used to select first.
2024-12-12 14:48:28 -05:00
Bill Richardson
d9373df9b4
Add Feature Toggle payload object to combined quote call
...
Fixed constant for Recycle Fee in one spot.
2024-12-12 13:20:55 -05:00
Michaela Brydon
86eb076013
No longer removing loading
2024-12-12 12:55:47 -05:00
Josh Dassinger
4bb75b8d91
Fix some issues caused by previous loader color changes
2024-12-12 10:28:14 -06:00
Jeremy Zimmerman
068f97d162
Reverting change from SSR-1942 to due blocking issues.
2024-12-09 09:41:18 -05:00
Josh Dassinger
62b7f318c2
SSR-1942 use fillInAddressUsingFirstItem instead for address-questions focus out
2024-12-06 11:39:55 -06:00
Josh Dassinger
d47b86e0cd
SSR-1942 Removed commented removeLoader() call
2024-12-06 10:42:34 -06:00
Josh Dassinger
bd2f7a2f12
SSR-1942 Attempt to fix timing issues with playwright
2024-12-06 10:31:22 -06:00
Bill Richardson
5d26e42223
Devyn okay'd having the email error messages be the same.
2024-12-04 15:12:40 -05:00
michaela-brydon-safelite
fbcf6d6155
Merge pull request #907 from Safelite/feature/brydon/SSR-1760
...
Feature/brydon/ssr 1760
2024-12-02 15:38:06 -05:00
Josh Dassinger
1ab7940886
SSR-1932 Remove duplicate error message
2024-12-02 13:31:30 -06:00
Josh Dassinger
282965c74e
SSR-1932 Updated Phone Number required error message
2024-12-02 13:17:23 -06:00
Michaela Brydon
c5e58dd1fe
Converting to number
2024-12-02 12:24:14 -05:00
Michaela Brydon
9e40d99025
Actually getting account number
2024-12-02 12:21:51 -05:00
michaela-brydon-safelite
c6ce9bce71
Merge pull request #906 from Safelite/feature/brydon/SSR-1760
...
Fixing bug
2024-12-02 11:57:08 -05:00
Michaela Brydon
b7e4a9b646
Fixing bug
2024-12-02 11:54:40 -05:00
Josh Dassinger
0efc74c304
SSR-1934 Fix unit test
2024-12-02 08:20:27 -06:00
Josh Dassinger
11b2a1ebd7
SSR-1934 Change Terms of use to Terms of service
2024-12-02 08:10:19 -06:00
Josh Dassinger
96c29f38cc
SSR-1924 Fix unit tests for changes
2024-11-27 11:15:39 -06:00
Josh Dassinger
0d6e8f2cd9
SSR-1924 Fix custom client loader color
2024-11-27 10:58:32 -06:00
Katie Kroell
85f105a9ae
use customer.address.state in ITAC pricing call if damageState isn't available
2024-11-26 16:35:09 -05:00
Michaela Brydon
f1df4cc69a
If value truthy then set
2024-11-26 13:33:42 -05:00
Michaela Brydon
6173799884
Fixing tests
2024-11-25 17:05:05 -05:00
Michaela Brydon
da5ec8d8e9
Removing comment
2024-11-25 16:27:33 -05:00
Michaela Brydon
d9c6139b21
fixing response policy account number name
2024-11-25 16:22:43 -05:00
Michaela Brydon
7e5938510e
Using order parent account number
2024-11-25 16:08:47 -05:00
Michaela Brydon
b253d3d78e
Just spacing
2024-11-25 15:42:50 -05:00
Michaela Brydon
48eaebc9b5
Missed one
2024-11-25 14:57:58 -05:00
Michaela Brydon
550a1c8363
Replacing most issConfig parent account numbers with order ones
2024-11-25 14:55:37 -05:00
Bill Richardson
143bb76047
Updates for Cancel claim
...
Also added Michaela updates from SSR-1860 to all client sections.
2024-11-22 15:36:29 -05:00
Michaela Brydon
ac09198ed6
Removing styling from footer
2024-11-21 16:26:10 -05:00
Josh Dassinger
96693dbecc
SSR-1830 Fix Policy Vehicle race condition
2024-11-19 15:26:10 -06:00
Josh Dassinger
23d7f736b5
Merge pull request #897 from Safelite/feature/digital/SSR-1473
...
SSR-1473 RSA Auth
2024-11-19 11:20:57 -06:00
Michaela Brydon
04af205b1c
need loading modal to appear on return page
2024-11-18 14:15:26 -05:00
Josh Dassinger
84d52c900f
SSR-1473 toLowerCase key
2024-11-18 12:59:57 -06:00
Michaela Brydon
6933e7fc92
Fixing loading modal position
2024-11-18 13:35:08 -05:00
Josh Dassinger
9d05650476
SSR-1473 RSA Auth
2024-11-18 10:02:38 -06:00
Alex Humphries
12a54932b9
Only use policy holder's state for combined quote
2024-11-12 12:55:22 -05:00
Alex Humphries
4ed95a1341
Use policy holder's state for combined quote if damage state is not provided/available
2024-11-12 12:15:35 -05:00
Alex Humphries
573a08743d
ssR-1668/1683 Accessibility updates for date picker
2024-11-07 11:59:49 -05:00
Josh Dassinger
0f68a8c0e2
SSR-1724 Fix null error in Safari
2024-11-07 08:52:23 -06:00
Josh Dassinger
67d82a1eaa
SSR-1724 Attempt to fix apple devices
2024-11-07 08:48:41 -06:00
Alex Humphries
0959aace2d
Update style for disabled button so that proper text color is used when focused
2024-11-05 10:52:51 -05:00
Josh Dassinger
527712c7ea
Merge pull request #888 from Safelite/defect/digital/SSR-1727
...
SSR-1727 Fix passing wrong CTU value to the hop
2024-11-01 11:52:08 -05:00
Josh Dassinger
15a088b594
SSR-1727 Fix passing wrong CTU value to the hop
2024-11-01 09:58:07 -05:00
Bill Richardson
a4bfdd381e
update to account for bootstrap issue with modal called from modal
2024-10-31 13:55:24 -04:00
Bill Richardson
5a816fec55
Lift modal above cookie notification in mobile
...
Allows button to be shown
2024-10-31 12:34:43 -04:00
Bill Richardson
ce2b45c4f7
fix unit test
2024-10-31 11:28:14 -04:00
Bill Richardson
436612c1c6
Commit for draft comparison
2024-10-31 10:41:10 -04:00
katiekroell
00a30e9b2a
Merge pull request #882 from Safelite/feature/SSR-1634
...
SSR-1634: Essential Client Customizations
2024-10-30 11:20:53 -04:00
Jeremy Zimmerman
81f25bafc8
Added code comment.
2024-10-30 10:49:30 -04:00
Jeremy Zimmerman
a201035b45
Merge branch 'develop' into feature/SSR-9999
2024-10-30 10:46:36 -04:00
Jeremy Zimmerman
8c1e8ba182
Added code to remove the loading animation if the client tag validation fails.
2024-10-30 10:46:01 -04:00
Josh Dassinger
c7a9250aa2
Merge pull request #883 from Safelite/defect/digital/SSR-1660
...
SSR-1660 Missed a file
2024-10-30 09:26:04 -05:00
Josh Dassinger
9b6837a486
SSR-1660 Missed a file
2024-10-30 09:04:40 -05:00
Katie Kroell
cb2d0f993c
logic changes for zero deductible
2024-10-30 09:47:35 -04:00
Katie Kroell
4ad6b3e1b6
remove bootstrap class
2024-10-30 09:37:57 -04:00
Josh Dassinger
17512095c6
Merge pull request #880 from Safelite/defect/digital/SSR-1660
...
SSR-1660 Fix dupe check not being called on welcome page
2024-10-30 08:32:46 -05:00
Katie Kroell
328372176f
clean up
2024-10-30 09:10:28 -04:00
Katie Kroell
d043f22f0e
remove console log
2024-10-30 09:08:50 -04:00
Katie Kroell
9192bb6690
Merge branch 'develop' into feature/SSR-1634
2024-10-30 09:05:16 -04:00
Josh Dassinger
7c57b3f5a0
SSR-1660 Update Dupe Check API Call
2024-10-29 14:03:29 -05:00
Katie Kroell
dbe46de69b
clean up
2024-10-29 10:16:24 -04:00
Katie Kroell
a82bc33f9d
styling change
2024-10-29 10:15:32 -04:00
bmauger
20d012c706
Merge pull request #879 from Safelite/SSR-1549-amica-advanced-styling
...
SSR-1549 style updates for Nationwide, Country Financial, Travelers
2024-10-28 12:18:23 -04:00
Bill Richardson
eedc5c31d7
css update to scoot continue button up above cookie disclaimer
2024-10-28 10:05:47 -04:00
Josh Dassinger
7b5bc29126
SSR-1660 change field back and added reason why.
2024-10-28 08:49:34 -05:00
Josh Dassinger
ff49da46e2
SSR-1660 Fix dupe check not being called on welcome page
2024-10-28 08:34:41 -05:00
Josh Dassinger
70e1081019
Merge pull request #874 from Safelite/feature/digital/SSR-1522
...
SSR-1522 Add Apple Pay
2024-10-25 13:44:41 -05:00
Bryan Mauger
fbf76d2612
SSR-1549 style updates for Nationwide, Country Financial, Travelers
2024-10-25 12:06:59 -04:00
Katie Kroell
4be0809a72
update value for transaction id
2024-10-25 10:19:00 -04:00
Katie Kroell
f3bf9b93c5
WIP
2024-10-25 10:03:04 -04:00
bmauger
ac0423323e
Merge pull request #876 from Safelite/SSR-1549-amica-advanced-styling
...
CSR-1549 add Amica styles.
2024-10-24 16:55:42 -04:00
Bill Richardson
107cec3d69
Updates to provider call.
...
Reorg'd imports on store index.js
Sorted by file name (constants, helpers)
Updated serviceability call with application name.
2024-10-24 14:34:23 -04:00
Bryan Mauger
b2950d0d43
CSR-1549 add Amica styles.
2024-10-24 12:42:34 -04:00
Josh Dassinger
2a4342a477
Pass BillToAccountNumber
2024-10-24 10:07:56 -05:00
Josh Dassinger
0bbb5ff051
SSR-1522 Add Apple Pay
2024-10-24 09:31:56 -05:00
Bryan Mauger
0e640ca2d7
CSR-1553 update styles and add SafeCo.
2024-10-23 11:12:02 -04:00
Bryan Mauger
0faaca14b3
WIP style updates.
2024-10-23 09:57:40 -04:00
Katie Kroell
dc5b9977d9
console log
2024-10-22 09:49:55 -04:00
Katie Kroell
1e426da316
WIP
2024-10-18 16:03:05 -04:00
Josh Dassinger
a81562a63a
Don't mark the coverage status as verified if we don't have a valid policy
2024-10-18 14:29:32 -05:00
Katie Kroell
6792aa0d9a
change value of transaction id
2024-10-18 12:23:45 -04:00
Katie Kroell
0cf68c2c8a
Merge branch 'develop' into feature/SSR-1464
2024-10-18 12:21:28 -04:00
Josh Dassinger
dd51a88598
Merge pull request #868 from Safelite/defect/digital/SSR-1483
...
SSR-1483 Don't show cart if we fail to settle PIA
2024-10-17 11:01:27 -05:00
Josh Dassinger
d14889a5cf
Merge pull request #869 from Safelite/defect/digital/SSR-1632
...
SSR-1632 Handle null line items
2024-10-17 09:30:23 -05:00
Josh Dassinger
65be039010
SSR-1632 Handle null line items
2024-10-17 09:16:03 -05:00
Josh Dassinger
2f816c8ec1
SSR-1483 Don't show cart if we fail to settle PIA
...
Implement create WO for PIA
Implement settledTenderAmount & lockToken
2024-10-16 15:06:55 -05:00
Josh Dassinger
a1fb19b37c
Merge pull request #867 from Safelite/defect/digital/SSR-1632
...
SSR-1632 Don't pass null values
2024-10-16 13:43:19 -05:00
Josh Dassinger
5b72a3fddd
SSR-1632 Don't pass null values
2024-10-16 13:37:04 -05:00
Josh Dassinger
cb5eb6bfc1
Merge pull request #866 from Safelite/defect/digital/SSR-1632
...
SSR-1632 Update getServiceabilityDetails for API Changes
2024-10-16 12:40:57 -05:00
Josh Dassinger
edd1dcc4f8
SSR-1632 Update getServiceabilityDetails for API Changes
2024-10-16 11:54:09 -05:00
Bill Richardson
90c7c459a7
Fix for no supporting items on repair
2024-10-15 15:24:52 -04:00
Bill Richardson
d885f2f1b5
one more place
2024-10-15 12:21:05 -04:00
Bill Richardson
0307427ba6
only make call if availableLineItems length is greater than 0
2024-10-15 11:30:47 -04:00
Bill Richardson
01d3afb21a
we also clear it further down the line.
2024-10-15 11:08:35 -04:00
Bill Richardson
81414dfa4e
Temp fix
...
Until conversation
2024-10-15 09:41:00 -04:00
Katie Kroell
9e84ccfbd3
naming change
2024-10-14 14:19:39 -04:00
Katie Kroell
e2c15a712d
Merge branch 'develop' into feature/SSR-1464
2024-10-14 13:50:28 -04:00
Bill Richardson
8869236de6
Unneeded
2024-10-11 15:00:51 -04:00
Bill Richardson
fe76d39aac
PR updates
...
Will double check this is still working since policy look up kept failing.
2024-10-11 15:00:51 -04:00
Bill Richardson
68ae6e0498
Updates for glass-fees call
2024-10-11 15:00:50 -04:00
Josh Dassinger
f31b69eb98
Handle null isItacOptimized
2024-10-11 11:30:51 -05:00
Josh Dassinger
24cc72b951
SSR-1517 implement isItacOptimized
2024-10-02 11:37:24 -05:00
Bill Richardson
06ef9ae7a3
whoops part 2
2024-10-01 15:27:36 -04:00
Bill Richardson
bc6b31c790
PR updates
2024-10-01 15:25:21 -04:00
Bill Richardson
29c7125783
Updates for getting recal parts as child parts
2024-10-01 15:25:21 -04:00
Josh Dassinger
f765680b9c
SSR-1489 Fix coverageType.None API mapping
2024-10-01 13:55:45 -05:00
Josh Dassinger
5bb1458ed9
SSR-1489 Update to mobile-fee endpoint
2024-09-26 13:31:36 -05:00
Katie Kroell
3b523ac7f1
updates
2024-09-24 13:40:43 -04:00
Katie Kroell
ffbc6c888f
naming changes
2024-09-23 14:31:42 -04:00
Katie Kroell
61af19ed6e
Merge branch 'develop' into feature/SSR-1464
2024-09-23 14:16:32 -04:00
Katie Kroell
841d56eeab
Merge branch 'develop' into feature/SSR-1508
2024-09-20 15:58:24 -04:00
Katie Kroell
5202dcbfa8
force full address entry when clicking out of street address field
2024-09-20 15:58:03 -04:00
Bill Richardson
2e687c5245
add test for empty p tag
2024-09-20 15:39:02 -04:00
Bill Richardson
f554ad4d47
Remove empty paragraph tag
2024-09-20 15:34:32 -04:00
Josh Dassinger
f43bf922ca
Merge pull request #848 from Safelite/defect/digital/SSR-1485
...
SSR-1485 Fix Non PIA navigating to payment-page
2024-09-19 15:15:32 -05:00
Josh Dassinger
871226d2ad
SSR-1485 Update Unit tests for changes
2024-09-19 14:27:42 -05:00
brich1212safe
8056619b53
Merge pull request #847 from Safelite/feature/richardson/SSR-1466
...
Update to convert p tags to li tags
2024-09-19 15:21:24 -04:00
Josh Dassinger
1caed930f5
SSR-1503 Fix unverified flow taxing invalid items
2024-09-19 14:04:27 -05:00
Josh Dassinger
813898e8e5
SSR-1485 Fix Non PIA navigating to payment-page
2024-09-19 13:40:03 -05:00
Bill Richardson
ab77c185e2
Update to convert p tags to li tags
...
wrapped inside an ol
2024-09-19 13:33:39 -04:00
Josh Dassinger
4597a3d971
SSR-1460 Implement the combined-quote endpoint
2024-09-16 10:19:31 -05:00
Katie Kroell
dc07703f6c
added headers for API calls
2024-09-13 16:41:37 -04:00
Bill Richardson
c05f21eb2c
add mocks for methods added
2024-09-12 13:27:42 -04:00
Bill Richardson
005223b2fc
Update to disable button when button question cleared programmatically
2024-09-12 13:18:06 -04:00
Bill Richardson
811ac473f1
Unit tests for emits
...
Added max-len disable to test file for linting purposes.
2024-09-12 12:45:48 -04:00
Bill Richardson
6411211d7a
leave unselected when modal pops up
...
remove unused watch parameters
2024-09-12 11:49:51 -04:00
Bill Richardson
ba56acb00f
disable warnings since it's our text
2024-09-12 11:10:49 -04:00
Bill Richardson
8a8d53c96e
move disclaimer text under footer
2024-09-12 11:09:02 -04:00
Bill Richardson
5ef8488ab1
DisclaimerText update for iTac/NoComp
2024-09-12 10:05:08 -04:00
Michaela Brydon
3a01c5c114
Fix merge conflicts
2024-09-11 13:05:37 -04:00
Michaela Brydon
3c0b3b721d
Only update itac state if parts were priced
2024-09-11 13:00:58 -04:00
Michaela Brydon
2842011af6
Final reverts
2024-09-11 12:42:12 -04:00
Michaela Brydon
24966fdf64
Removing stuff
2024-09-11 12:34:42 -04:00
michaela-brydon-safelite
a1bc6de50c
Merge pull request #837 from Safelite/feature/digital/SSR-1463
...
SSR-1463 Initial work on new ITAC endpoint
2024-09-10 14:53:28 -04:00
Bill Richardson
615395efb0
Updates for ITAC Coverage Statement redesign
...
Add Cancel Claim Modal
Add CMS changes
2024-09-09 10:26:54 -04:00
Josh Dassinger
4d2b9de301
SSR-1463 Initial work on new ITAC endpoint
2024-09-04 13:36:01 -05:00
Josh Dassinger
aab351ca6c
Merge pull request #832 from Safelite/feature/digital/SSR-776
...
SSR-776 Make Google Maps pins clickable
2024-09-03 11:46:58 -05:00
Josh Dassinger
563d9f18ab
SSR-776 PR Feedback Make Google Maps component more generic
2024-08-30 11:36:05 -05:00
brich1212safe
378b06bbe3
Merge pull request #833 from Safelite/feature/richardson/SSR-325.4
...
Add a loader to the finish claim button
2024-08-30 12:01:00 -04:00
Bill Richardson
c392554e15
remove props
2024-08-30 10:43:58 -04:00
Josh Dassinger
e602dffa11
SSR-1295 Continue to next page after picking time slot
2024-08-30 09:38:18 -05:00
Josh Dassinger
6933a7ade7
SSR-776 Linting and Map Pins zIndex
2024-08-30 08:05:30 -05:00
Bill Richardson
e47acea58a
Add a loader to the finish claim button
...
Some site-footer formatting
Removed unused import in test file
2024-08-29 16:49:05 -04:00
Josh Dassinger
20774378ec
SSR-776 Missed spec File
2024-08-29 15:39:59 -05:00
Josh Dassinger
266ebc4e1c
SSR-776 Fix unit test
2024-08-29 15:37:03 -05:00
Josh Dassinger
4aa6c4ed64
SSR-776 Make Google Maps pins clickable
2024-08-29 14:02:02 -05:00
michaela-brydon-safelite
0ef22657fb
Merge pull request #828 from Safelite/bug/brydon/SSR-1384.3
...
Fixing supporting items does not have safelitePartNumber
2024-08-28 14:54:49 -04:00
Josh Dassinger
2e8abbc3c2
Merge pull request #829 from Safelite/feature/digital/SSR-1470
...
SSR-1470 Refactor Payment Method
2024-08-28 13:54:27 -05:00
michaela-brydon-safelite
57c2c0e4cf
Merge pull request #827 from Safelite/tidy/brydon
...
Forgot to save
2024-08-28 14:35:46 -04:00
Michaela Brydon
336d727fbb
Removing debug comment
2024-08-28 14:35:31 -04:00
Josh Dassinger
9fb8b7a264
SSR-1470 Refactor Payment Method
2024-08-28 13:15:53 -05:00
Michaela Brydon
0779e8fc6c
Fixing supporting items does not have safelitePartNumbre
2024-08-28 14:06:46 -04:00
Josh Dassinger
81cfcd9120
Merge pull request #823 from Safelite/defect/digital/SSR-1455
...
SSR-1455 Add OEM parts for OEM Endorsement
2024-08-28 07:53:38 -05:00
Michaela Brydon
224832f092
Forgot to save
2024-08-27 14:49:08 -04:00
Michaela Brydon
a04cf58168
Removing old commented code
2024-08-27 13:24:15 -04:00
Michaela Brydon
c18b6bf8b9
adding tests
2024-08-23 13:41:08 -04:00
Michaela Brydon
328aec39bd
clean up round 1
2024-08-23 13:23:11 -04:00
Michaela Brydon
7ff4edd743
Fixing itac endpoint problem
2024-08-23 13:14:48 -04:00
Josh Dassinger
3728fa665c
SSR-1455 Fix flag name
2024-08-22 11:41:11 -05:00
Josh Dassinger
395677192d
SSR-1455 Add OEM parts for OEM Enhancement
2024-08-22 11:15:24 -05:00
Bill Richardson
68d61466b7
Handle after cookie modal but returning to welcome page
...
Continue to skip dupe check.
2024-08-20 16:08:16 -04: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
bdfdeac58d
added jsdoc info to getReferralByPayload function
2024-08-16 17:09:36 -04:00
Michaela Brydon
63f8eea308
Fixing tests
2024-08-16 16:55:42 -04:00
Michaela Brydon
0bf470a1bf
Reverting bug
2024-08-16 10:26:35 -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
Bill Richardson
c15845e380
Updates for PR
...
return null for property check
remove template from component.
2024-08-15 15:43:35 -04:00
Michaela Brydon
299ae0d813
Final touches
2024-08-15 15:31:18 -04:00
Michaela Brydon
c249e4b833
Actually done
2024-08-15 15:28:38 -04:00
Michaela Brydon
ba988473a1
Almost done updating tests
2024-08-15 14:51:39 -04:00
Michaela Brydon
93ed73da31
In progress
2024-08-15 10:43:06 -04:00
Bill Richardson
40c698e6fd
wrap entry page cookie logic in try catch
2024-08-14 15:31:01 -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
Michaela Brydon
23de2db48e
Almost clean
2024-08-12 15:00:19 -04:00
Michaela Brydon
af9a98b11d
Still in progress
2024-08-12 14:51:27 -04:00
Michaela Brydon
fd633102cc
In progress
2024-08-12 10:50:24 -04:00
Josh Dassinger
30f8729dae
Merge pull request #819 from Safelite/defect/digital/cleanup-reset-fields
...
Pass at making sure store fields are reset when reentering the flow
2024-08-09 13:27:35 -05:00
Josh Dassinger
5c3b28e1bc
Merge pull request #818 from Safelite/defect/digital/SSR-1383
...
SSR-1383 Use provider number instead of zipcodectu
2024-08-09 11:22:46 -05:00
Josh Dassinger
fe4764366a
Pass at making sure store fields are reset when reentering the flow
2024-08-09 09:14:14 -05:00
Josh Dassinger
edb4a5868d
SSR-1383 Use provider number instead of zipcodectu
2024-08-09 09:08:18 -05:00
Josh Dassinger
53536e79ed
Fix error logging in lower environments
2024-08-08 13:54:05 -05:00
Sujatha Anishetty
d1b188e711
remove store code
2024-08-08 13:25:02 -04:00
Sujatha Anishetty
3cd53299c0
method available at root component instance
2024-08-08 12:31:06 -04:00
Michaela Brydon
6ffe811336
Tweaks
2024-08-08 10:19:44 -04:00
Michaela Brydon
037fedaadc
Removing unnecessary await stuff
2024-08-07 17:25:34 -04:00
Michaela Brydon
f68eefcff2
Fixed problem
2024-08-07 17:23:20 -04:00
Michaela Brydon
ca97fbd658
merging with develop
2024-08-07 16:25:18 -04:00
Josh Dassinger
7893b6f099
Merge pull request #814 from Safelite/defect/digital/SSR-1446
...
SSR-1446 Bailout Fixes
2024-08-07 10:45:24 -05:00
Josh Dassinger
9c7c83c470
SSR-1446 Bailout Fixes
...
Fixed bailout not submitting after save session error
Fixed being able to navigate to any page after bailout submit
Fixed query=[object Object] in url on submit WO error
2024-08-07 10:28:12 -05:00
Josh Dassinger
b879221aa0
Merge pull request #813 from Safelite/defect/digital/vehicle-url-updates
...
Revert URL changes as FMG changed it back
2024-08-07 09:35:54 -05:00
Josh Dassinger
2e2c5c2cee
Revert URL changes as FMG changed it back
2024-08-07 09:24:03 -05:00
Sujatha Anishetty
2733e98f94
Merge branch 'develop' into feature/SSR-1371
2024-08-06 15:57:14 -04:00
Sujatha Anishetty
b439736267
fix wrong method name
2024-08-06 15:46:30 -04:00
Josh Dassinger
6c855b73a4
SSR-1127 Continue flow on load session fail
2024-08-05 08:30:33 -05:00
SujathaAnishetty
71fa711843
Merge pull request #807 from Safelite/feature/SSR-1371
...
Feature/ssr 1371
2024-08-01 16:36:10 -04:00
Bill Richardson
456cdc9c47
update min size with sub text
...
given current css, needs to be 86px to prevent a small blip of sizing when going from standard to another choice.
2024-08-01 14:08:19 -04:00
Michaela Brydon
1e3ead2470
Fixing submittedOrder DNE
2024-08-01 13:53:35 -04:00
Bill Richardson
7d485f5937
service package updates
...
rearrange package order
add red border on continue error when nothing selected
collapse on mobile
2024-08-01 13:23:41 -04:00
Bill Richardson
f7347ff61f
formatting only
2024-08-01 13:05:56 -04:00
Sujatha Anishetty
fd7d59fe11
Merge branch 'develop' into feature/SSR-1371
2024-07-31 16:49:50 -04:00
Sujatha Anishetty
0be634ed96
adjust if condition
2024-07-31 16:47:57 -04:00
Sujatha Anishetty
712e0eb9b9
fix store issue
2024-07-30 15:40:44 -04:00
michaela-brydon-safelite
80b1b4749d
Merge pull request #805 from Safelite/feature/richardson/SSR-1434
...
move alert under subheader
2024-07-30 15:34:02 -04:00
Sujatha Anishetty
a5bd2fcfaa
exception logging to cloudwatch
2024-07-30 14:22:36 -04:00
Michaela Brydon
eb3f817847
removing unused method
2024-07-30 12:30:44 -04:00
Michaela Brydon
9f6c83db74
Reseting bailout when vehicle state cleared and heavy truck bailout
2024-07-30 12:21:08 -04:00
Bill Richardson
1802b3d23d
move alert under subheader
2024-07-29 21:23:44 -04:00
Josh Dassinger
a436fdc145
Merge pull request #804 from Safelite/defect/digital/SSR-1433
...
SSR-1433 Multiple Tint Image Fixes
2024-07-26 14:00:33 -05:00
Josh Dassinger
7678ea2de0
SSR-1433 Multiple Tint Image Fixes
...
Added missing tints from FMG
If we don't have a tint image in the tint map don't error out just hide the image. (Same Functionality as FMG)
2024-07-26 12:58:42 -05:00
bmauger
9c264b6d49
Merge pull request #803 from Safelite/SSR-1435-add-empty-alt-tag
...
SSR-1435 add empty alt tag for decorative image.
2024-07-25 11:53:05 -04:00
brich1212safe
ce289c5342
Merge pull request #801 from Safelite/feature/richardson/SSR-1430
...
add cssModalHeadlineClass prop to add custom css
2024-07-25 11:41:37 -04:00
Bryan Mauger
ea9e979d39
SSR-1435 add empty alt tag for decorative image.
2024-07-25 11:37:22 -04:00
Josh Dassinger
7594056c94
SSR-1431 Update Unit Tests
2024-07-25 08:23:28 -05:00
Josh Dassinger
29bf33bdc7
SSR-1431 Bailout for heavy truck on vin-lookup page
2024-07-25 08:08:58 -05:00
Bill Richardson
12bd0ff08c
add cssModalHeadlineClass prop to add custom css
2024-07-24 16:39:35 -04:00
Bill Richardson
f00103b7e9
prop never set back to false before retry
2024-07-24 13:52:45 -04:00
brich1212safe
f2be14b1de
Merge pull request #799 from Safelite/feature/richardson/SSR-1416
...
Updates for mobile fee being hidden
2024-07-24 10:26:43 -04:00
Josh Dassinger
8cb12ab68b
Merge pull request #795 from Safelite/feature/digital/SSR-1140
...
SSR-1140 Remove unused method from FMG
2024-07-23 14:39:15 -05:00
Bill Richardson
76949380a7
Updates for mobile fee being hidden
2024-07-23 12:00:07 -04:00
michaela-brydon-safelite
47985da12d
Merge pull request #797 from Safelite/feature/brydon/SSR-1398
...
Feature/brydon/ssr 1398
2024-07-23 10:33:28 -04:00
kirkland-brown
f7c32ef8d5
Merge pull request #782 from Safelite/bug/kbrown/SSR-1256
...
Updating QuestionData answer to match Question answer during deletion
2024-07-19 09:09:45 -04:00
Kirkland Brown
216848f7a3
Changed Map to forEach and created unit test
2024-07-18 14:25:53 -04:00
Kirkland Brown
6b1019eea6
Corrected location to put logic
2024-07-18 12:13:14 -04:00
Michaela Brydon
9a5241afaa
Making headers bold
2024-07-18 12:01:10 -04:00
Michaela Brydon
2895264c57
updating snapshot tests
2024-07-18 11:24:26 -04:00
Michaela Brydon
ec98a1916c
Remove comments
2024-07-18 11:04:19 -04:00
Michaela Brydon
1cbf243543
Adding consts to data
2024-07-18 11:03:08 -04:00
Michaela Brydon
e88c28708c
Remove comment
2024-07-18 10:59:56 -04:00
Michaela Brydon
c91d526dc1
Fixing bug
2024-07-18 10:58:48 -04:00
Michaela Brydon
ba8e1cf5f0
making consts for refs
2024-07-18 10:57:03 -04:00
michaela-brydon-safelite
1652627bd0
Merge pull request #794 from Safelite/feature/brydon/SSR-1399
...
Removing section
2024-07-18 10:31:23 -04:00
Bill Richardson
8cabb807e8
dont add fee to local array if hidden
2024-07-18 09:07:43 -04:00
Bill Richardson
0d03f5e36e
dont add fee if hidden.
...
prevents price override on backend.
2024-07-18 09:07:43 -04:00
Michaela Brydon
c4648df1f5
More tweaks
2024-07-17 17:14:39 -04:00
Michaela Brydon
4dc6887560
Mostly done
2024-07-17 16:42:18 -04:00
Josh Dassinger
096ea034a0
SSR-1140 Remove unused method from FMG
2024-07-17 13:45:59 -05:00
Michaela Brydon
9c7baa0bd9
Removing old tests
2024-07-17 13:38:40 -04:00
Michaela Brydon
ccba1d7a7c
Removing unused styling
2024-07-17 13:22:11 -04:00
Michaela Brydon
69ec3ef8fc
Removing unused method
2024-07-17 13:18:49 -04:00
Michaela Brydon
d1fc9faff3
Removing section
2024-07-17 13:11:29 -04:00
Josh Dassinger
03ba2c158c
SSR-1250 Pricing bug fixes
...
Fixed child line items not being priced
Fixed repair chips having incorrect prices applied
2024-07-17 11:41:10 -05:00
Bill Richardson
61ca1bf39d
refactored
2024-07-16 10:11:46 -04:00
Bill Richardson
d3b553643b
Add log exposure to before enter on welcome page.
2024-07-16 10:11:46 -04:00
Josh Dassinger
efbf65c4c9
SSR-1412 Fix pricing issues
2024-07-15 10:41:17 -05:00
Bill Richardson
eefeeb2cf1
put scoped back in to fix ordering issue on css
2024-07-15 10:49:58 -04:00
Kirkland Brown
c54294eb87
Refactored
2024-07-15 10:15:40 -04:00
Sujatha Anishetty
730845be19
adjust spacing for else
2024-07-12 14:54:41 -04:00
Sujatha Anishetty
e6ab9b6936
Merge branch 'develop' into bug/SSR-1404
2024-07-12 14:15:50 -04:00
Sujatha Anishetty
ad17b4b60c
Add else condition to set coverage type for Vehicle not listed
2024-07-12 14:14:41 -04:00
Josh Dassinger
a9c9956441
Update Vehicle API endpoints for FMG changes
2024-07-12 11:11:15 -05:00
Josh Dassinger
828864887d
Merge pull request #784 from Safelite/defect/digital/SSR-1411
...
SSR-1411 rework save session to be awaitable
2024-07-12 09:28:56 -05:00
Bill Richardson
f501601c02
Change setupModalLinks to setupModalLink for specific ones
...
When variable gets blown away so does the listener.
Add back in inside watch similar to other modalLinks
2024-07-11 13:36:09 -04:00
Michaela Brydon
54310b95c4
Adding router test
2024-07-11 13:17:08 -04:00
Bill Richardson
7849694667
Updates for calculating highest fully completed package tier
...
Misc linting updates as well
- service-package component all linting
2024-07-11 12:21:33 -04:00
Bill Richardson
a5f75168ee
Must've undid this at somepoint. Corrected override strings
2024-07-10 14:04:02 -04:00
Bill Richardson
005d0700ff
formatting and fix test
2024-07-10 13:28:12 -04:00
Bill Richardson
26c6db7eb0
Use constants instead of strings
...
Update one test file. Working on other.
2024-07-10 13:20:37 -04:00