multica/apps/web/features/issues/components
Jiayuan 7cd9110628 feat(issues): redesign kanban board with drag sorting, filters, and display settings
- Redesign card layout: priority label, description line, subtle shadow, configurable properties
- Wider columns (280px) with rounded background, count badge, and card spacing
- Add SortableContext for within-column drag reordering with fractional position indexing
- Fix collision detection to prefer card targets over column droppables for reliable down-drag
- Add hidden columns panel on right side with show/hide toggle
- Consolidate header into Filter popover (status + priority) and Display popover (ordering + card properties)
- Auto-switch to manual sort when cards are dragged to preserve drag ordering

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 00:50:29 +08:00
..
pickers feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
board-card.tsx feat(issues): redesign kanban board with drag sorting, filters, and display settings 2026-03-28 00:50:29 +08:00
board-column.tsx feat(issues): redesign kanban board with drag sorting, filters, and display settings 2026-03-28 00:50:29 +08:00
board-view.tsx feat(issues): redesign kanban board with drag sorting, filters, and display settings 2026-03-28 00:50:29 +08:00
index.ts feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
issue-detail.tsx refactor: remove acceptance_criteria and context_refs from issues 2026-03-26 19:24:34 +08:00
issues-header.tsx feat(issues): redesign kanban board with drag sorting, filters, and display settings 2026-03-28 00:50:29 +08:00
issues-page.tsx feat(issues): redesign kanban board with drag sorting, filters, and display settings 2026-03-28 00:50:29 +08:00
list-row.tsx feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
list-view.tsx feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
priority-icon.tsx feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
status-icon.tsx feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00