Files
hemx/examples/kanban
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 Kanban browser example

Run:

cargo run -p slhx-kanban-example

Open http://127.0.0.1:3001.

The example is a server-first Kanban board with:

  • add-card form
  • move-left / move-right card controls
  • delete-card controls
  • generated handle ids and slots
  • application/slhx EffectBatch responses
  • SSE presence updates

It intentionally uses buttons instead of custom JavaScript drag-and-drop; drag/local-first sync remain north-star features in examples/kanban.md.