Commit graph

1218 commits

Author SHA1 Message Date
bmauger
c44b96aba0
Merge pull request #302 from Safelite/CSR-101-vin-lookup-additions
Csr 101 vin lookup additions
2022-03-24 15:59:25 -04:00
bmauger
0dab72ad84 Remove code/start over. 2022-03-24 15:52:10 -04:00
bmauger
1569a15257 Update path. 2022-03-24 15:17:13 -04:00
bmauger
88162fb390 Merge branch 'develop' into CSR-101-vin-lookup-additions 2022-03-24 14:44:22 -04:00
bmauger
12765bdefd
Merge pull request #300 from Safelite/brm-footer-gutter-fix
Fix footer gutter.
2022-03-24 14:42:32 -04:00
bmauger
f4f27499aa Fix footer gutter. 2022-03-24 14:36:10 -04:00
bmauger
b1d61d23a0
Merge pull request #299 from Safelite/CSR-446-fix-bold-error-border
Update style related to border thickness on error.
2022-03-24 14:31:52 -04:00
bmauger
47d9e0b51a Update hover state for primary button. 2022-03-24 13:58:02 -04:00
bmauger
0e1d34b873 Update style related to border thickness on error. 2022-03-24 13:34:56 -04:00
bmauger
6a5c0e61f7
Merge pull request #298 from Safelite/brm-move-vin-information
Brm move vin information
2022-03-24 11:31:24 -04:00
bmauger
3c2ee2c04d Update unit test. 2022-03-24 09:39:07 -04:00
bmauger
495d609d47 Move vin-information to vin-lookup folder. 2022-03-24 08:57:42 -04:00
bmauger
48bafa657b
Merge pull request #296 from Safelite/brm-hover-issue
Update hover query.
2022-03-22 15:13:38 -04:00
bmauger
9da696027a Update hover query. 2022-03-22 15:10:13 -04:00
bmauger
fb2f4d87a4
Merge pull request #295 from Safelite/CSR-436-button-bug
CSR-436 attempted fix for button color issue.
2022-03-22 14:37:50 -04:00
bmauger
3df8132743 CSR-444 fix alert padding. 2022-03-22 14:16:15 -04:00
Leah Schumann
62b2d1d23b
Merge pull request #294 from Safelite/feature/CSR-96
Feature/csr 96
2022-03-22 14:15:55 -04:00
bmauger
81c1186085 CSR-436 attempted fix for button color issue. 2022-03-22 13:46:37 -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
b9fd249803 Added back required code I removed 2022-03-22 08:58:47 -04:00
Leah Schumann
8f54707cae Merge branch 'develop' into feature/CSR-96 2022-03-22 08:55:08 -04:00
Leah Schumann
bf2c4d60cc Minor code cleanup 2022-03-22 08:51:41 -04:00
Leah Schumann
15b23c43f1 Fixed regex 2022-03-22 07:51:58 -04:00
bmauger
70d69d8057
Merge pull request #293 from Safelite/feature/CSR-262
Feature/csr 262
2022-03-21 16:13:28 -04:00
bmauger
47f6e7fe7c Update error styles. 2022-03-21 15:21:49 -04:00
Leah Schumann
b769f95d56 Added validation to address-lookup 2022-03-21 10:39:35 -04:00
Adam Caouette
ed1188ca5a CSR-262: add thickened border styling on has-error buttons that get focused 2022-03-19 10:51:10 -04:00
Adam Caouette
de44616680 CSR-262: fix missing focus outline on checked buttons 2022-03-19 10:29:55 -04:00
Adam Caouette
6a7fc87235 CSR-262: fix button error outline styling 2022-03-19 10:23:01 -04:00
bmauger
10bad18b56 WIP Do not merge. 2022-03-18 12:18:43 -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
AdamCaouetteSafelite
cf42590876
Merge pull request #292 from Safelite/feature/CSR-319
CSR-319: make validation rule names all kabob case
2022-03-17 12:28:21 -04:00
Adam Caouette
24a44c4321 CSR-319: make validation rule names all kabob case 2022-03-17 11:31:05 -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
AdamCaouetteSafelite
2883bdc4d7
Merge pull request #291 from Safelite/feature/CSR-319
CSR-319: expand Alert component to allow for multiple paragraphs
2022-03-16 08:59:42 -04:00
Adam Caouette
4f6f6242a0 CSR-319: expand Alert component to allow for multiple paragraphs 2022-03-15 18:52:36 -04:00
AdamCaouetteSafelite
5bb00468f2
Merge pull request #288 from Safelite/feature/CSR-319
CSR-319: rearrange form markup location / move submit fns into mixin
2022-03-15 13:30:39 -04:00
Adam Caouette
acc9518675 CSR-319: fix syncing error between selectedValues and validation values 2022-03-15 13:21:42 -04:00
Adam Caouette
f18d6f609e Merge branch 'develop' into feature/CSR-319 2022-03-14 16:27:39 -04:00
bmauger
5132788bac
Merge pull request #290 from Safelite/CSR-101-fix-error
Fix error.
2022-03-14 15:47:30 -04:00
bmauger
735902c4fa Fix error. 2022-03-14 15:33:40 -04:00
bmauger
f3c2abc2aa
Merge pull request #289 from Safelite/CSR-101-vin-lookup-updates
Update vin-lookup page.
2022-03-14 14:01:20 -04:00
bmauger
4a32ca1f98 Update unit test. 2022-03-14 13:55:46 -04:00
bmauger
21597f3f75 Change to camelCase. 2022-03-11 16:12:21 -05:00
bmauger
2ffc311f22 Update vin-lookup page. 2022-03-11 16:03:38 -05:00