Commit graph

6 commits

Author SHA1 Message Date
9c062c4f0e
add logout button to admin texts page 2026-05-03 17:33:01 +03:00
5be645f4e5
style admin texts page with card list and form
apply the page shell to the admin texts page and present each
existing text as a card-link plus the new-text form as a card with
a primary submit button. ids (#texts-list, #newTextName, #submit,
#back) and the name attribute on the input are preserved so the
existing cypress flows continue to work.
2026-05-01 11:32:21 +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
5c5f3f7118
Update texts template to load list and submit via AJAX 2026-04-15 20:47:14 +03:00
d5bc01f6bd
add form for creating texts 2026-04-12 22:40:46 +03:00
e4001b564a
add texts page for admin 2026-04-12 21:53:11 +03:00