Hördle Bot
83e1281079
fix: restore deleted curator implementation files
2025-12-06 21:50:59 +01:00
Hördle Bot
71c4e2509f
feat(admin): add danger zone buttons for resetting ratings and activations
...
- Added reset all user ratings button to admin danger zone
- Added reset all activations button to admin danger zone
- Created API endpoints: /api/admin/reset-ratings and /api/admin/reset-activations
- Removed old non-localized routes: /app/admin, /app/curator
- Removed unused page.module.css
- All admin functionality now uses localized routes (/[locale]/admin)
2025-12-06 15:38:46 +01:00
Hördle Bot
b033c3a1bc
Document and explain curator special curation flow
2025-12-04 13:08:07 +01:00
Hördle Bot
c250b5fff9
fix: Locale-Prefix in Links entfernt
...
- Link-Komponente aus @/lib/navigation fügt Locale automatisch hinzu
- Links verwenden jetzt relative Pfade ohne Locale-Prefix
- Behebt 404-Fehler bei /en/en/curator/help
2025-12-04 01:11:56 +01:00
Hördle Bot
65425ac15c
feat: Curator-Hilfe-System implementiert
...
- Hilfe-Seite /curator/help mit vollständiger Dokumentation (de/en)
- HelpTooltip-Komponente mit Hover- und Click-Modi
- Tooltips bei allen wichtigen Dashboard-Bereichen:
* Dashboard-Übersicht
* Upload-Bereich & Genre-Zuweisung
* Track-Liste (Suche, Filter, Batch-Edit)
* Kommentar-Verwaltung
- Prominenter Hilfe-Button im Header
- Umfassende Übersetzungen für alle Hilfe-Texte
- Fix: TypeScript-Fehler in batch route behoben
- Fix: Doppelter Browser-Tooltip entfernt (nur noch custom Tooltip)
2025-12-04 01:07:45 +01:00