Commit Graph

3 Commits

Author SHA1 Message Date
cbfe73e0bf refactor: clean up ImageNode code structure and improve readability
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
2025-10-26 09:23:14 +08:00
7f58c9c847 feat: add S3 configuration and utility functions for blog image handling
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
2025-10-26 07:56:19 +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