BLOG-126 Post management (list and create) #139

Merged
squid merged 10 commits from BLOG-126_post_management into main 2025-10-15 04:21:15 +08:00

10 Commits

Author SHA1 Message Date
fd9ccb9175 fix: case sensitive rename
All checks were successful
Frontend CI / build (push) Successful in 5m42s
PR Title Check / pr-title-check (pull_request) Successful in 21s
2025-10-15 04:14:29 +08:00
5890d6c39c feat: enhance post listing functionality with unpublished post visibility option
Some checks failed
Frontend CI / build (push) Failing after 1m13s
Auto Comment On PR / add_improve_comment (pull_request) Successful in 17s
PR Title Check / pr-title-check (pull_request) Successful in 16s
2025-10-15 04:06:11 +08:00
4472a5de4b fix: correct import paths for PostLoadedStore and ImageUploadedStore to match file naming conventions
Some checks failed
Frontend CI / build (push) Failing after 56s
2025-10-15 03:13:11 +08:00
325abd1ab5 feat: implement new store architecture for authentication and post management, replacing Bloc with Store pattern
Some checks failed
Frontend CI / build (push) Failing after 55s
2025-10-15 02:57:51 +08:00
063374f56f refactor: streamline state initialization in Bloc classes by removing redundant status assignments
Some checks failed
Frontend CI / build (push) Failing after 55s
2025-10-15 00:10:42 +08:00
4c4c5c357e feat: make preview_image_url nullable across post-related DTOs and database schema
Some checks failed
Frontend CI / build (push) Failing after 56s
2025-10-14 21:56:51 +08:00
df5bba022e fix: eslint 2025-10-14 21:27:48 +08:00
d569f35bc1
feat: implement create post functionality with dialog and API integration
Some checks failed
Frontend CI / build (push) Failing after 57s
2025-10-14 20:50:06 +08:00
13696e394f
refactor: enhance error handling and state management in auth and image modules 2025-10-14 15:34:34 +08:00
c5fab7d61a
refactor: dependency injection to use a centralized Container class for managing application state and services 2025-10-14 11:53:57 +08:00