Skip to content

feat: kanban board improvements#62

Merged
jdillon merged 10 commits intomainfrom
feat/kanban-improvements
Jan 31, 2026
Merged

feat: kanban board improvements#62
jdillon merged 10 commits intomainfrom
feat/kanban-improvements

Conversation

@jdillon
Copy link
Owner

@jdillon jdillon commented Jan 31, 2026

Summary

Follow-up improvements to the kanban board view contributed in #56.

  • Add bead ID display to cards (vsbeads-zsz)
  • Add labels to cards (vsbeads-89u)
  • Replace text toggle with icons (vsbeads-uvh)
  • Make all columns collapsible (vsbeads-cjh)

Test plan

  • Bead IDs visible on kanban cards
  • Labels display on cards
  • Toggle uses icons instead of text
  • All columns can be collapsed/expanded
  • Build passes, no regressions

Related: vsbeads-h5f

🤖 Generated with Claude Code

Related: vsbeads-h5f

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jdillon jdillon self-assigned this Jan 31, 2026
jdillon and others added 9 commits January 31, 2026 04:25
groupDependenciesByType crashed when beads had custom dependency types
not in the hardcoded list. Now falls back to 'related' for unknown types.

Resolves: vsbeads-e74

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Display bead ID on cards
- Display labels (max 3 with +N overflow)
- Make all columns collapsible (not just Closed)
- Use Lucide icons for table/board toggle
- Add clickable column headers with hover state

Related: vsbeads-zsz, vsbeads-89u, vsbeads-uvh, vsbeads-cjh

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add type icon next to bead ID in card header
- Add user icon next to assignee
- Move labels to same row as badges, right-aligned with tag icon
- Remove redundant type badge (icon is sufficient)
- Truncate long labels with ellipsis (60px max, hover for full text)
- Fix collapsed column count badge shape
- Add title attribute to LabelBadge for hover tooltip

Related: vsbeads-h5f

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Cards are draggable between columns to change status
- Visual feedback: grab cursor, dashed border on drop target
- Only updates if status actually changed
- Columns must be expanded to accept drops

Related: vsbeads-h5f

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Card moves instantly on drop (optimistic UI update)
- Syncs with real data when backend confirms
- Can drop onto collapsed columns without expanding first

Related: vsbeads-h5f

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Required for Table and Kanban icons in view toggle.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pre-existing dead code causing TypeScript duplicate identifier error.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add DependencyGraph interface (placeholder for graph view)
- Add userId to WebviewSettings in backend/types.ts
- Remove dead "unknown" status filter from IssuesView
- Fix columnMenuRef type (HTMLDivElement -> HTMLTableCellElement)
- Add openFile message type to WebviewMessage union
- Fix updateArgs type assertion in BeadDetailsViewProvider

Resolves: vsbeads-3tx

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Show filtered/total count (e.g., "3/5") when filters hide items
- Show "No matches (N filtered)" instead of "No items" when column
  is empty due to active filters

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jdillon jdillon merged commit 0a3c24a into main Jan 31, 2026
1 check passed
@jdillon jdillon deleted the feat/kanban-improvements branch January 31, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant