Cleanup in socket server

This commit is contained in:
Mawoka
2025-10-25 13:38:33 +02:00
parent 6dba05dd56
commit f3abe4d2c4
7 changed files with 326 additions and 228 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ SPDX-License-Identifier: MPL-2.0
<!-- extra content above slot -->
</div>
{/if}
<slot />
{@render children?.()}
<CommandPalette />
<!--{#if $alertModal.open ?? false}
@@ -88,7 +88,7 @@ SPDX-License-Identifier: MPL-2.0
<svelte:head>
<title>ClassQuiz - Login</title>
</svelte:head>
<div class="flex items-center justify-center h-full px-4">
<div class="flex items-center justify-center h-screen
{#if verified}
<VerifiedBadge />
{/if}