Conversation
Related: vsbeads-h5f Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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>
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
Follow-up improvements to the kanban board view contributed in #56.
vsbeads-zsz)vsbeads-89u)vsbeads-uvh)vsbeads-cjh)Test plan
Related: vsbeads-h5f
🤖 Generated with Claude Code