multica/server/internal/handler
Naiyuan Qing 2c02aa357d fix(issues): board polish — blocked column, drag fix, comment perms, task cleanup
- Add "blocked" to STATUS_ORDER/ALL_STATUSES and board visible columns
- Add min-h-[200px] to droppable columns for reliable empty-column drops
- Fix card click-vs-drag conflict with pointer-events-none on Link
- List view uses STATUS_ORDER from config instead of hardcoded order
- Create Issue dialog: add AssigneePicker for assigning on creation
- Issue detail page syncs from global useIssueStore for real-time updates
- Comment UpdateComment/DeleteComment: add author-or-admin permission check
- DeleteIssue: cancel running agent tasks before deletion

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 10:32:25 +08:00
..
agent.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
auth.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
comment.go fix(issues): board polish — blocked column, drag fix, comment perms, task cleanup 2026-03-25 10:32:25 +08:00
daemon.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
daemon_pairing.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
handler_test.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
inbox.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
issue.go fix(issues): board polish — blocked column, drag fix, comment perms, task cleanup 2026-03-25 10:32:25 +08:00
runtime.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
workspace.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00