Commit graph

338 commits

Author SHA1 Message Date
Leah Schumann
cefa91e508 Merge branch 'develop' into feature/CSR-591 2022-05-18 10:11:59 -04:00
Leah Schumann
f74b5100ae Changed original code to disable address autocomplete after showing city, state, and zip. The original method introduced a bug when a completely un matchable address was entered 2022-05-18 10:10:37 -04:00
Scott Kiener
aaeb26c377 CSR-550 | Delay animation until displayed
The new SVG chunk is just a longer animation.
2022-05-18 09:42:57 -04:00
Leah Schumann
655d62418b Tacking on fix for email address not validating when a space is present. We now trim the modelValue automatically 2022-05-18 08:25:25 -04:00
bmauger
ccf6d59481
Merge pull request #461 from Safelite/brm-qa-fixes-multiple-tickets
Multiple QA fixes.
2022-05-17 17:20:27 -04:00
bmauger
9f88939c78 Multiple QA fixes.
Fixes:
CSR-578, spacing between copy and vin-info toggle
CSR-101, padding incorrect on input
2022-05-17 16:18:49 -04:00
Scott Kiener
9ba5acc63c Merge remote-tracking branch 'origin/develop' into feature/CSR-563 2022-05-17 16:09:39 -04:00
Leah Schumann
7d0c925578 Merging from develop, fixed merge conflict 2022-05-17 10:10:51 -04:00
bmauger
7687b18dea Fix spacing between toggle text and error. 2022-05-16 17:31:25 -04:00
Scott Kiener
9ebb3a1fe3 CSR-563 | Refactor for efficiency, correct failing test 2022-05-16 16:58:37 -04:00
Scott Kiener
6265cc5598 Merge remote-tracking branch 'origin/develop' into feature/CSR-563 2022-05-16 16:12:23 -04:00
Scott Kiener
d0e9717dee CSR-563 | Snap to alerts when not fully visible
Added "doesScrollToOnAppear" property to alert component.
-defaults to true
-when an alert is not fully visible on the page when it becomes visible, the page will attempt to scroll the alert to the top
2022-05-16 16:11:14 -04:00
CarlNation
be53ec32de CSR-550 use svg for loading modal 2022-05-16 13:59:24 -04:00
Donielle Austin
c67f86f22d ui defect 2022-05-13 15:17:28 -04:00
Leah Schumann
19602c8357 Merge branch 'develop' into feature/CSR-104 2022-05-13 15:14:35 -04:00
Leah Schumann
fc8be0cee2 Fixed multiple vehicle matching entered vehicle bug 2022-05-13 14:01:11 -04:00
Adam Caouette
255e371030 CSR-417: small fix to aria-required attribute on button-question 2022-05-13 09:55:07 -04:00
AdamCaouetteSafelite
075b79dd9c
Merge pull request #417 from Safelite/feature/CSR-347
Feature/CSR-347
2022-05-12 14:44:25 -04:00
Leah Schumann
3c9ddc6914 Merge branch 'develop' into feature/CSR-104 2022-05-12 08:16:39 -04:00
Leah Schumann
9846e1bf83 Latest auto-fill fix 2022-05-12 08:07:46 -04:00
Donielle Austin
950640a36f ui defect 2022-05-11 16:54:39 -04:00
Donielle Austin
a5e0dde783 ui defect 2022-05-11 14:42:47 -04:00
Adam Caouette
611b0c0730 CSR-347: remove unneeded test code 2022-05-11 13:36:07 -04:00
Katie
a3476b7098 CSR-543 Allow for number validation in textbox-questions for initialValues 2022-05-11 13:22:13 -04:00
Adam Caouette
97bde06c7a Merge branch 'develop' into feature/CSR-347 2022-05-11 13:10:57 -04:00
CarlNation
a0db0523e3
Merge pull request #419 from Safelite/feature/CSR-520
DE-520 typo
2022-05-11 10:12:29 -04:00
CarlNation
73d32f7c80 DE-520 typo 2022-05-11 10:08:59 -04:00
Adam Caouette
3a75745764 CSR-347: finish building address-vehicles page 2022-05-11 09:33:26 -04:00
Leah Schumann
7ffd5121b2 Merging from develop, fixed conflict 2022-05-10 09:08:58 -04:00
CarlNation
4f952beaf3 CSR-520 Remove slots 2022-05-09 15:34:50 -04:00
CarlNation
ea0613c913 CSR-520 remove close modal gold plating 2022-05-09 15:17:46 -04:00
CarlNation
92ecdd9b20 CSR-520 modal specs 2022-05-09 09:29:46 -04:00
Leah Schumann
4606067aa2 Merging from develop 2022-05-09 08:48:44 -04:00
Leah Schumann
379faf1a4c Fixed merge conflicts, renamed 'zip' to 'zipCode' where applicable for consistency 2022-05-06 10:19:44 -04:00
CarlNation
3c06e44da5 CSR-520 loading modal 2022-05-06 09:57:31 -04:00
Leah Schumann
d276a24b87 'Final' check-in before submitting to QA 2022-05-06 09:38:56 -04:00
Scott Kiener
434811ccf7 Merge remote-tracking branch 'origin/develop' into feature/CSR-240 2022-05-06 08:10:36 -04:00
Scott Kiener
30419e2eee Auto stash before merge of "feature/CSR-240" and "origin/develop" 2022-05-05 15:47:37 -04:00
Leah Schumann
d84607ba7a merging from develop, restoring original validation method for textbox-question 2022-05-05 09:10:35 -04:00
bmauger
269ca9e25c Fix validation so it recognizes when a field has info in it. 2022-05-04 16:13:28 -04:00
Leah Schumann
16ff2001e5 Reverted attempt at using 'eager' validation back to 'lazy' as it was displaying an error about the email format while the user was still entering their email address 2022-05-04 15:13:17 -04:00
Leah Schumann
b5aa014e85 Added 'eager' validation to textbox-question component 2022-05-03 10:59:33 -04:00
bmauger
f21baf67a2
Merge branch 'develop' into CSR-101-vin-lookup 2022-05-02 15:59:12 -04:00
Leah Schumann
299293467a Merge branch 'develop' into feature/CSR-104 2022-05-02 11:22:22 -04:00
bmauger
86b6408be3 Update validation to work on submit. 2022-05-02 10:50:43 -04:00
FrankRua
cc81fb4296 extra needed for unit tests 2022-04-29 16:25:51 -04:00
FrankRua
c7c597e480 Unit tests 2022-04-29 15:53:26 -04:00
Leah Schumann
c533c8b819 renamed test files 2022-04-29 09:48:09 -04:00
Leah Schumann
a597da287f merging from develop 2022-04-29 09:31:13 -04:00
FrankRua
a638f63cdd Rename consts 2022-04-28 18:39:11 -04:00