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