Commit graph

6 commits

Author SHA1 Message Date
Shibo Lyu
a08122663e refactor: Message input now use ProseMirror directly
Remove Delta/Typewriter-editor dependency and implement ProseMirror-based
rich text conversion. Add methods to access the editor view and improve
the architecture of text input components.
2025-04-12 02:48:45 +08:00
Shibo Lyu
db186636a3 refactor: Replace Typewriter editor with ProseMirror
Switch the rich text editor implementation from Typewriter to
ProseMirror for better document model and editing capabilities.
2025-04-11 02:58:06 +08:00
Shibo Lyu
b96bdf7ff3 fix: all svelte diagnostics. 2025-03-19 01:48:54 +08:00
Shibo Lyu
4129cac511 refactor: continue to migrate components 2025-03-17 01:54:56 +08:00
Shibo Lyu
1e95dc0830 refactor: migrate to svelte 5, vite 6 and bits-ui 1. 2025-03-17 01:10:15 +08:00
Shibo Lyu
ca380e9ce6 feat: basic rich text input & format 2024-08-30 03:21:51 +08:00