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
Scott Kiener
c094ff5f49
CSR-563 | Mock out a mixin - added another alert test
2022-06-01 16:11:03 -04:00
Scott Kiener
954a99621f
CSR-563 | Test presence of Router-Link
2022-06-01 15:51:58 -04:00
Scott Kiener
2e847436c8
CSR-563 | Refactor Alert and Alert tests
2022-06-01 14:34:19 -04:00
Scott Kiener
3187b2edc7
CSR-563 | Alert fix and starting tests
...
Alert was not always snapping into viewport correctly
Barebones test outline - NOT ready for PR
2022-05-26 09:21:48 -04:00
Adam Caouette
e13d2fc097
CSR-216: fix unit tests
2022-05-20 17:25:17 -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
Adam Caouette
4816bf75c0
CSR-624: add unmounted method to clear checked answers
2022-05-20 08:12:16 -04:00
Scott Kiener
d0e3d2390c
CSR-563 | Fixing tests and commenting out alert.vue for tests
2022-05-17 16:19:25 -04:00
Scott Kiener
6a14ea429e
CSR-563 | Further refactoring - changing alerts to v-if
2022-05-17 16:07:25 -04:00
Scott Kiener
9ebb3a1fe3
CSR-563 | Refactor for efficiency, correct failing test
2022-05-16 16:58:37 -04:00
Scott Kiener
a7e56b8a5f
CSR-563 | Fix bracket formatting
2022-05-16 16:12:11 -04:00
Scott Kiener
d0e9717dee
CSR-563 | Snap to alerts when not fully visible
...
Added "doesScrollToOnAppear" property to alert component.
-defaults to true
-when an alert is not fully visible on the page when it becomes visible, the page will attempt to scroll the alert to the top
2022-05-16 16:11:14 -04:00
Scott Kiener
4ec5217dae
CSR-408 | Refactor and Fix Unrelated Bugs
...
Bugs fixed:
-Compile time error regarding logic done in "computed"
-Forward button now updates correctly on license-plate-lookup when VIN is changed.
Refactored alert.vue to make it more readable
2022-05-13 10:44:43 -04:00
Scott Kiener
5ab0d527b2
CSR-408 | Refactor alerts and alertcopy interaction
2022-05-12 16:39:41 -04:00
bmauger
a4c4022031
Merge pull request #439 from Safelite/brm-alert-fixes
...
Alert fixes. Remove incorrect duplicate alert.
2022-05-12 15:17:34 -04:00
DonielleAtSafelite
5bead2f3ed
Merge pull request #438 from Safelite/feature/CSR-297-V2
...
ui defect
2022-05-12 15:15:07 -04:00
bmauger
3f7e7921aa
Alert fixes. Remove incorrect duplicate alert.
2022-05-12 15:12:21 -04:00
AdamCaouetteSafelite
075b79dd9c
Merge pull request #417 from Safelite/feature/CSR-347
...
Feature/CSR-347
2022-05-12 14:44:25 -04:00
Donielle Austin
5b96a2f1f2
ui defect
2022-05-12 14:20:40 -04:00
bmauger
19e78e0bba
Remove duplicate alert. Fix word wrap in alert.
2022-05-11 17:00:03 -04:00
bmauger
997b88f926
CSR-458 bug fix updates.
...
Fix font size, remove duplicate alert, fix alert color, fix service zip required error message, update vin format message.
2022-05-11 14:24:55 -04:00
Adam Caouette
97bde06c7a
Merge branch 'develop' into feature/CSR-347
2022-05-11 13:10:57 -04:00
bmauger
0c2d2b4a4d
Merge branch 'develop' into CSR-408-bug-fixes
2022-05-11 12:43:14 -04:00
bmauger
f5dc69560d
Fix font size.
2022-05-11 12:33:02 -04:00
Donielle Austin
6668e762dc
ui defect
2022-05-11 12:27:04 -04:00
FrankRua
13e2d20078
Fix button for defect
2022-05-11 10:04:33 -04:00
Adam Caouette
4e349eaee4
Merge branch 'develop' into feature/CSR-347
2022-05-10 17:16:57 -04:00
Donielle Austin
2ae1c20c98
ui defects
2022-05-10 16:30:26 -04:00
Adam Caouette
2014ca4f04
Merge branch 'develop' into feature/CSR-347
2022-05-09 10:56:58 -04:00
Max
fef7a2227e
Merge branch 'develop' into feature/CSR-92 and fix / update unit tests
2022-05-04 13:21:05 -04:00
Adam Caouette
f78b5b20c3
CSR-347: WIP, more elements and data setup for address-vehicles page
2022-05-04 10:47:35 -04:00
FrankRua
cc81fb4296
extra needed for unit tests
2022-04-29 16:25:51 -04:00
FrankRua
a3293db761
one more
2022-04-29 16:13:01 -04:00
FrankRua
533bc558e0
More events
2022-04-29 16:11:10 -04:00
Adam Caouette
82c9e8563a
CSR-447: move mouse trigger to avoid edge case border clicking
2022-04-26 14:30:27 -04:00
Adam Caouette
92ecbd6d3c
CSR-447: final style tweaks
2022-04-26 10:41:00 -04:00
Adam Caouette
c070f2af95
CSR-447: expand/update unit tests
2022-04-26 09:52:00 -04:00
Adam Caouette
f991b73f66
CSR-447: refactoring logic of buttons and events, remove unused logic
2022-04-26 09:51:13 -04:00
CarlNation
17d436f7a7
CSR-490 alert font-size is 14
2022-04-20 08:50:13 -04:00
CarlNation
7948704324
CSR-495 defect
2022-04-19 15:54:01 -04:00
Max
44e0539068
unit test fixes
2022-04-19 12:22:44 -04:00
Max
18710d1469
Updating ways special strings are parsed
2022-04-19 10:26:31 -04:00
Max
7150f5fd9b
Merge branch 'develop' into feature/CSR-92
2022-04-15 16:24:30 -04:00
Max
b41db74fd4
Adding string replace methods to alert widget
2022-04-15 16:21:57 -04:00
Adam Caouette
ff7c1cf815
CSR-419: more tweaks to make safari match chrome for checkmark
2022-04-12 10:12:31 -04:00
Adam Caouette
e6473e51ab
CSR-419: fix checkbox position
2022-04-12 09:36:26 -04:00
Adam Caouette
4cee1b10c5
Merge branch 'develop' into bugfix/CSR-459
2022-04-11 17:03:59 -04:00