Commit Graph

3 Commits

Author SHA1 Message Date
64b1c54911 feat: enhance post management with pagination, search, and order functionality
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 11s
- Added search input for filtering posts by keywords.
- Implemented pagination controls for navigating through posts.
- Introduced order selector for sorting posts based on various criteria.
- Enhanced post item display with additional metrics (view count, like count, comment count).
- Added dropdown menu for post actions (edit, view, toggle privacy, delete).
- Integrated double confirmation for delete action.
- Updated user profile to support background image upload.
- Improved user security settings with better layout and validation.
- Refactored auth context to use useCallback for logout function.
- Added command palette component for improved command execution.
- Introduced popover component for better UI interactions.
- Implemented debounce hooks for optimized state updates.
- Updated localization files with new keys for improved internationalization.
- Added tailwind configuration for styling.
2025-09-25 00:51:29 +08:00
636b4d5ea0 feat: 添加仪表板功能,整合统计数据并优化后台管理界面 2025-09-24 12:09:16 +08:00
21a1726f71 feat: 添加管理员服务,支持 OIDC 配置的 CRUD 操作 2025-07-24 13:12:49 +08:00