multica/apps/web/components/common
Naiyuan Qing ac2a4c419f refactor(editor): migrate to @tiptap/markdown, fix mention rendering
- Replace tiptap-markdown with official @tiptap/markdown (markdown→JSON direct, skip DOM)
- Add contentType:"markdown" for proper \n\n paragraph parsing
- Fix mention renderHTML: use mergeAttributes for class/data-type, <a>→<span>
- Fix type attribute leak: add renderHTML:()=>({}) to suppress raw "type" attr
- Link style: permanent underline → hover-only underline (matches read-only)
- Mention style: primary+background pill → brand color text only
- Comment edit: replace <input> with RichTextEditor for consistency

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 15:38:29 +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 fix(issues): use floating-ui for mention popup viewport-aware positioning 2026-03-31 14:39:48 +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 refactor(editor): migrate to @tiptap/markdown, fix mention rendering 2026-03-31 15:38:29 +08:00
rich-text-editor.tsx refactor(editor): migrate to @tiptap/markdown, fix mention rendering 2026-03-31 15:38:29 +08:00