fix: add message for empty TV shows list in the UI

This commit is contained in:
maxDorninger
2025-05-30 19:57:48 +02:00
parent 910b4e6448
commit 75b72bb03f

View File

@@ -74,6 +74,10 @@
</Card.Content>
</Card.Root>
</a>
{:else}
<div class="col-span-full text-center text-muted-foreground">
No TV shows added yet.
</div>
{/each}
{/await}
{/await}