David Cook
|
d24348d0f2
|
Increase button size
And fix alignment for smaller screens.
|
2024-02-07 10:13:17 +11:00 |
|
David Cook
|
b3692d7468
|
Remove min-height for ModalComponent
|
2024-02-06 15:00:29 +11:00 |
|
David Cook
|
8c6d3a27ec
|
Move modal action styles to parent component
They were already being shared with a HelpModalComponent in fact.
|
2024-02-06 14:34:36 +11:00 |
|
David Cook
|
6479990f6d
|
Show image update form in modal
It submits to the existing controller. I wanted to submit it with StimulusReflex, but it [doesn't support file uploads](https://docs.stimulusreflex.com/guide/working-with-forms.html#a-note-about-file-uploads). Perhaps we'll enhance this with javascript later.
|
2024-01-16 13:44:28 +11:00 |
|
David Cook
|
38661a67bc
|
Add option to open modal instantly
Using pre-existing feature in ModalController
|
2024-01-16 12:53:07 +11:00 |
|
David Cook
|
137489f492
|
Refactor: move basic modal styles to generic parent component
The style was already being shared with a sibling component.
Now we can instantiate a plain old 'modal'.
|
2024-01-16 12:53:07 +11:00 |
|