The Kanban block was dropped from the /create preview blocks (the drag-and-drop rework didn't land in a satisfying state). Its slug is still listed as planned in www/src/modules/create/preview/blocks/index.ts, so shipping a kanban.tsx there re-enables it in the picker automatically.
Prior work to mine: branch claude/kanban-drag-drop-5d7ff8 — commit 30c1259 ("rework kanban drop preview into an in-place free-space model") plus the deleted www/src/modules/create/preview/blocks/kanban.tsx in its history.
Scope for the redo:
- Board with a few columns and draggable cards (React Aria drag and drop).
- A drop-preview model that feels right — the in-place free-space attempt is a starting point, not a constraint.
- Same conventions as the other blocks (tokens/variants only, no www-side leakage).
The Kanban block was dropped from the /create preview blocks (the drag-and-drop rework didn't land in a satisfying state). Its slug is still listed as planned in
www/src/modules/create/preview/blocks/index.ts, so shipping akanban.tsxthere re-enables it in the picker automatically.Prior work to mine: branch
claude/kanban-drag-drop-5d7ff8— commit 30c1259 ("rework kanban drop preview into an in-place free-space model") plus the deletedwww/src/modules/create/preview/blocks/kanban.tsxin its history.Scope for the redo: