Commit Graph

4 Commits

Author SHA1 Message Date
5217f87012 feat: add rich text editor for creating blog and forum posts
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 2m8s
- Implemented a rich text editor using Facebook's Lexical framework.
- Added features for text formatting (bold, italic, underline, strikethrough, font size).
- Included image support with drag & drop and paste functionality.
- Created a toolbar for text alignment and formatting options.
- Developed a Create Post page with title input and editor integration.
- Added styles for the editor and post creation interface.
- Implemented image resizing functionality within the editor.
- Registered new commands for inserting images and handling image nodes.
- Provided tips and future enhancements for the editor.
2025-10-21 23:43:34 +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