Resolve "Add Schedule and Reminder Quick actions to basic structure of monitoring setup #37hg3wd"
Schedule form
As it's not yet defined how the schedule options will function, I made the form very basic, you can just switch between weekly and daily. This will presumably be reworked in the future when we have clearer specs.
Modal layout
In the same vein, as we don't yet have designs for how the options will be changed, I just added a very basic modal layout that's still somewhat functional. Suggested improvements welcome.
A11y
From the designs, with the text content alone of the action buttons (before opening the modal), they have poor affordance for assistive technologies. For a visual user this is provided by the pencil icon as well as the proximity to the heading indicating their purpose. To improve this I added explicit labels to the buttons, saying what their purpose is.
Should be refactored against #242
Closes #249 (closed)