Commit graph

69 commits

Author SHA1 Message Date
katiekroell
e8f4e7f3a8
Merge pull request #99 from Safelite/feature/digital/SSR-178
Feature/digital/ssr 178
2023-01-11 17:02:30 -05:00
Johan Gunawan
9b1772c631 Add placeholder pages
Placeholder pages for pages that don't exist yet but needed so the navigation in the lookup pages can be tested.
2023-01-10 16:13:45 -05:00
Johan Gunawan
a683627d95 Match the method signature on navigate()
The unmatched method signature is causing pageData not being updated correctly.
2023-01-10 15:18:30 -05:00
Kroell
07d1dfa3b9 license-plate-lookup alerts, back and continue button routing/methods 2023-01-04 13:55:33 -05:00
Johan Gunawan
e084e2b518 SSR-188 2023-01-03 10:30:51 -05:00
Johan Gunawan
7a3a6e5d19 SSR-175
address-lookup and license-plate-lookup pages are added as a placeholder so QA can test the navigation for this ticket.
2022-12-21 17:01:30 -05:00
Jason Wheeler
6a7d41f164 vehicle-style page will skip to damage if only one style and they haven't visited the damage page yet. 2022-12-07 16:38:03 -05:00
Kulbhushan Kaushik
5d56f6ed7a Merge branch 'develop' into feature/SSR-129 2022-11-30 13:13:35 -05:00
Kulbhushan Kaushik
240e450f74 commit 2022-11-29 13:53:39 -05:00
Kulbhushan Kaushik
5eb4c2f9ee commit 2022-11-29 09:58:31 -05:00
Jeremy Zimmerman
4783b86558 Updates. 2022-11-21 13:19:32 -05:00
Kulbhushan Kaushik
3077ad685c commit 2022-11-17 09:26:19 -05:00
Kulbhushan Kaushik
f20758ee5b commit 2022-11-14 10:09:54 -05:00
Kulbhushan Kaushik
acee099333 commit 2022-11-14 08:35:35 -05:00
Kulbhushan Kaushik
2c215e23a9 Merge branch 'develop' into feature/SSR-113 2022-11-14 08:05:22 -05:00
Jeremy Zimmerman
3cc0a9230f More updates. 2022-11-11 12:52:40 -05:00
Kulbhushan Kaushik
12807fb13e commit 2022-11-11 07:34:27 -05:00
Kulbhushan Kaushik
2ba1f71767 commit 2022-11-10 12:15:30 -05:00
Jeremy Zimmerman
6f48a901fb Merge branch 'develop' into feature/Digital/SSR-51 2022-11-09 12:55:11 -05:00
Jason Wheeler
292c46fe34 completed tests, removed old 404 page and cleared up a few warnings 2022-11-09 12:12:42 -05:00
Jason Wheeler
4475508db5 Everything seems to be working now, need to update tests 2022-11-08 17:42:11 -05:00
Jeremy Zimmerman
9465cb12d1 Removed some unneeded references. 2022-11-08 14:47:33 -05:00
Jeremy Zimmerman
38fab5611f Updates 2022-11-07 15:25:52 -05:00
Jeremy Zimmerman
f33810a43d Updates 2022-11-07 13:49:26 -05:00
Jeremy Zimmerman
ba4191e891 Updates 2022-11-03 12:44:04 -04:00
Jeremy Zimmerman
17ff7506cb Merge branch 'develop' into feature/Digital/SSR-51 2022-11-03 11:38:44 -04:00
Jason Wheeler
bc07b2419a page functions 2022-11-02 14:25:02 -04:00
Jeremy Zimmerman
75f8da12bc Merge branch 'develop' into feature/Digital/SSR-51 2022-11-02 13:24:21 -04:00
Kulbhushan Kaushik
75eef92707 commit 2022-11-02 09:01:53 -04:00
Kulbhushan Kaushik
755627a0f5 Merge branch 'feature/Digital/SSR-93' into feature/SSR-96 2022-11-02 08:15:57 -04:00
Jeremy Zimmerman
e230bdd345 Updates 2022-11-01 15:10:02 -04:00
Kulbhushan Kaushik
f74ee61231 commit 2022-11-01 15:09:43 -04:00
Jason Wheeler
5606f41432 brought over custom mixins for button gradient, added links to google fonts to fix font-weight issue, finished tests vehicle make. 2022-11-01 14:44:57 -04:00
Jeremy Zimmerman
0d981dde56 Auto stash before merge of "feature/Digital/SSR-51" and "develop" 2022-11-01 13:36:44 -04:00
Jason Wheeler
94607d9a89 Merge branch 'develop' into feature/Digital/SSR-93
# Conflicts:
#	src/helpers/unit-test-helper.js
2022-11-01 10:56:36 -04:00
Kulbhushan Kaushik
6c730ebcc6 commit 2022-11-01 09:25:24 -04:00
Jason Wheeler
564d1e51c9 Merge branch 'develop' into feature/Digital/SSR-93 2022-10-28 14:33:53 -04:00
Jason Wheeler
fb15bf1ca1 Created make-question and finished vehicle-make template 2022-10-28 14:31:45 -04:00
Kulbhushan Kaushik
dfac704227 setting vehicle-year as first page for the site 2022-10-28 11:15:21 -04:00
Kulbhushan Kaushik
90cac6bc46 Merge branch 'develop' into feature/Digital/SSR-65 2022-10-14 13:36:43 -04:00
Jason Wheeler
efc7a080b9 added some additional tests 2022-10-12 17:10:17 -04:00
Kulbhushan Kaushik
4cd3f62421 commit 2022-10-11 12:03:03 -04:00
Kulbhushan Kaushik
f22f42c260 commit 2022-10-11 10:27:37 -04:00
Kulbhushan Kaushik
5ca6887464 commit 2022-10-10 08:35:23 -04:00
Jason Wheeler
98b872a81a refactored error handling around getNavigationMap 2022-09-26 09:46:55 -04:00
Jason Wheeler
09c6744dd8 changes for reviews 2022-09-23 12:16:15 -04:00
Jason Wheeler
548a50ae48 updated from var to let per Jeremy's suggestion 2022-09-22 16:19:57 -04:00
Jason Wheeler
537be49593 refactored and tested getNavigationMap to make it less fragile. nav-button can also be a text link. Added test route for welcome-page. Pulled in navigation to external page using navigationMap from funnel. 2022-09-22 15:16:42 -04:00
Jason Wheeler
4b411810eb Merge branch 'develop' into feature/Digital/SSR-39
# Conflicts:
#	src/router/index.js
2022-09-22 12:32:30 -04:00
Jason Wheeler
e5f11854b0 refactored root route based on Frank's feedback. 2022-09-22 12:26:26 -04:00