Commit graph

8 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
c649dbbcc2
include credentials on fetch calls 2026-04-24 13:30:54 +03:00
8c52294b10
remove hardcoded user id from home 2026-04-24 13:29:49 +03:00
f836a09d02
submit create plan via fetch 2026-04-24 10:28:04 +03:00
e7d30d364a
add cancel handler for modal 2026-04-24 10:23:37 +03:00
389e125cef
open modal on create plan click 2026-04-24 10:21:53 +03:00
39539313c9
add create plan buttons to texts list 2026-04-24 10:20:48 +03:00
1c2ca21f44
add home javascript 2026-04-23 10:01:56 +03:00