Project-Image-Uploader/frontend/src/Components/Pages
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
..
Css feat: Complete frontend refactoring and development environment setup 2025-10-27 22:22:52 +01:00
404Page.js CSS Cleanup 2025-10-26 11:52:14 +01:00
GroupsOverviewPage.js refactor: Complete UI refactoring with modular components 2025-11-15 18:17:14 +01:00
ManagementPortalPage.js feat: Add comprehensive test suite and admin API authentication 2025-11-16 18:08:48 +01:00
ModerationGroupImagesPage.js fix(frontend): Fix syntax error and remove unused imports 2025-11-16 19:51:36 +01:00
ModerationGroupsPage.js Fix: Admin deletion log, CSV export revoked consents, consent filter UI 2025-11-22 11:13:10 +01:00
MultiUploadPage.js refactor: Complete UI refactoring with modular components 2025-11-15 18:17:14 +01:00
PublicGroupImagesPage.js feat(frontend): Migrate all API routes to new structure with admin auth 2025-11-16 18:39:40 +01:00
SlideshowPage.js feat: Slideshow optimization with intelligent preloading and chronological sorting 2025-11-09 13:23:27 +01:00