Commit graph

1871 commits

Author SHA1 Message Date
Bill Richardson
4652c68680 updates for tests 2024-01-18 15:32:56 -05:00
Bill Richardson
c9a262bac1 remove console.logs (except forwardButtonAction) uncomment out data load 2024-01-18 14:36:28 -05:00
Bill Richardson
a37d55a306 remove old review-page 2024-01-18 14:31:29 -05:00
Bill Richardson
36ef5d63bb I think this is all the files needed to move the review page over 2024-01-18 14:16:23 -05:00
Katie Kroell
65636a11ed Merge branch 'develop' into feature/SSR-1089 2024-01-17 15:49:49 -05:00
Katie Kroell
a81af4acc1 styling changes to bailout and contact-confirmation pages 2024-01-17 15:49:32 -05:00
Michaela Brydon
4b40e1ca6e Updating tests
git push
2024-01-17 11:29:46 -05:00
Michaela Brydon
deacd58008 Navigating to tpa submit after contact details when appropriate 2024-01-16 23:36:49 -05:00
Michaela Brydon
72b3879c91 Updating tests 2024-01-16 23:13:07 -05:00
Michaela Brydon
da3459ce4f Prepopulating tpa search page when return 2024-01-16 12:54:29 -05:00
Michaela Brydon
592e21289e Prepopulating vehicle selection page with content from store 2024-01-15 16:09:51 -05:00
Josh Dassinger
110ccdd54f
Merge pull request #529 from Safelite/feature/digital/SSR-586
SSR-586 - Save Bailout & Callback
2024-01-15 10:15:55 -06:00
Josh Dassinger
04c375a341 SSR-586 PR Changes
Moved from store to pageData
Added bailoutMessage const
update setBailout method to accept currentPage or to/from types
2024-01-12 13:58:59 -06:00
Bill Richardson
22be182073 Removing tests to push code to dev to test.
Will add them back when they're updated.
2024-01-12 12:16:34 -05:00
Bill Richardson
c0158b131d reworked google autocomplete
removed warning from mobLocModQues
brought pac-container forward above modals
2024-01-12 10:43:30 -05:00
Bill Richardson
750cf89fd4 initial check in
will remove console logs after figuring out last issue
2024-01-12 10:43:30 -05:00
Katie Kroell
25bb899dc7 name changes part 2 2024-01-11 12:15:02 -05:00
Katie Kroell
373c1da2ac name change 2024-01-11 12:13:41 -05:00
Katie Kroell
7e938db2f9 unit test fixes 2024-01-11 12:12:02 -05:00
Katie Kroell
6733fbb85b PR revisions 2024-01-11 11:55:11 -05:00
Katie Kroell
a10e12a07b remove console log 2024-01-11 09:17:13 -05:00
Katie Kroell
4e9b71e045 Merge branch 'develop' into feature/SSR-703 2024-01-11 09:14:41 -05:00
Katie Kroell
6cbb1f7201 update and unit tests 2024-01-10 15:29:23 -05:00
Katie Kroell
f43ac712ff small tweaks 2024-01-10 14:54:51 -05:00
Bill Richardson
3a3bbb2c6d remove ? 2024-01-10 10:48:47 -05:00
Bill Richardson
3025154e19 pass in 0 if deductible is null 2024-01-10 10:36:50 -05:00
Katie Kroell
ac2f3f3c4b restrict coverage lookup WIP 2024-01-09 15:58:01 -05:00
Josh Dassinger
6dba70c156 SSR-586 Merge from develop 2024-01-09 14:22:58 -06:00
Josh Dassinger
be7054a666 Merge branch 'develop' into feature/digital/SSR-586
# Conflicts:
#	src/router/index.js
2024-01-09 14:17:44 -06:00
Josh Dassinger
f3ae5d4996 SSR-586 - Save Bailout & Callback 2024-01-09 13:58:37 -06:00
Michaela Brydon
9a445b4359 Fixing merge conflicts 2024-01-09 13:24:49 -05:00
Bill Richardson
070c3f340c Update for service location if there is an error calling pricing 2024-01-09 12:58:04 -05:00
Bill Richardson
04c386075d update forgotten test 2024-01-09 09:34:52 -05:00
Bill Richardson
0fc57dedb1 Spinner updates, refactored for back button 2024-01-08 20:59:07 -05:00
Bill Richardson
b7fb74d16f loading modal updates 2024-01-08 14:53:55 -05:00
Katie Kroell
d3f2e3892d send cause and damageDescription in payload 2024-01-05 16:20:22 -05:00
Michaela Brydon
a267e1a62f Adding snapshot 2024-01-05 16:19:45 -05:00
Michaela Brydon
d4cf2f3d51 Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into feature/digital/SSR-791 2024-01-05 16:02:46 -05:00
Michaela Brydon
bf198e2bfc Adding tpa submit tests 2024-01-05 15:59:08 -05:00
Katie Kroell
4c6e098f2d rename value 2024-01-04 13:26:49 -05:00
Katie Kroell
67700ae621 update unit tests 2024-01-04 09:41:16 -05:00
Michaela Brydon
bb6ea4aa4f Adding tpa search tests for selectedProviderNumber watch 2024-01-03 20:14:49 -05:00
Michaela Brydon
3920969c48 Finishing getStringWithCustomValues method 2024-01-03 19:09:19 -05:00
Michaela Brydon
0de9309cc2 Fixing tests 2024-01-03 19:02:53 -05:00
Michaela Brydon
272ec08bc5 Final touches 2024-01-03 17:47:23 -05:00
Katie Kroell
d3cc84cb6c Merge branch 'develop' into feature/SSR-1042 2024-01-03 11:32:33 -05:00
Bill Richardson
d030ae4196 moved date helper functions from schedule helper to helpers/date-helper 2024-01-03 09:58:10 -05:00
Michaela Brydon
06b186397c Partial work 2024-01-02 16:07:27 -05:00
Bill Richardson
055859aa73 remove console.log 2024-01-02 09:28:44 -05:00
Bill Richardson
c6e87c1aa2 initial check in
Will clear console logs after figuring out last issue
2023-12-29 09:18:21 -05:00