multica/apps/web/components/common
Jiang Bohan a472a0e8e0 fix(editor): override renderMarkdown/parseMarkdown for mention serialization
The @tiptap/markdown extension discovers serializers via the
renderMarkdown extension field, not addStorage(). The previous
addStorage approach was silently ignored, causing mentions to serialize
as shortcode format [@ id="..." label="..."] instead of markdown links.

Now properly overrides renderMarkdown, parseMarkdown, and
markdownTokenizer to serialize mentions as [@Label](mention://type/id)
which the Markdown renderer can handle as clickable links.
2026-03-31 16:09:31 +08:00
..
actor-avatar.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
emoji-picker.tsx feat(reactions): add emoji reactions for comments and issue descriptions 2026-03-30 22:37:59 +08:00
mention-suggestion.tsx feat(issues): add @ mention for issues in comments 2026-03-31 15:38:24 +08:00
reaction-bar.tsx feat(reactions): add emoji reactions for comments and issue descriptions 2026-03-30 22:37:59 +08:00
rich-text-editor.css fix(ui): apply mono font directly to code/pre elements 2026-03-30 23:27:09 +08:00
rich-text-editor.tsx fix(editor): override renderMarkdown/parseMarkdown for mention serialization 2026-03-31 16:09:31 +08:00