From 7ad852dd52c172618c64cda3270c9edfd4de34f5 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 5 Apr 2026 21:34:22 +0200 Subject: [PATCH] fix(comments): remove empty state hint from CommentThread MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Noch keine Kommentare" hint with icon is unnecessary — users already clicked "Kommentieren" to open the thread, so showing them an empty state just adds noise. Jump straight to the compose box. Co-Authored-By: Claude Sonnet 4.6 --- .../src/lib/components/CommentThread.svelte | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/frontend/src/lib/components/CommentThread.svelte b/frontend/src/lib/components/CommentThread.svelte index 65eff1c4..d9b0a8c7 100644 --- a/frontend/src/lib/components/CommentThread.svelte +++ b/frontend/src/lib/components/CommentThread.svelte @@ -301,24 +301,6 @@ onMount(async () => { {/snippet}
- {#if comments.length === 0} -
- - - -

{m.comment_empty_hint()}

-
- {/if} {#each comments as thread, ti (thread.id)}
0 ? 'border-t border-line pt-4' : ''}>