Commit graph

5190 commits

Author SHA1 Message Date
Kroell
1e8152feef Merge branch 'develop' into feature/digital/SSR-178
# Conflicts:
#	src/layouts/license-plate-lookup/license-plate-lookup.vue
2023-01-06 13:18:12 -05:00
Kroell
61f3691cfc Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into develop
# Conflicts:
#	src/layouts/license-plate-lookup/license-plate-lookup.vue
2023-01-06 13:17:09 -05:00
Kulbhushan Kaushik
c55f3731be
Merge pull request #95 from Safelite/feature/SSR-135 2023-01-06 12:59:00 -05:00
Kulbhushan Kaushik
2f0ce627ec commit 2023-01-06 12:36:41 -05:00
Kulbhushan Kaushik
b237ff3412 Merge branch 'develop' into feature/SSR-135 2023-01-06 12:33:11 -05:00
Kulbhushan Kaushik
3f2cbc1673
Merge pull request #94 from Safelite/feature/SSR-135
Feature/ssr 135
2023-01-06 12:32:27 -05:00
Kulbhushan Kaushik
230dc752b3 commit 2023-01-06 12:07:47 -05:00
Kulbhushan Kaushik
20cbb9272e commit 2023-01-06 11:28:33 -05:00
Johan Gunawan
e24de8bf70 Fix whitespace issue reported by QA 2023-01-05 21:53:00 -05:00
Kroell
662b6944c4 first unit test - back button navigates 2023-01-05 16:36:41 -05:00
Kulbhushan Kaushik
50d111811f COMMIT 2023-01-05 15:59:15 -05:00
Kroell
a27e5c4c06 change to vehicle lookup method 2023-01-05 12:01:54 -05:00
Kroell
9e53043d36 testing alerts 2023-01-04 16:14:08 -05:00
Kroell
5366446030 Merge branch 'develop' into feature/digital/SSR-178 2023-01-04 15:19:24 -05:00
Kroell
91756ff479 Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into develop 2023-01-04 15:18:46 -05:00
Kroell
930d6bf7be formatting edits 2023-01-04 15:13:31 -05:00
Kulbhushan Kaushik
d611a37776 Merge branch 'develop' into feature/SSR-135 2023-01-04 14:55:40 -05:00
Kulbhushan Kaushik
a8dd886012
Merge pull request #92 from Safelite/feature/SSR-204
commit
2023-01-04 14:52:56 -05:00
Kulbhushan Kaushik
a5b8ecba24 commit 2023-01-04 14:46:07 -05:00
Kroell
07d1dfa3b9 license-plate-lookup alerts, back and continue button routing/methods 2023-01-04 13:55:33 -05:00
Kulbhushan Kaushik
5614873010 commit 2023-01-04 13:46:25 -05:00
Kroell
8c5114e536 Merge branch 'develop' into feature/digital/SSR-178 2023-01-04 10:09:00 -05:00
Kulbhushan Kaushik
ca5db18028 commit 2023-01-04 09:30:14 -05:00
Kroell
e9b77fd352 update to zip-format validation 2023-01-03 17:00:50 -05:00
Kulbhushan Kaushik
9d3bc66488 Merge branch 'develop' into feature/SSR-135 2023-01-03 13:57:27 -05:00
Kulbhushan Kaushik
5c3df3c7a1 commit 2023-01-03 12:54:37 -05:00
Kroell
9b2e4663d4 Merge branch 'feature/digital/SSR-178' into develop 2023-01-03 12:24:51 -05:00
Kroell
b55405f3fb updates to validation rules 2023-01-03 12:22:29 -05:00
Kroell
64cd3468a9 restructured license-plate-lookup, start of alerts 2023-01-03 12:06:35 -05:00
Kroell
928f9fd4c1 error messages for license plate and zip input, start of validation rules 2023-01-03 11:11:33 -05:00
Johan Gunawan
f825cea0f0
Merge pull request #90 from Safelite/feature/SSR-188
SSR-188
2023-01-03 10:44:02 -05:00
Johan Gunawan
e084e2b518 SSR-188 2023-01-03 10:30:51 -05:00
Kulbhushan Kaushik
10c501b626 commit 2023-01-03 10:00:46 -05:00
Kulbhushan Kaushik
6b44953d58 commit 2023-01-03 09:54:08 -05:00
Kroell
2a2df2b276 added VinNotFound alert, license plate and registration zip lookup methods 2022-12-30 13:52:14 -05:00
Kulbhushan Kaushik
3c52c6ed05
Merge pull request #89 from Safelite/feature/SSR-135
Feature/ssr 135
2022-12-30 10:50:48 -05:00
Kroell
98ef72f8b7 Added textbox components to license-plate-lookup page 2022-12-29 16:13:37 -05:00
Johan Gunawan
4bdcea9f9d
Merge pull request #88 from Safelite/refactor/change-to-PAGE_QUERYSTRING
Change to a more accurate variable name
2022-12-29 16:03:33 -05:00
Johan Gunawan
ee564d6d5b Change to a more accurate variable name
From Mark Harris: "... The rationale is that it’s not a querystring for passing the name of the application.  It’s a querystring for passing the name of the page.  (It just happens to be named after the applications, but that’s more of business requirement ..."
2022-12-29 15:56:51 -05:00
Kulbhushan Kaushik
2653e8f8a0
Merge pull request #87 from Safelite/enhancement/replace-hard-coded-querystring-in-alert
Use the query string value from config
2022-12-29 15:26:19 -05:00
Johan Gunawan
99fab0cc13 Use the query string value from config
This replaces the 'fmgPage' hard-coded value.
2022-12-29 14:40:31 -05:00
Kulbhushan Kaushik
dac63255f1 commit 2022-12-29 14:04:08 -05:00
katiekroell
ad3708a583
Merge pull request #86 from Safelite/feature/digital/SSR-197
Firefox styling change to focus state in year/make/model/style
2022-12-28 16:22:39 -05:00
Kroell
3139429c19 Firefox styling change to focus state in year/make/model/style 2022-12-28 15:26:12 -05:00
Johan Gunawan
4cc688534b
Merge pull request #85 from Safelite/enhancement/add-testing-library
Add 3 packages that will help with writing tests, especially when creating assertion for DOM elements and triggering user interaction that matches with the browser events.
2022-12-27 15:18:40 -05:00
Johan Gunawan
5c455b8551 Add testing-library 2022-12-27 15:07:08 -05:00
Kulbhushan Kaushik
d86126c1e4 Merge branch 'develop' into feature/SSR-135 2022-12-27 07:42:12 -05:00
Kulbhushan Kaushik
9ff5acce28
Merge pull request #84 from Safelite/feature/digital/SSR-192
Styling change for Firefox - focus state on year/make/model/style
2022-12-23 10:38:16 -05:00
Kroell
d9052eaa39 Styling change for Firefox - focus state on year/make/model/style 2022-12-23 10:28:01 -05:00
Kulbhushan Kaushik
f309edf660
Merge pull request #83 from Safelite/enhancement/add-required-warning
Specify inputId prop as required
2022-12-23 08:11:40 -05:00