Commit graph

5 commits

Author SHA1 Message Date
6d11f7e887
add user texts and text detail pages
new /texts page lets a user manage their own texts (list +
create form linking to /texts/{id}); /texts/{id} reuses
text.js for the node tree, with a back link to /texts. home
gains a 'My texts' link in the header. the admin texts page
now sources its cross-user list from /api/texts/all.
2026-05-02 21:46:41 +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
c649dbbcc2
include credentials on fetch calls 2026-04-24 13:30:54 +03:00
3689945cfe
make texts into a tags 2026-04-15 21:48:32 +03:00
4c919d2205
Add texts.js for AJAX load and form submission 2026-04-15 20:47:07 +03:00