Commit graph

48 commits

Author SHA1 Message Date
Alex Humphries
bcc156ec29 Add search radius to change location modal + related style updates 2026-01-09 16:00:54 -05:00
Alex Humphries
6eab5c2040 Another pass for change location modal updates 2026-01-09 12:17:04 -05:00
Alex Humphries
e001e04ec2 Merge branch 'develop' into feature/humphries/INSR-7768 2026-01-07 16:47:42 -05:00
Alex Humphries
fcd7b5a0db Better vertical centering, undo label->span change 2026-01-07 14:59:57 -05:00
Alex Humphries
14b482c352 Add prop to modal component to allow for centering
- Defaults to "edge" position, which is to the right on desktop,
  and bottom on mobile. This *should* be the same as current behavior.
- When set to "center", mobile appearance is mostly unchanged (mostly just
  being closer to centered vertically), but desktop modals are centered
  both vertically and horizontally, with a higher width and a height
  dependent on content.
2026-01-07 14:37:00 -05:00
Alex Humphries
cc3ed87815 Initial addition of "More Locations" modal 2026-01-07 10:19:36 -05:00
Josh Dassinger
c7bff1c758 Heritage Buttons Removed resetButtonStyle method calls as this method was removed before our recent button work 2026-01-05 12:09:55 -06:00
Josh Dassinger
fa965468b4 Initial work on moving heritage button styles to NextGen button component
Added button variant support
Added button size support
Merged button features from modal button to button component
Removed modal button component
Created button mixins for creating buttons
Created initial button variants using mixins
Moved client button customizations to mixins
2026-01-05 10:42:15 -06:00
Josh Dassinger
4bb75b8d91 Fix some issues caused by previous loader color changes 2024-12-12 10:28:14 -06:00
Bill Richardson
6411211d7a leave unselected when modal pops up
remove unused watch parameters
2024-09-12 11:49:51 -04:00
Bill Richardson
615395efb0 Updates for ITAC Coverage Statement redesign
Add Cancel Claim Modal
Add CMS changes
2024-09-09 10:26:54 -04:00
Sujatha Anishetty
026bd911e5 sub header alignment to left 2024-07-08 11:44:29 -04:00
Kirkland Brown
848af3ee13 SSR-1362 - Updated line-height of h5 header to 2rem to match the required 32px 2024-06-18 12:31:23 -04:00
Kirkland Brown
3b20f7a171 SSR-1362 - Updated line-height of h5 header to 32px for all modals 2024-06-17 16:22:16 -04:00
Bryan Mauger
7546f2d4df SSR-1339 add aria info so modal copy is read aloud. 2024-06-03 13:27:28 -04:00
Josh Dassinger
7218f49c9e SSR-1340 Close modals on page navigation 2024-05-31 14:13:32 -05:00
Bill Richardson
a28f1f1cfb swap out keypress for keydown 2024-05-13 16:22:44 -04:00
Bill Richardson
f5d46be983 Modal Enter button
Remove focus trap
Add onEnter event for keypress.enter
- preventDefault
- call main button click event

Cleaned up modal.vue to un-red it
2024-05-13 15:28:11 -04:00
Bryan Mauger
809e764f04 SSR-1201 font style upddates. 2024-05-10 13:09:54 -04:00
Josh Dassinger
2b2b944ad8 .2: SSR-1177 Fallback to modal button if no tabbable elements found 2024-04-30 09:20:36 -05:00
Josh Dassinger
82145d193d SSR-1177 Fix Focus Trap error when initially showing a modal 2024-04-29 16:20:55 -05:00
bmauger
a66a8e1f05
Merge pull request #655 from Safelite/SSR-1201-style-updates-iss
SSR-1201 style updates.
2024-04-29 16:17:44 -04:00
Bryan Mauger
5b9b39ad56 SSR-1201 style updates. 2024-04-29 10:36:08 -04:00
Josh Dassinger
1d1f838f23 SSR-1177 Fix items behind modal being selectable 2024-04-29 08:00:14 -05:00
Bryan Mauger
dd8106d51d SSR-1201 style updates. 2024-04-25 14:06:30 -04:00
Bryan Mauger
1adeef09e4 SSR-1201 style updates. 2024-04-24 10:28:40 -04:00
Bryan Mauger
3ab6d5d4ef WIP Change color value back to variable. 2024-04-16 10:53:26 -04:00
Bryan Mauger
c725c0472a WIP Resubmit pages with new formatting. 2024-04-16 10:32:19 -04:00
Bryan Mauger
fa3c7711f6 WIP ISS desktop updates. 2024-04-12 10:52:01 -04:00
Bill Richardson
149cea422b fix for modal button being actually disabled and keep styling 2023-12-13 20:10:12 -05:00
Bill Richardson
f8713edbdc consistently style disabled themed modal button 2023-11-24 12:01:47 -05:00
Bill Richardson
367a3d7d2f updates to get mobile modal working 2023-09-15 16:47:57 -04:00
Bill Richardson
77204cd8d5 service location updates.
SSR-364
SSR-369
SSR-633
SSR-645
SSR-647
SSR-655
2023-09-12 20:03:56 -04:00
DavidAtSafelite
890f9b3e39 Additional linting and updates. Mostly digital-components. 2023-08-15 07:05:55 -04:00
Jeremy-Z
bc5d9842d0 Reverting Commit #386 from linting9 branch. 2023-08-02 10:45:39 -04:00
DavidAtSafelite
5e6ab3b549 Linting including prefer default, vue event format, etc. And also added () to expects that lacked them and skipped many tests. 2023-07-31 16:16:10 -04:00
DavidAtSafelite
80987e130e Additional misc. linting. Mainly digital-components, but a couple of constant files as well. A lot of attribute/section order changes. A few == to === and some other minor changes and whitespace adjustments 2023-07-22 09:38:24 -04:00
DavidAtSafelite
f056631c01 Fixed comma-dangle, quotes and whitespace issues. 2023-07-19 15:25:46 -04:00
Katie Kroell
3b1a9c19c4 equal padding around modal body 2023-07-04 09:39:41 -04:00
Jason Wheeler
68da508556 refactored prevent input on datetime and fixed spacebar not closing model when tabbing to X button 2023-05-30 12:30:14 -04:00
Jason Wheeler
ad28412f87 added tap recal modal 2023-05-11 15:44:28 -04:00
Jason Wheeler
1a8adae934 fixed tests and cleaned up 2023-04-11 14:18:20 -04:00
Jason Wheeler
0560ac3124 Everything is working now 2023-04-11 12:00:08 -04:00
Jason Wheeler
4a08cbf38d half way there 2023-04-06 14:58:12 -04:00
Jason Wheeler
93d21ff081 modal seems to be working, needs more testing 2023-04-04 12:07:26 -04:00
Jason Wheeler
b1ac5130e8 added modal vue and started test page 2023-03-31 10:51:30 -04:00
Johan Gunawan
c098a6a2d1 SSR-234 2023-01-22 20:31:44 -05:00
Johan Gunawan
8ab9838425 SSR-199 2023-01-20 15:30:32 -05:00