Commit graph

497 commits

Author SHA1 Message Date
Adam Caouette
dd99a541ec CSR-254: fixes and tweaks 2022-01-18 17:44:12 -05:00
Adam Caouette
a081592f32 Merge branch 'develop' into feature/CSR-254 2022-01-18 17:20:18 -05:00
Adam Caouette
98303b15b8 CSR-254: fix checkbox valid issue 2022-01-18 17:18:12 -05:00
FrankRua
48171bb8c0 unneeded import 2022-01-18 16:33:39 -05:00
FrankRua
dedf3d0bd3 Event bus integration 2022-01-18 16:30:44 -05:00
Max
8a45b752fe Merge remote-tracking branch 'origin/CSR-186-strip-logic-from-components' into feature/CSR-186_add-logic-to-question-vue 2022-01-18 09:11:25 -05:00
bmauger
85a07de718 CSR-186 strip logic from button and card components. 2022-01-18 08:32:22 -05:00
FrankRua
3ab5a97a4c returned undefined if we don't have the event 2022-01-17 17:04:40 -05:00
FrankRua
b8d5f7a72d removed 2022-01-17 17:01:54 -05:00
FrankRua
ab947a4d15 Created event bus, created homepage endpoint 2022-01-17 16:53:10 -05:00
Adam Caouette
d038b44198 CSR-302: move certain scss files to avoid prepend duplications 2022-01-17 14:21:34 -05:00
AdamCaouetteSafelite
6bf01676da
Merge pull request #148 from Safelite/feature/CSR-254
Feature/CSR-254
2022-01-17 10:43:01 -05:00
Adam Caouette
8108886b10 CSR-254: update list-button w/ vee validate and add to form-test layout 2022-01-14 16:42:38 -05:00
Adam Caouette
1958610b2b CSR-254: fix data-target placement 2022-01-14 16:41:03 -05:00
FrankRua
7abbf7c3cb Comments 2022-01-14 16:40:08 -05:00
FrankRua
3df24f131c Cleanup, switched router over to use aysnc/await 2022-01-14 16:36:30 -05:00
FrankRua
5f8108e4b8 Switched to using await, ditched emitter 2022-01-14 16:22:35 -05:00
Max
e89f33a0eb Removing unneeded class and updating const name to be more specific 2022-01-14 16:02:32 -05:00
Adam Caouette
99d1c654d2 Merge branch 'develop' into feature/CSR-254 2022-01-14 14:36:03 -05:00
FrankRua
a7002f47d5 404 page to use EventBus 2022-01-14 12:43:17 -05:00
Max
2e47b329c8 Getting rid of blue text shadow on hover state for mobile devices 2022-01-14 10:43:29 -05:00
Adam Caouette
5a8f2f4526 CSR-254: additional tweaks 2022-01-14 10:11:19 -05:00
Adam Caouette
349c59b7dd CSR-254: Implement final stages of form test 2022-01-13 15:58:19 -05:00
Max
30e78bf403 Removing duplicate back button 2022-01-13 14:18:39 -05:00
CarlNation
950ad67c16 Merge branch 'develop' into feature/CSR-258 2022-01-13 13:18:35 -05:00
CarlNation
03dcf3362d CSR-258 2022-01-13 13:18:11 -05:00
Max
80a4de2cc7 Updating method and action name and awaiting data before page change on vehicle style page 2022-01-13 11:56:04 -05:00
Max
d160a09c3b Merge branch 'develop' into remove-unneeded-data 2022-01-13 11:32:35 -05:00
Max
8e59a8d746 Removing unneeded data from vehicle question vue files 2022-01-13 11:32:04 -05:00
Max
ffb030bbcf Merge branch 'develop' into padding-fix 2022-01-13 08:58:40 -05:00
Max
a6b7bc8e5d Fixing padding for back button 2022-01-13 08:58:21 -05:00
FrankRua
f3336470d2 POC 2022-01-12 16:28:49 -05:00
bmauger
da652ec9e4
Merge pull request #140 from Safelite/BRM-icon-updates
Add all icons necessary for new Funnel.
2022-01-12 14:38:41 -05:00
Leah Schumann
d1f6f0f3f3
Merge pull request #139 from Safelite/feature/CSR-231
Trying Possible Dev Google Places API key
2022-01-12 13:13:36 -05:00
Max
4d0cfd8332 removing unneeded catch 2022-01-12 12:55:11 -05:00
Max
5c94557a0b Merge branch 'develop' into feature/CSR-77 2022-01-12 12:48:41 -05:00
Max
45c1d37204 unit test fixes 2022-01-12 12:48:06 -05:00
Leah Schumann
89adb9ebff Trying Possible Dev Google Places API key 2022-01-12 12:46:40 -05:00
bmauger
eaece51970 WIP add new icons. 2022-01-12 12:39:59 -05:00
Max
d3eb40f964 unit test changes 2022-01-12 10:24:07 -05:00
bmauger
29597417a0 BRM css tweaks to list-card.vue. 2022-01-11 16:53:48 -05:00
Adam Caouette
3c10f75b67 CSR-254: grey out button if not validated 2022-01-11 14:32:57 -05:00
bmauger
a93b44a0d6 Update list-cards for proper alignment across layouts.
Update svgs to have same viewbox/canvas.
2022-01-11 13:35:21 -05:00
Max
c318317f09 test 2022-01-11 12:50:23 -05:00
Max
3cf6cebc76 removing unneeded object property 2022-01-11 12:29:43 -05:00
Max
7237735108 adding unit test back 2022-01-11 11:36:02 -05:00
Max
88f2a3039e Merge branch 'develop' into feature/CSR-77 2022-01-11 11:31:12 -05:00
Max
d139ff45b1 testing 2022-01-11 11:24:39 -05:00
bmauger
1aaf7a22a6 CSR-241 add isMultiSelect prop. 2022-01-11 10:22:55 -05:00
Leah Schumann
97f17cef91
Merge pull request #135 from Safelite/feature/CSR-231
Feature/csr 231
2022-01-11 09:55:58 -05:00
Leah Schumann
c64c9bb262 Removed Loader-demo from router/index.js 2022-01-11 09:51:03 -05:00
Leah Schumann
02db554ee9 Removed Loader-demo from router/index.js 2022-01-11 09:42:53 -05:00
Leah Schumann
f343282314
Merge pull request #131 from Safelite/feature/CSR-231
Feature/csr 231
2022-01-11 09:19:33 -05:00
Max
294c601419 taking out console log 2022-01-11 09:17:38 -05:00
Max
7916dff087 cleanup 2022-01-11 09:08:12 -05:00
Max
4047e757bb Merge branch 'develop' into feature/CSR-77 2022-01-11 09:00:47 -05:00
Adam Caouette
42d2d6334b CSR-254: add generic textInput component and add validation on form-test 2022-01-10 17:38:32 -05:00
Max
4c8a22f976 unit test update 2022-01-10 16:35:04 -05:00
Max
954625229f Unit test fixes 2022-01-10 16:19:09 -05:00
bmauger
2dd74d1eb3 CSR-241 update unit test for list-button.vue. 2022-01-10 15:47:03 -05:00
Max
21c5316950 Merge remote-tracking branch 'origin/develop' into feature/CSR-77 2022-01-10 15:39:14 -05:00
Max
4a50e44e96 Creating vehicle damage page 2022-01-10 15:36:49 -05:00
bmauger
588481e6b7
Merge pull request #132 from Safelite/CSR-241-add-prop
CSR-241 unit test updates.
2022-01-10 15:22:56 -05:00
bmauger
b1457c713e CSR-241 unit test updates. 2022-01-10 15:19:19 -05:00
CarlNation
4d7a66b943 CSR-251 unit tests 2022-01-10 10:42:13 -05:00
Leah Schumann
8cab5deaa1
Merge branch 'develop' into feature/CSR-231 2022-01-10 10:20:25 -05:00
Leah Schumann
3b7a650eb9 Moved the script src for Google Maps API from head of index.html to component, using load script plugin 2022-01-10 10:05:46 -05:00
CarlNation
0808962f36 CSR-251 map widget name changes 2022-01-10 08:37:21 -05:00
Adam Caouette
549a8b3593 CSR-254: create form-test page and begin testing validation 2022-01-07 16:00:34 -05:00
Adam Caouette
c746adf49a CSR-222: remove unneeded prop again 2022-01-07 09:43:15 -05:00
Leah Schumann
9ead873449 Code added to auto-complete the address in desired format 2022-01-07 08:45:27 -05:00
bmauger
c099e6c08d
Merge branch 'develop' into CSR-241-add-prop 2022-01-06 14:54:32 -05:00
Adam Caouette
8946f75877 CSR-222: check loaderEnabled prop before displaying loader 2022-01-06 12:18:29 -05:00
Adam Caouette
7761ad879d CSR-222: undo accidental code collusion 2022-01-06 11:23:40 -05:00
Adam Caouette
bc1d0d358e CSR-222: fix unit test 2022-01-06 11:15:56 -05:00
bmauger
dc80115834 CSR-246 unit test for list-card. 2022-01-06 10:00:05 -05:00
Adam Caouette
8600249576 Merge branch 'develop' into feature/CSR-222 2022-01-05 17:42:22 -05:00
Adam Caouette
0d93ea4445 CSR-222: move back-button into different folder 2022-01-05 17:09:32 -05:00
bmauger
740579aea9 CSR-241 WIP unit test updates. 2022-01-05 17:04:35 -05:00
bmauger
79455adab3 CSR-241 WIP unit test. 2022-01-05 17:00:59 -05:00
Adam Caouette
96a5cdf46e CSR-222: refactor with emit for click event 2022-01-05 16:55:10 -05:00
Leah Schumann
f16c997920 Address Autocomplete POC 2022-01-05 16:32:15 -05:00
Max
6c457b29ce removing unnecessary mixin 2022-01-04 15:29:00 -05:00
Max
c2a4f87270 Fixing unit test 2022-01-04 15:23:06 -05:00
Max
40e47949ef removing unneeded classes 2022-01-04 15:15:37 -05:00
Max
9737ffbb27 CSR 77 2022-01-04 15:13:09 -05:00
Max
b2a2e0303c updating styling for funnel sub header 2022-01-04 10:49:53 -05:00
Max
605109b1fb Changes requested via jira 2022-01-04 10:44:46 -05:00
bmauger
a57b44489e CSR-241 Update props 2022-01-03 13:50:57 -05:00
bmauger
dfb3ff38b9 CSR-241 Remove errorMessage, isError, hasError references. 2022-01-03 13:18:37 -05:00
Adam Caouette
2c0dd25316 CSR-222: update CMS API object names 2022-01-03 12:16:57 -05:00
bmauger
7de8be9bf2
Merge pull request #120 from Safelite/feature/CSR-174
Feature/CSR-174
2022-01-03 09:44:41 -05:00
bmauger
982db0115c CSR-227 update unit test. 2022-01-03 09:02:51 -05:00
bmauger
4374dfdb12 CSR-227 update header font size. 2022-01-03 08:57:21 -05:00
Adam Caouette
04fd2d5745 CSR-174: fix unit tests 2021-12-30 16:38:52 -05:00
Adam Caouette
4b3d8ba331 CSR-174: remove aria-hidden / add additional aria-describedby instead 2021-12-30 16:32:51 -05:00
Adam Caouette
6f27196c47 CSR-174: remove unneeded parentheses in sr-only list-button text 2021-12-30 13:25:35 -05:00
Adam Caouette
acb3481e01 CSR-174: add aria-hidden=true to list-button label elements to fix jaws bug 2021-12-30 13:22:56 -05:00
Adam Caouette
9804a75676 Merge branch 'develop' into feature/CSR-174 2021-12-28 09:51:20 -05:00
Adam Caouette
c5ceb36cfd CSR-174: remove no longer needed prop 2021-12-28 09:50:58 -05:00