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.
This commit is contained in:
Yisroel Baum 2026-05-02 21:46:41 +03:00
parent 7473af4163
commit 6d11f7e887
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 111 additions and 4 deletions

View file

@ -11,6 +11,9 @@
<div class="site-header-inner">
<h1>Home</h1>
<div class="cluster">
<a class="btn btn-secondary" href="/texts" id="manage-texts">
My texts
</a>
<a class="btn btn-secondary" href="/today">
Today's schedule
</a>