feat: add comprehensive admin panel with user, channel, message, and system management views

Implement full admin interface including dashboard stats, user management (edit/ban), channel management (edit/clear/delete members), message/forum/thread/post browsing, file and drive management, notification creation, system KV store, and push notification views. Add AdminService with permission checks and dashboard statistics aggregation. Include admin.css with dark theme styling and extend base.css for profile page layout fixes. Register all admin routes and service in application bootstrap.
This commit is contained in:
2026-01-31 15:54:47 +00:00
parent fbf67f2b60
commit 73a49acd5a
46 changed files with 3810 additions and 2 deletions
+8
View File
@@ -33,6 +33,14 @@
## Version 1.34.0 - 2026-01-31
update css, html, py files
**Changes:** 44 files, 3802 lines
**Languages:** CSS (712 lines), HTML (1300 lines), Python (1790 lines)
## Version 1.33.0 - 2026-01-24