feat: Complete admin panel implementation

- Add user management system with all CRUD operations
- Add promotion statistics dashboard with export
- Simplify Trading & Market settings UI
- Fix promotion schema (dates now optional)
- Add missing API endpoints and PATCH support
- Add comprehensive documentation
- Fix critical bugs (deletePromotion, duplicate endpoints)

All features tested and production-ready.
This commit is contained in:
2026-01-10 21:57:55 +00:00
parent b90cdd59df
commit 63c578b0ae
52 changed files with 21810 additions and 61 deletions

View File

@@ -35,6 +35,7 @@
"passport-steam": "^1.0.18",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0",
"uuid": "^13.0.0",
"ws": "^8.17.0"
},
"devDependencies": {