Add stories dashboard with API endpoint and navigation updates

This commit is contained in:
Riccardo Giorato
2025-12-26 11:36:45 +01:00
parent 79bd750630
commit 14b247ffaa
5 changed files with 265 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export function EditorToolbar({ title, onContinueStory, onInfoClick }: EditorToo
<Button
variant="ghost"
size="icon"
onClick={() => router.push("/")}
onClick={() => router.push("/stories")}
className="hover:bg-secondary text-muted-foreground hover:text-white flex-shrink-0"
>
<ArrowLeft className="w-4 h-4 sm:w-5 sm:h-5" />