Commit Graph

6 Commits

Author SHA1 Message Date
721cc48773 feat: add hashtag and mention functionality with corresponding plugins and styles 2025-10-22 18:07:11 +08:00
3491ae339d feat: enhance rich text editor with new features and plugins
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 23s
- Added support for additional Lexical plugins: link, markdown, table, and checklist.
- Implemented Markdown shortcuts and transformers for horizontal rules and tables.
- Updated editor theme and styles to accommodate new elements like tables and links.
- Improved the overall functionality of the rich text editor with new matchers for URLs and emails.
2025-10-22 17:22:45 +08:00
f29f53dec6 feat: Implement a rich text editor using Lexical
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 14s
- Added RichTextEditor component with basic formatting features.
- Integrated toolbar with undo/redo, text formatting, and color pickers.
- Created EditorTheme for styling the editor components.
- Added styles for editor and toolbar.
- Introduced DropdownColorPicker for color selection.
- Updated package.json to include Lexical dependencies.
- Created EditorDemo page to showcase the rich text editor.
- Added README documentation for the editor's features and usage.
2025-10-22 10:20:47 +08:00
1b745c7ffc Add Friends page with layout and navigation; update localization for new content 2025-10-03 15:59:25 +08:00
765ef6f9fc Add internationalization support with i18next and language selector component 2025-10-03 11:49:51 +08:00
24154f42d4 init 2025-10-01 13:09:01 +08:00