Commit graph

5 commits

Author SHA1 Message Date
a6f7abe2fd
add admin nav link 2026-05-03 19:24:10 +03:00
33668e2930
add logout button to today and userText 2026-05-03 17:25:31 +03:00
2349e69c4f
style today page with shell and card list
wrap the today page in the shared header + container/stack shell,
render scheduled nodes as cards via list-cards, and add a muted
empty-state message that toggles when no nodes are scheduled.
existing #scheduled-nodes-list and li selectors used by cypress
tests are preserved (the empty message lives in its own element).
2026-05-01 11:31:55 +03:00
d4a8adc4a4
link app.css and add viewport meta in templates
add a stylesheet link and the standard responsive viewport meta tag
to every page template. purely additive - no markup or selector
changes - so existing cypress assertions and page js id hooks remain
intact. with this commit every page picks up the base styling from
app.css.
2026-05-01 11:24:30 +03:00
bfacb5b62c
add today view route and template 2026-04-26 21:24:35 +03:00