Project-Image-Uploader/frontend
matthias.lotz 98b3616dc4 Fix: Admin deletion log, CSV export revoked consents, consent filter UI
Backend Fixes:
- Admin deletions now create deletion_log entries (admin_moderation_deletion)
- Static mount for /previews added to serve preview images
- Admin groups endpoint supports consent filter parameter

Frontend Improvements:
- Replaced consent dropdown with checkbox UI (Workshop, Facebook, Instagram, TikTok)
- Checkboxes use OR logic for filtering
- Revoked consents excluded from filter counts
- Updated ModerationGroupsPage to send consents array to backend

Infrastructure:
- Simplified nginx.conf (proxy /api/* to backend, all else to frontend)
- Fixed docker-compose port mapping (5001:5000)

Tests: 11/11 passed 
2025-11-22 11:13:10 +01:00
..
public feat(frontend): Ersetze Lottie-Animation durch custom 3D SVG Logo-Animation 2025-11-08 20:58:23 +01:00
src Fix: Admin deletion log, CSV export revoked consents, consent filter UI 2025-11-22 11:13:10 +01:00
.env.example feat(frontend): Migrate all API routes to new structure with admin auth 2025-11-16 18:39:40 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
MIGRATION-GUIDE.md docs: Correct migration guide - ALL routes changed, not just admin 2025-11-16 18:25:32 +01:00
package-lock.json fix(frontend): Fix syntax error and remove unused imports 2025-11-16 19:51:36 +01:00
package.json Fix: Admin deletion log, CSV export revoked consents, consent filter UI 2025-11-22 11:13:10 +01:00