Commit graph

107 commits

Author SHA1 Message Date
Bryan Mauger
b7c1e4726b Remove tab index. 2022-08-05 11:18:08 -04:00
Bryan Mauger
7f81ce0824 CSR-437 accessibility fix
Add tabindex to span so that screenreader reads copy.
Add aria-label to list-button so that screenreader reads proper information.
2022-08-05 10:39:17 -04:00
Matt Sykes
b73649e490 CSR-705 value logging masking type
- value logging masking type
- added to other components under button-questions
- added logging for radio as it was missing (only fires onchange of radio which is different than others although arguably more right...
2022-08-01 16:42:10 -04:00
Katie
1d6a36a79a CSR-467 Edit aria-labels and what screenreader reads 2022-07-29 11:55:44 -04:00
Katie
6a8409cd34 CSR-702 Add basic routing for part-questions 2022-07-26 15:03:40 -04:00
katieoh-safelite
d683061eeb
Merge pull request #606 from Safelite/rlsmerge/2022.06.23-to-develop
Rlsmerge/2022.06.23 to develop
2022-07-14 13:01:51 -04:00
Katie
b5ffeac0f0 Remove clearOnUnmount prop 2022-07-14 12:52:03 -04:00
Katie
d1e9d81242 CSR-612 Use role='application' to fix issue in JAWS 2022-07-13 16:28:22 -04:00
Katie
9f7baec8c0 Fix test 2022-07-13 14:39:58 -04:00
Katie
87cb4b20ad Fix merge conflict 2022-07-13 14:11:01 -04:00
Katie
bf35cfa866 Fix merge conflicts 2022-07-13 14:03:46 -04:00
Adam Caouette
43c95a81a3 CSR-108: minor CSS changes to match Figma 2022-07-12 15:43:11 -04:00
FrankRua
69e6fa4173 changed from arrays to string 2022-07-07 09:34:13 -04:00
FrankRua
1afdec7138 merge develop into my branch 2022-07-01 12:50:51 -04:00
AdamCaouetteSafelite
1f450d1a0b
Merge pull request #561 from Safelite/feature/CSR-480
Feature/CSR-480
2022-06-15 11:13:32 -04:00
Bryan Mauger
01eada7063 CSR-435 QA UI fixes.
Add namespace class name to set style on affected items.
2022-06-14 17:38:56 -04:00
AdamCaouetteSafelite
d6125a5ee7
Revert "Feature/csr 480" 2022-06-14 17:25:44 -04:00
Adam Caouette
4b9700716f minor logic updates to shared list- buttons, new question-chain component 2022-06-13 20:47:47 -04:00
Adam Caouette
c167f1887a CSR-480: clean up some faulty logic I discovered that was only clearing answers if multi-select 2022-06-09 16:51:59 -04:00
CarlNation
adb74675ff CSR-216 move the ga event log out of handlecheckchange
This was causing every item in the list to log an event not just the selected item.
2022-05-20 16:24:52 -04:00
bmauger
02b67f93da CSR-625,627 spacing fixes. 2022-05-19 12:33:59 -04:00
Donielle Austin
c67f86f22d ui defect 2022-05-13 15:17:28 -04:00
Adam Caouette
255e371030 CSR-417: small fix to aria-required attribute on button-question 2022-05-13 09:55:07 -04:00
Adam Caouette
3a75745764 CSR-347: finish building address-vehicles page 2022-05-11 09:33:26 -04:00
Scott Kiener
30419e2eee Auto stash before merge of "feature/CSR-240" and "origin/develop" 2022-05-05 15:47:37 -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
FrankRua
a638f63cdd Rename consts 2022-04-28 18:39:11 -04:00
FrankRua
a6f8a6289e GA events 2022-04-28 16:25:32 -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
bmauger
d61a1aa1a7 Updates to validation error styling when alert is displayed. 2022-04-21 12:43:01 -04:00
Adam Caouette
754cdddfb2 CSR-459: fix unit test 2022-04-11 17:07:41 -04:00
Adam Caouette
ac93b8fc60 CSR-459: fixes to error focus direction and error styling 2022-04-11 17:03:37 -04:00
Adam Caouette
f4fd58b4ed CSR-436: fix for sometimes hidden footer/elements on iphones 2022-04-06 16:46:52 -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
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
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
f93f26feae spacing adjustment 2022-02-28 09:45:50 -05:00
Max
f6af95a753 Adding button question example test page 2022-02-25 14:45:57 -05:00
CarlNation
57ee0fd29a CSR-297 wip
store updates.  first of three page routes
2022-02-24 14:55:40 -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