multica/apps/web/components/common
Naiyuan Qing b9ea10c89d fix(comments): unify rendering with RichTextEditor, fix mention/link colors
- Comment display: replace <Markdown> with <RichTextEditor editable={false}>
- Link color: primary → brand (blue)
- Mention color: brand → primary + semibold
- Add MentionHoverCard component with HoverCardTrigger render={<span />}
- Markdown.tsx: sync mention style to text-primary font-semibold

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 15:50:22 +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-hover-card.tsx fix(comments): unify rendering with RichTextEditor, fix mention/link colors 2026-03-31 15:50:22 +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 fix(comments): unify rendering with RichTextEditor, fix mention/link colors 2026-03-31 15:50:22 +08:00
rich-text-editor.tsx refactor(editor): migrate to @tiptap/markdown, fix mention rendering 2026-03-31 15:38:29 +08:00
title-editor.css feat(editor): add TitleEditor component, replace <input> for issue titles 2026-03-31 15:38:42 +08:00
title-editor.tsx feat(editor): add TitleEditor component, replace <input> for issue titles 2026-03-31 15:38:42 +08:00