Commit Graph

5 Commits

Author SHA1 Message Date
9c263d0f51 refactor: remove authentication check and unused imports from CreatePost and EditPost pages
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
2025-10-26 18:33:31 +08:00
1f6bb77691 feat: implement EditPost page with functionality to update existing blog posts
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
2025-10-26 18:21:45 +08:00
38ca76e2fb feat: implement toast notifications for image upload and blog post creation
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 22s
2025-10-26 14:20:12 +08:00
1071c784f8 feat: expose editor state via ref in BlogEditor and integrate with CreatePost
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 28s
2025-10-25 21:54:04 +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