Commit graph

428 commits

Author SHA1 Message Date
Kulbhushan Kaushik
d4b307dbf7 commit 2022-12-21 10:32:26 -05:00
katiekroell
3d96b1b09b
Merge pull request #78 from Safelite/feature/digital/SSR-181
Styling fix to error state on vehicle-damage
2022-12-19 16:27:29 -05:00
Kroell
8627da273f Styling fix to error state on vehicle-damage 2022-12-19 15:43:59 -05:00
Kulbhushan Kaushik
369df5b8b6
Merge pull request #77 from Safelite/feature/SSR-169
Feature/ssr 169
2022-12-19 14:12:56 -05:00
Kulbhushan Kaushik
d1c2001ade Merge branch 'develop' into feature/SSR-169 2022-12-19 13:45:37 -05:00
Kulbhushan Kaushik
b98109ba7c commit. Unit tests and few other changes for button question modal component 2022-12-19 13:45:29 -05:00
Johan Gunawan
053a161b6b
Merge pull request #76 from Safelite/feature/Digital/SSR-183
Add handlers for submit and invalid-submit events (VeeValidate Form)
2022-12-19 09:09:19 -05:00
Johan Gunawan
10f12c8f60 Add event handlers for submit and invalid-submit events (VeeValidate) 2022-12-16 13:56:28 -05:00
Kulbhushan Kaushik
a4da7fad51
Merge pull request #75 from Safelite/feature/SSR-169
Feature/ssr 169
2022-12-16 09:40:30 -05:00
Kulbhushan Kaushik
cef550b806 commit 2022-12-16 09:26:32 -05:00
Johan Gunawan
126b027b05
Feature/Digital/SSR-174 2022-12-15 15:27:53 -05:00
Johan Gunawan
aeb1ce6043 Merge pull request #73 from Safelite/defect/wrong-prop-name-in-buttonQuestion
Use the correct prop name
2022-12-15 12:38:41 -05:00
Johan Gunawan
48cf80aabf Use the correct prop name 2022-12-15 11:42:20 -05:00
Kulbhushan Kaushik
489cf492af commit 2022-12-15 10:55:54 -05:00
Kulbhushan Kaushik
cf67e216f0 commit 2022-12-15 07:43:19 -05:00
Kulbhushan Kaushik
0d7e8d4319 Commit 2022-12-14 13:43:11 -05:00
Kulbhushan Kaushik
b31b344137 button-question-modal component 2022-12-14 10:30:55 -05:00
Kulbhushan Kaushik
b1efd351a0 modal component. 2022-12-14 10:22:10 -05:00
Kulbhushan Kaushik
ad40194e10
Merge pull request #72 from Safelite/feature/SSR-171
commit
2022-12-13 09:58:15 -05:00
Kulbhushan Kaushik
df52bacc39 commit 2022-12-13 09:53:34 -05:00
Kulbhushan Kaushik
9a4d121874
Merge pull request #70 from Safelite/feature/Digital/SSR-139_merge
Feature/digital/ssr 139 merge
2022-12-13 07:49:57 -05:00
Kulbhushan Kaushik
dd0cf6efcc
Merge pull request #71 from Safelite/feature/Digital/SSR-134
Feature/digital/ssr 134
2022-12-13 07:47:14 -05:00
Jason Wheeler
108185b700 test fix 2022-12-12 16:49:21 -05:00
Jason Wheeler
87159dbb87 final 2022-12-12 16:27:43 -05:00
Jeremy Zimmerman
77feda4899 Updates. 2022-12-12 15:55:39 -05:00
Jason Wheeler
d68146b312 no message 2022-12-12 15:21:03 -05:00
Jeremy Zimmerman
d437196d11 Updates. 2022-12-12 13:21:49 -05:00
Jeremy Zimmerman
a80fd8cf9f Updates. 2022-12-12 13:18:38 -05:00
Jason Wheeler
b8fcf6db3d styled and functional 2022-12-12 10:56:04 -05:00
Jeremy Zimmerman
0a3f9c9df4 Updates 2022-12-09 16:00:31 -05:00
Jason Wheeler
000a047c80 functional but needs styles completed 2022-12-09 15:49:36 -05:00
Jeremy Zimmerman
40fbd295f5 Merge branch 'develop' into feature/Digital/SSR-139_merge 2022-12-09 09:10:15 -05:00
Jason Wheeler
ce3348ffe7
Merge pull request #68 from Safelite/feature/Digital/SSR-159
Feature/digital/ssr 159
2022-12-08 15:47:09 -05:00
Jason Wheeler
b6802f9954 Merge branch 'develop' into feature/Digital/SSR-159 2022-12-08 15:41:24 -05:00
Jason Wheeler
a15b7fb0de fixed some tests 2022-12-08 15:40:50 -05:00
Jeremy Zimmerman
1acc33044f Updates. 2022-12-08 15:09:11 -05:00
Jeremy Zimmerman
dd4f686cad Updates 2022-12-08 14:58:03 -05:00
Jeremy Zimmerman
88abd55ecc Base merging implementation. 2022-12-08 14:40:39 -05:00
Jeremy Zimmerman
53b2e89309 Merge branch 'develop' into feature/Digital/SSR-139_merge 2022-12-08 14:37:49 -05:00
Johan Gunawan
69d96e3e2d
Merge pull request #69 from Safelite/enhancement/add-eslint
Add eslint and the configuration needed to lint javascript and vue files.

Please note that these commits do not enforce the rules unless eslint command is executed manually. So these rules are not going to interfere with our current process until we have a discussion what style we should be using and started to enforce it in our process.

It is still a good start to have these settings so if anyone want to lint their code they can by running the command below.

npx eslint [specific file if neeeded]
2022-12-08 14:18:52 -05:00
Johan Gunawan
be2787ee2e Add eslint
Add eslint and the configuration needed to lint javascript and vue files.
2022-12-08 11:37:15 -05:00
Jason Wheeler
619a7619d2 Merge branch 'develop' into feature/Digital/SSR-159 2022-12-07 16:38:47 -05:00
Jason Wheeler
6a7d41f164 vehicle-style page will skip to damage if only one style and they haven't visited the damage page yet. 2022-12-07 16:38:03 -05:00
Jeremy Zimmerman
01436e0e83 Merge branch 'develop' into feature/Digital/SSR-139_merge 2022-12-07 16:33:58 -05:00
Johan Gunawan
147f6a27df
Merge pull request #67 from Safelite/general/Digital/match-icons-folders-structure
Moved the files in 'assets/icons' to 'assets/img/icons' to match the folder structure in DigitalConsumer.FixMyGlass.
2022-12-07 16:28:23 -05:00
Johan Gunawan
5a7db94bf0 Match folder structure for icons in DigitalConsumer.FixMyGlass 2022-12-07 15:02:29 -05:00
Johan Gunawan
ad524c0a1a
Merge pull request #66 from Safelite/feature/Digital/SSR-158
Changes for SSR-158
2022-12-06 16:41:11 -05:00
Johan Gunawan
fcd7aa7dec SSR-158
Modify link text.
Add CCPA icon. 
Modify components to match CF project.
2022-12-06 16:00:52 -05:00
Jeremy Zimmerman
a8a1c849e3 Merge branch 'develop' into feature/Digital/SSR-139 2022-12-06 10:40:32 -05:00
Kulbhushan Kaushik
7aeb7a7a3b
Merge pull request #65 from Safelite/feature/SSR-131
commit
2022-12-06 10:34:25 -05:00