file uploads and bug fixes

This commit is contained in:
Zoe
2025-09-14 20:48:02 -05:00
parent 7fca00698a
commit 4ddc5c526b
17 changed files with 895 additions and 142 deletions

View File

@@ -49,7 +49,7 @@
<div class="p-4">
{#if $error}
<p>Whoops! That room doesn't exist.</p>
<p>Hm. Something went wrong: {$error.toLocaleLowerCase()}</p>
{:else if $room.connectionState !== ConnectionState.CONNECTED && $room.connectionState !== ConnectionState.RECONNECTING}
<p>Connecting to server...</p>
{:else}