Commit Graph

3 Commits

Author SHA1 Message Date
47d6f93e97 feat: enhance blog functionality with pagination, tag filtering, and improved API integration
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
2025-10-26 16:55:11 +08:00
e299694f22 feat: add toolbar styles and functionality for blog editor
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 18s
feat: implement EditorTheme for consistent styling across editor components

feat: define types for blog-related operations including image uploads and post creation

feat: create DropdownColorPicker component for color selection in blog editor

feat: implement ImageResizer component for resizing images in the blog editor

feat: add export and import functionality for blog posts in JSON format

feat: update main application routes to include CreatePost page

feat: enhance Blog page with a button to navigate to CreatePost

feat: implement CreatePost page with title, cover image upload, and content editor
2025-10-25 21:03:58 +08:00
2ddadc44e2 Add Blog page with routing, layout, and mock posts; update navigation and localization 2025-10-03 16:13:04 +08:00