feat: Kanban Phase 1 — Visual Foundation (drag-and-drop + card polish)#8
Open
marcmantei wants to merge 4 commits into
Open
feat: Kanban Phase 1 — Visual Foundation (drag-and-drop + card polish)#8marcmantei wants to merge 4 commits into
marcmantei wants to merge 4 commits into
Conversation
This was referenced Mar 27, 2026
marcmantei
force-pushed
the
feat/kanban-phase1-visual-foundation
branch
from
March 29, 2026 13:21
6cdb5d7 to
abcd8e2
Compare
- Add @dnd-kit drag-and-drop between columns (already installed, zero new deps) - DragOverlay shows ghost card with tilt effect during drag - Optimistic updates: card moves instantly, reverts on API error - Drop zone highlights with accent border+background when dragging over - Priority color left-border strip (red=critical, amber=high) - Hover lift effect on cards (translate-y + shadow) - Active worker pulse dot on cards with worker_id - 8px activation distance prevents accidental drags on click - Empty columns show 'Drop here' hint while dragging - Updated timestamp footer shows updated_at with tooltip on hover Closes #6
marcmantei
force-pushed
the
feat/kanban-phase1-visual-foundation
branch
from
April 29, 2026 08:59
abcd8e2 to
72dbca8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements Phase 1 of the Kanban UI overhaul (#5).
Closes #6
What's new
Drag-and-drop between columns
@dnd-kit(already inpackage.json, zero new deps)Card polish
critical, amber forhigh-translate-y-0.5+shadow-mdon hoverupdated_atshown in footer, full date on hoverColumn UX
Build
✓ built in 17.10s— zero type errors, zero new dependencies.