54dd401e8b
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
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.