Commit graph

526 commits

Author SHA1 Message Date
Bryan Mauger
f79cd6d535 CSR-2105 set specificity for radio button styles to fix radio buttons that look like checkboxes. 2024-05-23 13:31:41 -04:00
Bryan Mauger
70aa94654a CSR-2048 fix styling on drop-off-alert. 2024-04-04 09:25:46 -04:00
Bryan Mauger
5e04401720 Update unit test. 2024-03-27 10:36:02 -04:00
Bryan Mauger
85fba15548 Format code. 2024-03-27 10:21:36 -04:00
Bryan Mauger
a88e0108c6 Update navigation links to open in new window. 2024-03-27 10:16:03 -04:00
hiteshkumar87
3ebffb1128 tint image optional
tint image optional
2024-03-01 18:48:04 +05:30
CarlNation
2d70f9ae81 CSR-1921 correct pay later after ccd payment failure
CSR-1921 correct pay later after ccd payment failure
2024-01-26 09:16:05 -05:00
Chloe Herd
be4524e5ad Loader tests 2023-12-06 10:19:11 -05:00
Chloe Herd
6927e11e26 Capture and don't propogate clicks on loader 2023-11-15 12:47:58 -05:00
Chloe Herd
f322d4a9a3 Stop capturing pointer-events on shop button loaders 2023-11-14 15:21:37 -05:00
Adam Caouette
374fc95342 CSR-1384: small css fix 2023-11-06 15:27:42 -05:00
Adam Caouette
20cda7ef69 CSR-1384: work to add a auto-dismissing alert / 'toast' message for adding vap to cart 2023-11-06 13:42:50 -05:00
Adam Caouette
bbf4b083e8 CSR-1384: add validation on modal when multiple wiper options 2023-10-31 10:53:33 -04:00
Bryan Mauger
61c2c039cc Change P to div. 2023-10-19 17:49:10 -04:00
Bryan Mauger
9926126c67 CSR-1673 fix icon and text alignment and add back scroll to bottom feature. 2023-09-22 10:44:55 -04:00
Chloe Herd
55ac7290fa Implement non-fullscreen design 2023-08-29 15:18:16 -04:00
Chloe Herd
c9c96235d4 Tweak 2023-08-24 16:09:01 -04:00
Chloe Herd
4af89dc437 Change parameter name 2023-08-24 16:08:36 -04:00
Chloe Herd
8b45d81cf7 Add existing loading modal to text-links, off by default. 2023-08-24 15:23:24 -04:00
CarlNation
e249d728ac Merge branch 'release/2023.07.27' into rlsmerge/2023.07.27-to-submit-cash 2023-07-20 08:10:55 -04:00
Adam Caouette
4518e78745 CSR-1538: CSS tweak to keep text in place regardless of image load on list-card 2023-07-18 17:09:45 -04:00
Leah Schumann
029d65ae44 Moved Page Interaction Blocking class stuff into a prop 2023-07-17 08:44:43 -04:00
hiteshkumar87
007de5cded
Merge branch 'release/submit-cash' into rlsmerge/develop-to-submit-cash-17-July 2023-07-17 12:34:36 +05:30
Leah Schumann
c42c733bdb Added point-events: all to ensure that the loader button captures all pointer events for the blocking div 2023-07-14 14:26:25 -04:00
Bryan Mauger
baf675b18d CSR-1312 fix overlay not blocking mouse click/tap. 2023-07-06 15:14:25 -04:00
hiteshkumar87
dda20d8708
Merge branch 'release/submit-cash' into rlsmerge/develop-to-submit-cash-30-June 2023-06-30 16:56:54 +05:30
Scott Kiener
4ab88a3e79 CSR-1471 | Errant aria-label removed 2023-06-23 09:30:33 -04:00
bmauger
b8d5b4ee66
Merge branch 'develop' into CSR-1357-customer-details 2023-06-19 10:43:22 -04:00
Adam Caouette
4214de2ded CSR-1421: fixes to unit tests once router-link was moved into textBlock 2023-06-07 09:50:13 -04:00
Adam Caouette
f0c7ecbb9b CSR-1421: refactor work to move router-link into textBlock instead of using it directly on page 2023-06-07 09:49:10 -04:00
Bryan Mauger
3fd18cb442 Add v-model functionality, rename and move component. 2023-05-31 16:01:05 -04:00
Bryan Mauger
9d0d2af361 CSR-1426 disable Bootstrap !important behavior.
Also disable page scroll when modal is open.
2023-05-31 11:29:19 -04:00
Leah Schumann
148cc44b53 Tech review changes 2023-05-30 08:09:04 -04:00
Leah Schumann
b8978be3d5 Merged from develop 2023-05-26 08:30:35 -04:00
Leah Schumann
0b35fe5872 Added property to loader to allow it not to block the UI 2023-05-26 07:01:05 -04:00
Scott Kiener
991e000c4e CSR-1137| Formatting 2023-05-22 09:18:31 -04:00
Scott Kiener
2e18e46907 Merge remote-tracking branch 'origin/develop' into feature/CSR-1137 2023-05-22 09:16:07 -04:00
Scott Kiener
ee73f92d09 CSR-1137 | Remove 'additionalButtonStyling'
Replaced with 'additionalButtonData'
This should only affect list-button-horizontal
2023-05-22 09:15:56 -04:00
Bryan Mauger
e90739f76f Add icon for drop off alert. 2023-05-19 13:50:49 -04:00
Bryan Mauger
0c5ac3ef69 WIP rename and move to digital-components. 2023-05-08 09:22:45 -04:00
Bryan Mauger
ac95ee1344 WIP format code. 2023-05-04 13:06:39 -04:00
Bryan Mauger
732b1a5f8f WIP CSR-1357 Add text area component. 2023-05-04 13:04:07 -04:00
Chloe Herd
8daa078c29 Add text link rendering to alert + hook into opening modal. 2023-04-04 15:11:38 -04:00
Leah Schumann
67e67a1ff9 Tech review changes 2023-03-30 08:04:39 -04:00
Leah Schumann
1639045d74 Unit tests completed 2023-03-29 07:46:42 -04:00
Leah Schumann
314193eb43 Updated existing unit tests 2023-03-28 13:47:09 -04:00
Leah Schumann
6e1825aa0a Merging from develop 2023-03-27 10:50:09 -04:00
Leah Schumann
2fd0ce5f21 Before merging from develop 2023-03-27 09:47:30 -04:00
Adam Caouette
d2e5fd0f9b CSR-886: annoying formatting changes 2023-03-15 15:19:12 -04:00
Adam Caouette
baa2b44cb4 CSR-886: fix unit tests 2023-03-15 10:17:07 -04:00