Add loading state and style constants, enhance API key modal with delete

This commit is contained in:
Riccardo Giorato
2025-12-26 12:15:01 +01:00
parent 14b247ffaa
commit 66b252fb2e
17 changed files with 379 additions and 198 deletions
-1
View File
@@ -20,7 +20,6 @@ export async function GET(
}
const { storySlug: slug } = await params;
console.log("API: Fetching story with slug:", slug, "for user:", userId);
// Special case: if slug is "all", return user's stories for debugging
if (slug === "all") {