towerops/lib/towerops_web/live/maintenance_live
Graham McIntire e09b306f9c
Fix maintenance window form crash on mount
The form template iterated over changeset error tuples directly
(e.g. changeset.errors[:name] returns a tuple, not a list), causing
Protocol.UndefinedError for Enumerable on Tuple.

Rewrote form to use to_form/2 and <.input> components per LiveView
conventions. Errors are now handled properly by the input component.
2026-02-16 16:04:59 -06:00
..
form.ex Fix maintenance window form crash on mount 2026-02-16 16:04:59 -06:00
form.html.heex Fix maintenance window form crash on mount 2026-02-16 16:04:59 -06:00
index.ex Add onboarding flow for new organizations 2026-02-16 10:14:45 -06:00
index.html.heex Add onboarding flow for new organizations 2026-02-16 10:14:45 -06:00
show.ex Add onboarding flow for new organizations 2026-02-16 10:14:45 -06:00
show.html.heex Add onboarding flow for new organizations 2026-02-16 10:14:45 -06:00