feat: TranslationHub, Pair-Review-Button (Action-Bar), reviewed für Bilder
- TranslationHub (/translations): Coverage-Matrix, Batch-Übersetzen pro Tabelle×Sprache - Pair Status: StatusSelect ersetzt durch Action-Bar ✓Reviewed/↩Draft/🚫Block, Reviewed kaskadiert via /pairs/:id/review (Backend prüft 3-Sprachen-Vollständigkeit) - Top-Nav: 'Übersetzungen' zwischen Inhalte und Audio - Dashboard: Übersetzungen-Kachel - tables.js: pictures-Status um 'reviewed' erweitert Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ import { getUser, logout } from '../lib/api';
|
||||
const NAV = [
|
||||
{ label: 'Dashboard', path: '/', match: p => p === '/' },
|
||||
{ label: 'Inhalte', path: '/content', match: p => p.startsWith('/content') },
|
||||
{ label: 'Übersetzungen', path: '/translations', match: p => p.startsWith('/translations') },
|
||||
{ label: 'Audio', path: '/audio', match: p => p.startsWith('/audio') },
|
||||
{ label: 'Veröffentlichen',path: '/publish', match: p => p.startsWith('/publish') },
|
||||
{ label: 'Datenbank', path: '/db', match: p => p.startsWith('/db') },
|
||||
|
||||
Reference in New Issue
Block a user