slhx agent
bff769b52a
refactor(kanban): render shell from hemplate
...
Move the kanban full-page shell into a checked .heml unit so page assembly uses slhx render/SafeHtml composition instead of hand-built trusted HTML strings.
req: html_safety/001
req: html_safety/002
req: component/003
2026-06-02 00:08:48 +02:00
slhx agent
54dd401e8b
refactor(kanban): scope card handles to partials
...
Move kanban card actions onto the reusable card partial, use generated render helpers for board/page composition, and remove manual handle fields plus hidden shell-level action anchors from the composed path.
req: component/003
req: view/001
req: examples/001
2026-06-01 22:25:23 +02:00
slhx agent
bd35347fa2
refactor(kanban): render board cards with hemplate
...
Move Kanban board/column/card rendering from Rust raw HTML assembly into hemplate partial views. Keep handler effects returning generated slot payloads and cover rendered structure with scraper.
req: html_safety/002
req: view/001
req: test/005
2026-05-25 21:45:25 +02:00
slhx agent
3b61451858
refactor(kanban): compose page with hemplate
...
Replace board page placeholder string replacement for options/board content with a hemplate page view and partial-rendered options. Cover page structure with DOM-aware scraper assertions.
req: html_safety/002
req: view/001
req: test/005
2026-05-25 21:38:36 +02:00
slhx agent
d76682e98f
refactor(kanban): render presence with hemplate
...
Move the kanban SSE presence fragment from Rust raw HTML formatting into a hemplate partial/view and cover the rendered structure with scraper.
req: html_safety/002
req: view/001
req: test/005
2026-05-25 21:34:53 +02:00
slhx agent
713c6bb087
feat(examples): add browser kanban demo
...
req: examples/001
req: form/002
req: list/003
req: push/003
2026-05-10 23:58:09 +02:00