Commit graph

20 commits

Author SHA1 Message Date
807458ebe8
style home page with shell and card list
apply the new design system to the home page: wrap content in a
container/stack shell with a site-header for the logout and today
links, render the texts list as a vertical stack of cards via the
list-cards primitive, and dress the create plan modal with the new
modal/btn classes. js renders each text as an li.card with the
create-plan button preserved so existing cypress hooks (li,
.create-plan, .plan-name, .save-plan, .cancel-plan, ids) keep
matching.
2026-05-01 11:25:45 +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
6314f1c38c
add link to today page on home 2026-04-26 21:24:55 +03:00
bfacb5b62c
add today view route and template 2026-04-26 21:24:35 +03:00
4e039fb583
add logout button to admin 2026-04-24 13:30:14 +03:00
e4494a0577
add logout button to home 2026-04-24 13:30:04 +03:00
ce029fafa2
add register template 2026-04-24 13:29:25 +03:00
6e0cda7f3e
add login template 2026-04-24 13:29:16 +03:00
a7b7a4a96b
add forbidden template 2026-04-24 13:26:01 +03:00
b50413f7c9
add modal form fields and buttons 2026-04-24 10:22:45 +03:00
3d88a1d816
add create plan modal markup 2026-04-24 10:21:29 +03:00
95ea38acfa
add home template 2026-04-23 10:01:45 +03:00
68da48aedd
add view for single text 2026-04-17 09:23:38 +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
3165bff891
put link to admin/texts in admin page 2026-04-12 21:51:30 +03:00
6b4ea8a1f4
remove all twig related code 2026-04-11 22:41:30 +03:00
6d75d3770a
use regular php files instead of twig 2026-04-11 22:36:30 +03:00
59a8fc5164
add admin file template 2026-03-22 10:28:46 +02:00