multica/apps/web/features/issues/components
Jiang Bohan e16f1579a9 feat(issues): render issue mentions as rich cards with status icon
- Fix mention markdown serialization: use renderMarkdown (tiptap/markdown 3.x API)
  instead of addStorage.markdown.serialize which was silently ignored
- Add IssueMentionCard component showing status icon + identifier + title
- Update Markdown renderer to use card for mention://issue/ links
2026-03-31 16:19:32 +08:00
..
pickers feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
agent-live-card.tsx feat(security): redact sensitive information in agent live output 2026-03-30 23:38:49 +08:00
batch-action-toolbar.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
board-card.tsx fix(sync): board-card rollback, inbox status sync, markRead error handling 2026-03-31 13:09:17 +08:00
board-column.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +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
comment-card.tsx fix(issues): remove duplicate commenter header in collapsible comment 2026-03-31 16:19:01 +08:00
comment-input.tsx fix(issues): UI polish batch — comment input, card gap, board title, activity coalescing 2026-03-30 14:22:43 +08:00
index.ts feat(issues): render issue mentions as rich cards with status icon 2026-03-31 16:19:32 +08:00
issue-detail.tsx refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
issue-mention-card.tsx feat(issues): render issue mentions as rich cards with status icon 2026-03-31 16:19:32 +08:00
issues-header.tsx feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
issues-page.tsx feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
list-row.tsx refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
list-view.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
priority-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
reply-input.tsx fix(issues): UI polish batch — comment input, card gap, board title, activity coalescing 2026-03-30 14:22:43 +08:00
status-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00