From d6c5e5d1a37fe33600932bcae5a8bc6dc5f4b7c8 Mon Sep 17 00:00:00 2001 From: silberengel Date: Wed, 20 Aug 2025 23:08:56 +0200 Subject: [PATCH] Fixed comment box formatting and search term --- src/lib/components/CommentBox.svelte | 14 +++++++------- src/lib/components/EventSearch.svelte | 4 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/lib/components/CommentBox.svelte b/src/lib/components/CommentBox.svelte index cf08468..5a7396e 100644 --- a/src/lib/components/CommentBox.svelte +++ b/src/lib/components/CommentBox.svelte @@ -622,22 +622,22 @@ {/if} -
+
{#if userProfile} -
+
{#if userProfile.picture} {userProfile.name (e.target as HTMLImageElement).style.display = 'none'} /> {:else} -
+
{/if} - + {userProfile.displayName || userProfile.name || "anon"} @@ -646,8 +646,8 @@ {/if}