finalizing the frontend for the movies

This commit is contained in:
maxDorninger
2025-06-28 19:31:48 +02:00
parent bcc259dff2
commit f7035082e8
6 changed files with 207 additions and 19 deletions

View File

@@ -39,5 +39,5 @@
<h1 class="scroll-m-20 text-center text-4xl font-extrabold tracking-tight lg:text-5xl">
Season Requests
</h1>
<RequestsTable bind:requests/>
<RequestsTable bind:requests isShow={true}/>
</div>