From 10be13e6cdc848217e41974ff0aafab0e7459529 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 23 Apr 2026 14:33:53 +0200 Subject: [PATCH] refactor(briefwechsel): ConversationTimeline consumes DistributionBar Drops the inline bilateral-distribution markup and the short-name / percentage helpers that only existed to feed it. ConversationTimeline now hands senderName, receiverName, and the two counts to the shared component and lets it own the rendering. Refs #305 Co-Authored-By: Claude Opus 4.7 --- .../briefwechsel/ConversationTimeline.svelte | 41 ++++--------------- 1 file changed, 7 insertions(+), 34 deletions(-) diff --git a/frontend/src/routes/briefwechsel/ConversationTimeline.svelte b/frontend/src/routes/briefwechsel/ConversationTimeline.svelte index 31b45467..68d6a799 100644 --- a/frontend/src/routes/briefwechsel/ConversationTimeline.svelte +++ b/frontend/src/routes/briefwechsel/ConversationTimeline.svelte @@ -1,6 +1,7 @@ {#if isBilateral && documents.length > 0} - + {/if}