Commit graph

145 commits

Author SHA1 Message Date
Bryan
b9f9d35ebd Rename uxStyles to uxVariables. 2021-11-04 15:47:38 -04:00
Bryan
3ceb550045 Code cleanup after restructure.
*Removed scss folder. Moved code to commonStyles.scss.
*Update button spinner color.
*Moved disabled state to within .btn-primary class.
2021-11-04 15:29:30 -04:00
bmauger
65b7f9d898
Merge pull request #37 from Safelite/brm-re-order-config-files
Update load order for sass files.
2021-11-04 15:10:45 -04:00
Bryan
d0316b894b Update load order for sass files. 2021-11-04 14:40:07 -04:00
Frank Rua
7681a62b85
Merge pull request #36 from Safelite/feature/style-update
Styles structure change
2021-11-04 14:18:36 -04:00
Frank
c04e00b6a9 don't need path anymore 2021-11-04 14:12:54 -04:00
Frank
88643247f6 Styles structure change 2021-11-04 14:11:11 -04:00
bmauger
e147936e30
Merge pull request #34 from Safelite/brm-csr116-style-updates
csr-116 css file and code organization.
2021-11-03 09:21:07 -04:00
Bryan
45a75e11e2 csr-116 css file and code organization.
Renamed files and moved code for clarity.
2021-11-03 09:10:33 -04:00
bmauger
06f3f00370
Merge pull request #33 from Safelite/bry-csr116-global-updates
CSR-116 Global style updates
2021-11-03 06:31:25 -04:00
Bryan
c16a86ddaa CSR-116 Global style updates
Update fonts, headings, spacing, breakpoints
2021-11-02 17:14:38 -04:00
Frank Rua
c61bf909c6
Merge pull request #32 from Safelite/feature/dynamic-routing
Changed tag for new release
2021-11-02 13:18:46 -04:00
Frank
de4bb2656e Changed tag for new release 2021-11-02 13:15:58 -04:00
Frank Rua
446cf2b21c
Merge pull request #31 from Safelite/feature/dynamic-routing
created two folders for styles
2021-11-02 12:06:45 -04:00
Frank
609c7d7159 Added additional azure support 2021-11-02 12:03:53 -04:00
Frank
df0462f006 created two folders for styles 2021-11-02 11:53:22 -04:00
Frank Rua
7844d7e311
Merge pull request #30 from Safelite/feature/dynamic-routing
Updated router / readme
2021-11-02 11:47:04 -04:00
Frank
d0a6fbc8be Added some more documentation on routing 2021-11-02 11:41:46 -04:00
Frank Rua
5e027f904f
Update README.md 2021-11-02 11:23:33 -04:00
Frank
766ccccdb6 Updated router / readme 2021-11-02 11:22:09 -04:00
Frank Rua
4d610c4267
Merge pull request #29 from Safelite/feature/dynamic-routing
Added env var for Api Gateway, some formatting
2021-11-02 10:20:26 -04:00
Frank
ad204a6b2f Added environment var to pipeline 2021-11-02 10:12:50 -04:00
Frank
9deb3b161c Added env var for Api Gateway, some formatting 2021-11-02 10:03:00 -04:00
bmauger
7faa638b51
Merge pull request #28 from Safelite/feature/dynamic-routing
Routing changes
2021-11-02 09:09:56 -04:00
Frank
62a44c31b0 Corrected 404 page, added developer test page 2021-11-01 17:21:39 -04:00
Frank
bda1ec8d82 Removed App.vue code 2021-11-01 16:41:51 -04:00
Frank
e3234d063d Merge branch 'develop' into feature/dynamic-routing 2021-11-01 16:40:13 -04:00
Frank
c3c4606fcd pull route info by query string 2021-11-01 16:39:55 -04:00
bmauger
37fab0c94a
Merge pull request #27 from Safelite/brm-button-style-updates
css cleanup.
2021-11-01 09:05:40 -04:00
Bryan
e076bb7e6d css cleanup. 2021-11-01 08:53:01 -04:00
bmauger
c7ea6aa726
Merge pull request #26 from Safelite/brm-button-fix
Update css for focus state on buttonPrimary.
2021-10-29 09:46:35 -04:00
Bryan
1153094f17 Update css for focus state on buttonPrimary. 2021-10-29 09:39:58 -04:00
bmauger
2b469e0476
Merge pull request #25 from Safelite/brm-list-button
Add List Button.
2021-10-29 09:20:28 -04:00
Frank
d4dacd63ae More for dynamic routing 2021-10-28 22:31:37 -04:00
Bryan
ccc0f485b0 Update buttonPrimary, listButton, radioCard.
NOTE: disabled button now has dynamic aria-disabled element.
2021-10-28 17:34:31 -04:00
Bryan
3854b4aa90 Create listButton component.
Separate from buttonPrimary.
2021-10-28 10:16:28 -04:00
Bryan
d425bf3db7 Add List Button. 2021-10-28 09:56:57 -04:00
Frank
e92d3933d5 Merge branch 'develop' into feature/dynamic-routing 2021-10-27 21:12:15 -04:00
Frank
d85a1feb7b Added store actions to real api calls 2021-10-27 21:09:38 -04:00
bmauger
3f09c02698
Merge pull request #24 from Safelite/brm-button-updates
Re-add button spinners.
2021-10-27 16:06:23 -04:00
Bryan
2d1741123b Remove this.buttonType (not needed). 2021-10-27 16:02:15 -04:00
Bryan
3ad5b0075f Move class from component to markup. 2021-10-27 15:51:57 -04:00
Bryan
0c9331d553 Remove button type. Add class. Format code. 2021-10-27 14:18:07 -04:00
Frank
da0ce5c07d Added back jest support for unit testing, added mock unit test 2021-10-27 11:24:32 -04:00
Bryan Mauger
6edc1222a5 Re-add spinner to button. 2021-10-27 10:57:22 -04:00
Frank Rua
ac416db4d8 Re-add button spinners. 2021-10-27 10:42:04 -04:00
Frank
4547e988cd Merge branch 'develop' into feature/dynamic-routing 2021-10-26 17:32:59 -04:00
Frank Rua
726b004763
Merge pull request #23 from Safelite/feature/branch-merge
changed to new structure
2021-10-26 17:30:49 -04:00
Frank
170eff0ed8 changed to new structure 2021-10-26 17:29:35 -04:00
Frank
5cbb6f4228 Merge branch 'brm-image-button-updates' into feature/branch-merge 2021-10-26 16:31:36 -04:00