multica/apps/web/features/editor
Naiyuan Qing 5e770b2e2f fix(editor): align IssueMentionCard styling and behavior with Tiptap
- Remove align-middle from IssueMentionCard (alignment is container's job)
- Add inline align-middle wrapper span in ReadonlyContent for vertical alignment
- Add img component with max-width constraint to prevent overflow
- Issue mention clicks open in new tab (matches Tiptap behavior)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 13:47:03 +08:00
..
extensions fix: mention closure, onSettled invalidation, cleanup singleton 2026-04-07 17:53:49 +08:00
utils docs(editor): annotate key files with design decisions and pitfalls 2026-04-03 11:21:54 +08:00
content-editor.css feat(editor): add ReadonlyContent component for lightweight markdown display 2026-04-08 13:47:03 +08:00
content-editor.tsx fix: mention closure, onSettled invalidation, cleanup singleton 2026-04-07 17:53:49 +08:00
index.ts feat(editor): add ReadonlyContent component for lightweight markdown display 2026-04-08 13:47:03 +08:00
readonly-content.tsx fix(editor): align IssueMentionCard styling and behavior with Tiptap 2026-04-08 13:47:03 +08:00
title-editor.css refactor(editor): unify editor into features/editor with single markdown pipeline 2026-04-03 10:28:29 +08:00
title-editor.tsx refactor(editor): unify editor into features/editor with single markdown pipeline 2026-04-03 10:28:29 +08:00