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
FrankRua
a6f8a6289e
GA events
2022-04-28 16:25:32 -04:00
Leah Schumann
2c9264f2e6
Modified auto-fill preventing label obfuscation to inject '⁠' into all the words of the label
2022-04-28 15:50:40 -04:00
FrankRua
c0290c43ee
Auto stash before merge of "develop" and "origin/develop"
2022-04-28 13:13:50 -04:00
max-dempsey
85404ae202
Merge pull request #369 from Safelite/feature/CSR-92
...
Feature/csr 92
2022-04-28 09:29:24 -04:00
Adam Caouette
75d6434b6e
CSR-392: add aria-required fields where needed
2022-04-27 16:41:53 -04:00
Max
85420affd9
1) Adjusting evox image height and scrollable area for ymms pages. 2) Adding feature to sync license plate, registration zip, email and service zip to correct textbox fields for lpl. 3) removing zip mismatch alert when new zip added but different alert triggered.
2022-04-27 15:40:44 -04:00
Adam Caouette
c070f2af95
CSR-447: expand/update unit tests
2022-04-26 09:52:00 -04:00
Leah Schumann
14f6174a76
Merging from develop
2022-04-22 07:56:28 -04:00
bmauger
d61a1aa1a7
Updates to validation error styling when alert is displayed.
2022-04-21 12:43:01 -04:00
Max
26d027edaf
Finishing up license plate lookup page
2022-04-21 09:41:11 -04:00
Max
68c9f089f5
Merge branch 'develop' into feature/CSR-92
2022-04-19 14:43:38 -04:00
Max
44e0539068
unit test fixes
2022-04-19 12:22:44 -04:00
FrankRua
7a6c87dff7
Merge remote-tracking branch 'origin/CSR-101-vin-lookup' into feature/CSR-85
2022-04-19 10:44:42 -04:00
Max
18710d1469
Updating ways special strings are parsed
2022-04-19 10:26:31 -04:00
FrankRua
f378f690ab
Refactor logic for redirect
2022-04-18 17:10:58 -04:00
CarlNation
b4e4de442b
Merge pull request #340 from Safelite/feature/CSR-478
...
CSR-478 role attr did not prevent JAWS from intercepting up arrow
2022-04-12 12:53:07 -04:00
CarlNation
bc33d8f1a7
CSR-478 role attr did not prevent JAWS from intercepting up arrow
2022-04-12 11:14:27 -04:00
CarlNation
e2df2a3da7
Merge pull request #339 from Safelite/feature/CSR-478
...
CSR-478 trying to prevent JAWS key press intercept after click
2022-04-12 10:40:51 -04:00
CarlNation
b2350e2286
CSR-478 trying to prevent JAWS key press intercept after click
2022-04-12 10:30:32 -04:00
CarlNation
3b640f0a9f
Merge pull request #336 from Safelite/feature/CSR-478
...
Feature/csr 478
2022-04-12 09:19:48 -04:00
CarlNation
12db51a377
CSR-478 relocate keydown logic to footer
2022-04-12 09:12:24 -04:00
Adam Caouette
754cdddfb2
CSR-459: fix unit test
2022-04-11 17:07:41 -04:00
Adam Caouette
4cee1b10c5
Merge branch 'develop' into bugfix/CSR-459
2022-04-11 17:03:59 -04:00
Adam Caouette
ac93b8fc60
CSR-459: fixes to error focus direction and error styling
2022-04-11 17:03:37 -04:00
bmauger
9cf7204059
WIP
2022-04-11 15:10:20 -04:00
Leah Schumann
b5c86c5cd7
Merge branch 'develop' into feature/CSR-96
2022-04-08 16:11:14 -04:00
Max
aabd1749f9
Adding option to add props to alert widget instead of using cmsWidget
2022-04-08 15:59:08 -04:00
Max
e4c2d1bf51
Adding props to pass alert data to child components and updating dropdown question to new format for retrieving CMS data
2022-04-08 10:07:59 -04:00
Leah Schumann
d7b1069991
Merged from develop and partial implementation of new way to populate CMS content.
2022-04-07 10:04:34 -04:00
Adam Caouette
f4fd58b4ed
CSR-436: fix for sometimes hidden footer/elements on iphones
2022-04-06 16:46:52 -04:00
Max
2ae7cdfe37
Fixing unit test
2022-04-06 09:38:43 -04:00
Max
8930cc8681
Merge branch 'develop' into feature/CSR-92
2022-04-05 13:13:30 -04:00
Max
e9a5f999ea
More unit tests
2022-04-05 10:01:07 -04:00
Leah Schumann
c3936169d1
Merge branch 'develop' into feature/CSR-96
2022-03-31 15:16:11 -04:00
Mark Harris
d2a2605374
Moving the back button under the funnel-sub-header
2022-03-31 15:09:26 -04:00
bmauger
5de5f2d17c
CSR-269 fix rounded border, error border color and size, alert position, container padding
2022-03-29 16:28:58 -04:00
FrankRua
5da7037e4d
lint
2022-03-29 09:30:26 -04:00
Max
b982d3a26a
Merge branch 'develop' into feature/CSR-92
2022-03-29 09:09:27 -04:00
Max
ab93eb4d2d
Changing initialize component to getcmscontent for retrieval of all cms content
2022-03-29 09:08:38 -04:00
Max
a2008021c7
Changing cms retrieval methods
2022-03-25 16:22:15 -04:00
Leah Schumann
cfc5cbd467
Unit tests for feature/CSR-350, textbox-question and dropdown-question components
2022-03-25 09:11:39 -04:00
Max
c007430e63
Adding validations to lpl
2022-03-24 15:04:27 -04:00
bmauger
f4f27499aa
Fix footer gutter.
2022-03-24 14:36:10 -04:00
bmauger
495d609d47
Move vin-information to vin-lookup folder.
2022-03-24 08:57:42 -04:00
Leah Schumann
c317708440
Added regex validation for Zip
2022-03-22 16:05:17 -04:00
Leah Schumann
36a98936f2
Post code review related refactoring
2022-03-22 13:34:33 -04:00
Leah Schumann
49cef04e2e
Changed file names and added exceptions for unit test processing
2022-03-22 09:47:47 -04:00
Leah Schumann
093845c0f3
Temporarily commented out broken unit tests 2
2022-03-22 09:16:49 -04:00
Leah Schumann
c8438dfeb3
Temporarily commented out broken unit tests
2022-03-22 09:10:43 -04:00
Leah Schumann
bf2c4d60cc
Minor code cleanup
2022-03-22 08:51:41 -04:00
Leah Schumann
b769f95d56
Added validation to address-lookup
2022-03-21 10:39:35 -04:00
Leah Schumann
8bd0df4917
Added some validation related stuff
2022-03-18 08:56:39 -04:00
Leah Schumann
e8e8632d2a
Converted Spaces to Tabs for cleaner indentation
2022-03-17 15:49:26 -04:00
Leah Schumann
31450a374c
Merging from develop
2022-03-16 11:51:59 -04:00
Leah Schumann
bfbe8aa5f0
CMS related coding changes for textbox-question and dropdown-question
2022-03-16 11:46:27 -04:00
Adam Caouette
79dca4d4bb
CSR-319: add final special validation for preventSplitAndSingleTogether
2022-03-10 16:37:04 -05:00
bmauger
d58e3f3fb9
CSR-365 set base font color, remove horizontal scrollbar.
2022-03-09 10:18:46 -05:00
bmauger
7ae4baaa4d
Footer adjustments to better accommodate variable width button and link..
2022-03-08 14:43:01 -05:00
Leah Schumann
09530d8338
Merge branch 'develop' into feature/CSR-96
2022-03-08 09:26:03 -05:00
Adam Caouette
aec70a397f
CSR-96: fixed aria labels
2022-03-08 09:24:45 -05:00
Leah Schumann
18eccf277e
checking in for accesibility testing on label hack
2022-03-07 14:29:58 -05:00
bmauger
6f6cbc9db4
Fix spacing per qa.
2022-03-07 08:14:03 -05:00
Frank Rua
e41dfb1108
Merge pull request #268 from Safelite/feature/CSR-335
...
Feature/csr 335
2022-03-03 11:14:51 -05:00
bmauger
2149321103
Add unit test and fix link issue for Bindu.
2022-03-03 10:52:30 -05:00
Leah Schumann
1ce165c5a8
Merging from 'develop'
2022-03-03 09:32:55 -05:00
Leah Schumann
02e6fdb335
Now dynamically retrieving the alert headers and text from CMS, also now retrieving Places API key from env variables
2022-03-03 09:28:11 -05:00
CarlNation
440cc39b34
Merge pull request #266 from Safelite/CSR-399-vin-lookup
...
CSR-399 vin-information
2022-03-03 07:05:03 -05:00
bmauger
a11426f205
Add empty unit test.
2022-03-02 17:36:01 -05:00
bmauger
4b6821c694
CSR-399 vin-information WIP
2022-03-02 17:24:12 -05:00
FrankRua
ab626af82f
Populate already selected options
2022-03-02 10:59:51 -05:00
FrankRua
b43bdb3960
Merge branch 'develop' into feature/CSR-335
2022-03-01 10:26:53 -05:00
bmauger
0684a75f40
Remove unneeded code.
2022-03-01 08:14:47 -05:00
Max
54f6f0cad2
aligning question text to left on radio question type
2022-02-28 14:23:35 -05:00
CarlNation
fa82333be5
Merge branch 'develop' into feature/CSR-297
2022-02-28 10:54:54 -05:00
Max
68ccfcbb15
Adjusting button-question so question text is always black font and adjusting list-card padding bottom to 3 rem
2022-02-28 10:37:43 -05:00
Max
71bc0f978c
Merge branch 'develop' into feature/CSR-405
2022-02-28 09:46:16 -05:00
Max
f93f26feae
spacing adjustment
2022-02-28 09:45:50 -05:00
bmauger
d614e57af2
Style updates to match Figma.
2022-02-28 08:57:08 -05:00
Leah Schumann
474d9a34f6
Merging Bryan's changes from develop
2022-02-28 08:18:27 -05:00
Leah Schumann
6d84d0669b
rename 'name' property of dropdown-question from dropdownQuestion to dropdown-question for consistency
2022-02-28 07:53:21 -05:00
max-dempsey
13e5e53965
Merge pull request #254 from Safelite/buttonQuestion-test
...
Adding button question example test page
2022-02-25 14:51:11 -05:00
Max
f6af95a753
Adding button question example test page
2022-02-25 14:45:57 -05:00
bmauger
2102e007ed
Add icon prop to text input.
2022-02-25 11:52:43 -05:00
Leah Schumann
8df8b05e30
added optional input mask to textbox-question component
2022-02-25 11:46:58 -05:00
CarlNation
287c1e97df
Merge branch 'develop' into feature/CSR-297
2022-02-24 14:57:24 -05:00
CarlNation
57ee0fd29a
CSR-297 wip
...
store updates. first of three page routes
2022-02-24 14:55:40 -05:00
Leah Schumann
9ab7b79682
WIP: Cleanup and fixes related to styling merge and others
2022-02-24 13:49:19 -05:00
bmauger
b242538a50
Update placeholder color.
2022-02-24 13:33:07 -05:00
Leah Schumann
ed8cd94ac0
Merged from develop
2022-02-24 13:24:02 -05:00
Leah Schumann
fe87962a41
Before merging latest from develop
2022-02-24 13:17:47 -05:00
CarlNation
896f70c7f8
Merge branch 'develop' into feature/CSR-297
2022-02-24 10:49:19 -05:00
CarlNation
7784a69852
Merge branch 'feature/CSR-335' into feature/CSR-297
2022-02-24 08:45:33 -05:00
Max
74122ae7dc
Changing button question logic back on radio button select
2022-02-23 21:38:43 -05:00
Max
b2a94baad5
array fix
2022-02-23 16:00:45 -05:00
Max
550c0d6e73
Side door options fixes
2022-02-23 15:59:18 -05:00
FrankRua
8e1c5fef34
revert maxes changes
2022-02-23 15:56:03 -05:00
FrankRua
213090b863
alert added
2022-02-23 15:55:30 -05:00
AdamCaouetteSafelite
7fd0ece3a3
Merge pull request #241 from Safelite/feature/CSR-296
...
Feature/CSR-296
2022-02-23 13:11:03 -05:00
bmauger
a6ae6b7aa4
Update option copy. Update color.
2022-02-23 10:28:51 -05:00
FrankRua
1d04dc5ac8
Merge branch 'develop' into feature/CSR-335
2022-02-23 10:14:37 -05:00
Adam Caouette
a08a2b93c8
Merge branch 'develop' into feature/CSR-296
2022-02-23 09:38:16 -05:00