Improve ACP forum management UI

This commit is contained in:
Micha
2025-12-24 18:30:18 +01:00
parent 5ed9d0e1f8
commit b5d689dd4d
23 changed files with 1037 additions and 20 deletions

View File

@@ -6,3 +6,8 @@
- Added shared i18n: Symfony serves PO-based translations via `/api/i18n/{locale}` and React consumes them.
- Refactored the React UI to browse forums, show sub-forums, and post threads only in forum nodes.
- Added Apache rewrite rules for Symfony routing.
- Added ACP forum management with CRUD, parent selection, drag-based ordering, and expand/collapse controls.
- Added reorder endpoint and position handling for forum sorting per parent.
- Improved ACP UX: iconized action buttons, category/forum badges, and responsive layout tweaks.
- Added JWT username payload fix and increased token TTL to 24h.
- Added frontend load-time indicator in the footer.