towerops/lib/towerops_web/components/layouts
Graham McIntire 20101201c6
Fix admin layout to use proper Phoenix component pattern
The admin layout was incorrectly defined as a separate .html.heex file
using @inner_content. Phoenix components should use render_slot(@inner_block).

Moved admin layout definition into layouts.ex as a proper function
component, matching the pattern used by app/1 and authenticated/1 layouts.
2026-01-06 13:04:22 -06:00
..
root.html.heex Improve UI styling and remove DaisyUI dependencies 2026-01-03 11:02:38 -06:00