Commit graph

22 commits

Author SHA1 Message Date
b259a1243e
add layout primitives and components to app.css
extend app.css with the every-layout style primitives (container,
stack, cluster, center) used to compose page shells, plus a small
component layer: site-header, btn (primary/secondary/danger), card
and card-link, list-cards, modal, error and a few utility classes.
no template changes here - templates start adopting these classes
in the per-page styling commits that follow.
2026-05-01 11:24:58 +03:00
34da76607f
add app.css with reset and design tokens
introduce a single shared stylesheet under public/css. this first
section covers a minimal reset, warm/readable design tokens (color,
typography, spacing, radii, shadows), and base element styling for
headings, links, lists, forms, and buttons. layout primitives and
component classes follow in subsequent commits.
2026-05-01 11:23:41 +03:00
bfacb5b62c
add today view route and template 2026-04-26 21:24:35 +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
cb697daa03
add auth javascript 2026-04-24 13:29:38 +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
12fd5a88b6
add toggle children button to nodes 2026-04-20 09:35:53 +03:00
189493b045
php cs fixer 2026-04-19 23:07:48 +03:00
9ed42654a3
add js for bulk creating nodes 2026-04-18 23:06:04 +03:00
3ce6a91e6e
add and save button functionality 2026-04-18 22:07:38 +03:00
f277ae7983
move fetch nodes by text id into its own function
re renders if theres a root list of nodes existing
2026-04-18 22:06:25 +03:00
f5a8b8447f
rename route for nodes and adjust calls to route 2026-04-18 21:01:02 +03:00
49140195f1
add parsing functions for nodes of text to create indented tree 2026-04-17 17:52:32 +03:00
68da48aedd
add view for single text 2026-04-17 09:23:38 +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
c2ad749b84
run the app from public index file 2026-03-22 10:04:14 +02:00