Add room membership management

This commit is contained in:
Jon Staab
2025-11-13 15:25:18 -08:00
parent 25e868118d
commit 2421c02c24
8 changed files with 205 additions and 32 deletions
+2 -2
View File
@@ -117,7 +117,7 @@
{#if imagePreview}
<div class="flex items-center gap-2">
<span class="text-sm opacity-75">Selected:</span>
<ImageIcon src={imagePreview} alt="" />
<ImageIcon src={imagePreview} alt="" class="rounded-lg" />
</div>
{:else}
<span class="text-sm opacity-75">No icon selected</span>
@@ -144,7 +144,7 @@
{#snippet input()}
<label class="input input-bordered flex w-full items-center gap-2">
{#if imagePreview}
<ImageIcon src={imagePreview} alt="" />
<ImageIcon src={imagePreview} alt="" class="rounded-lg" />
{:else}
<Icon icon={Hashtag} />
{/if}