feat: Veröffentlichen-Seite, Einstellungen (TTS-Stimmen), klarere Navigation
- Navigation: Dashboard/Inhalte/Audio/Veröffentlichen/Datenbank/Einstellungen mit Active-State - Veröffentlichen (/publish): Pairs sortiert nach 'am wenigsten fehlt', 1-Klick-Publish je Sprache - Einstellungen (/settings): TTS-Stimme + Parameter pro Sprache bearbeiten - tts-settings in DB-Admin; Dashboard-Kacheln ergänzt Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -26,6 +26,13 @@ const TILES = [
|
||||
path: '/content/words',
|
||||
color: 'border-emerald-200 hover:border-emerald-400 hover:bg-emerald-50',
|
||||
},
|
||||
{
|
||||
title: 'Veröffentlichen',
|
||||
icon: '🚀',
|
||||
description: 'Fast fertige Inhalte sehen und mit einem Klick live schalten.',
|
||||
path: '/publish',
|
||||
color: 'border-violet-200 hover:border-violet-400 hover:bg-violet-50',
|
||||
},
|
||||
{
|
||||
title: 'Datenbankverwaltung',
|
||||
icon: '🗄️',
|
||||
@@ -33,6 +40,13 @@ const TILES = [
|
||||
path: '/db',
|
||||
color: 'border-indigo-200 hover:border-indigo-400 hover:bg-indigo-50',
|
||||
},
|
||||
{
|
||||
title: 'Einstellungen',
|
||||
icon: '⚙️',
|
||||
description: 'TTS-Stimmen pro Sprache und weitere Konfiguration.',
|
||||
path: '/settings',
|
||||
color: 'border-slate-200 hover:border-slate-400 hover:bg-slate-100',
|
||||
},
|
||||
];
|
||||
|
||||
// Pipeline-Stufen, die den Lebenszyklus eines Inhalts abbilden.
|
||||
|
||||
Reference in New Issue
Block a user