Commit graph

402 commits

Author SHA1 Message Date
scottkiener
c5426c5e04
Merge pull request #557 from Safelite/feature/CSR-652
Feature/csr 652
2022-06-16 10:32:45 -04:00
AdamCaouetteSafelite
d6125a5ee7
Revert "Feature/csr 480" 2022-06-14 17:25:44 -04:00
Scott Kiener
2544954f8f CSR-652 | Add CSS class to each alert
That matches CMS
2022-06-14 16:49:24 -04:00
Adam Caouette
52e2290034 CSR-480: remove console logs 2022-06-14 09:29:14 -04:00
Adam Caouette
168a4fe5aa CSR-480: remove unnecessary await/async 2022-06-14 09:27:23 -04:00
Adam Caouette
6164be582b CSR-480: remove unused computeds, formatting 2022-06-13 20:58:38 -04:00
Adam Caouette
f1380cfe2f Merge branch 'release/2022.06.23' into feature/CSR-480 2022-06-13 20:51:41 -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
Bryan Mauger
426f1e7445 Update modal z-index so hamburger button doesn't show over top of modal. 2022-06-09 10:07:39 -04:00
bmauger
ca6dee6edd CSR-668 remove unneeded class name. 2022-06-08 10:49:23 -04:00
bmauger
3542ca3fd6 CSR-544 update button bar color. 2022-06-07 10:06:32 -04:00
bmauger
256e2e88ba Remove unneeded code. 2022-06-07 08:10:27 -04:00
bmauger
2160a15800 CSR-668 clean up code per Mark's request. 2022-06-06 15:58:44 -04:00
bmauger
58c6884c83 Remove orphan console.log. 2022-06-03 13:29:46 -04:00
bmauger
c5e73db9f1 Add target blank. 2022-06-03 13:25:26 -04:00
bmauger
d8c3df968c WIP footer modal code updates. 2022-06-02 17:24:09 -04:00
bmauger
c45a7048cb Remove temp test code. Re-add v-if. 2022-06-01 10:05:53 -04:00
bmauger
ddce966bb6 Update animated text to flow in reverse direction. 2022-06-01 10:03:04 -04:00
bmauger
2b27eca24c
Merge pull request #526 from Safelite/CSR-544-footer-modal
CSR 544 footer modal
2022-05-31 17:02:43 -04:00
bmauger
07c12f4d8b Temporarily exclude menu-modal from unit tests. Remove un-needed code. 2022-05-31 16:58:12 -04:00
bmauger
298da3b24d Footer modal updates. 2022-05-31 16:04:42 -04:00
bmauger
f1b600b446 WIP footer menu modal. 2022-05-26 17:03:52 -04:00
Leah Schumann
6b0376fc8f Merge branch 'release/2022.06.09' into feature/CSR-638 2022-05-26 08:55:21 -04:00
bmauger
e1f6a4c419 Format code. 2022-05-24 18:24:54 -04:00
bmauger
2be222a959 CSR-544 footer modal hamburger button.
A functional version of the hamburger menu button can be seen at the top of the /fmg/component-test page.

Also in this commit: remove temporary code from router/index.js.
2022-05-24 18:23:13 -04:00
Leah Schumann
7d885d4184 Merge branch 'develop' into feature/CSR-638 2022-05-24 16:31:40 -04:00
Leah Schumann
a4d18aa008 Updated unit tests for textbox-question and dropdown-question components 2022-05-24 16:28:43 -04:00
bmauger
42f13cc88b Add v-if. 2022-05-24 13:56:33 -04:00
bmauger
d56ea7cc24 Animated modal updates. 2022-05-24 13:47:07 -04:00
bmauger
f3d9d5377f Re-add v-if. 2022-05-23 15:04:24 -04:00
bmauger
a66603c5be Revert css animated spinner and tweak for appearance. 2022-05-23 14:46:45 -04:00
bmauger
6595a70c5c Re-add v-if. 2022-05-23 09:07:06 -04:00
bmauger
102f41430c WIP Modal updates. 2022-05-23 08:58:33 -04:00
CarlNation
f71746c807
Merge pull request #506 from Safelite/feature/CSR-216
Feature/csr 216
2022-05-20 17:31:58 -04:00
bmauger
9d461ecca3 Change how modal is positioned. 2022-05-20 17:05:21 -04:00
bmauger
7125ec0fed Add overflow hidden. 2022-05-20 16:36:56 -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
f98ce4eddb Modal css updates to make full height on Android 2022-05-20 16:09:47 -04:00
bmauger
261e593a3b Re-add v-if. 2022-05-20 14:34:53 -04:00
bmauger
0c1bf515e3 WIP modal updates. 2022-05-20 14:22:18 -04:00
bmauger
4f41a1ca56 Remove font size. 2022-05-20 11:00:29 -04:00
bmauger
a360481e70 Update background color. 2022-05-20 10:53:32 -04:00
bmauger
03b771af5d WIP modal update.
Remove animated text. Set background color and z-index.
2022-05-20 10:49:58 -04:00
bmauger
269ee1390b Add data item back into code. 2022-05-20 09:48:21 -04:00
bmauger
9829a05a0c Add v-if. 2022-05-20 09:23:41 -04:00
bmauger
5ee8d71252 WIP modal test. 2022-05-20 09:19:04 -04:00
scottkiener
cd8b2981e2
Merge pull request #486 from Safelite/feature/CSR-550
CSR-550 | Returning loading-modal to normal state
2022-05-19 14:52:54 -04:00
Scott Kiener
2b9b8dd341 CSR-550 | Returning loading modal to normal state 2022-05-19 14:41:07 -04:00
Scott Kiener
cd2a4e3844 Merge remote-tracking branch 'origin/develop' into feature/CSR-563 2022-05-19 14:30:10 -04:00