multica/apps/web/features/issues
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
..
components feat(issues): render issue mentions as rich cards with status icon 2026-03-31 16:19:32 +08:00
config feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
hooks fix(editor): use correct getMarkdown API for @tiptap/markdown (#217) 2026-03-31 16:19:02 +08:00
stores feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
utils feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
index.ts feat(issues): rewrite issues page with component decomposition and persisted filters 2026-03-26 12:36:01 +08:00
store.ts feat(realtime): WS invalidation + refetch pattern, inbox bugfixes, UI polish 2026-03-29 13:49:40 +08:00