Add icon picker to room create component

This commit is contained in:
Matthew Remmel
2025-10-20 10:39:53 -04:00
committed by hodlbod
parent a730384baf
commit c3dd997e57
1273 changed files with 4783 additions and 4605 deletions
+4 -2
View File
@@ -25,8 +25,10 @@
href={path}
{replaceState}
notification={notify ? $notifications.has(path) : false}>
{#if $channel?.closed || $channel?.private}
<Icon icon={Lock} size={4} />
{#if $channel?.picture}
<Icon icon={$channel.picture} />
{:else if $channel?.closed || $channel?.private}
<Icon icon={Lock} />
{:else}
<Icon icon={Hashtag} />
{/if}