From aa127de9bd01dc8516359f20da9ce2a3651b0c26 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 20 Mar 2026 16:29:11 +0100 Subject: [PATCH] refactor(conversations): move swap button between person input fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On desktop the button sits between the two typeaheads as an icon-only button (icon rotated 90° to point left/right) aligned to the input baseline. On mobile it renders full-width with the label text between the stacked fields. Co-Authored-By: Claude Sonnet 4.6 --- .../src/routes/conversations/+page.svelte | 48 ++++++++++--------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/frontend/src/routes/conversations/+page.svelte b/frontend/src/routes/conversations/+page.svelte index 787a44f5..436667ec 100644 --- a/frontend/src/routes/conversations/+page.svelte +++ b/frontend/src/routes/conversations/+page.svelte @@ -76,7 +76,7 @@ const enrichedDocuments = $derived(
-
+
+ +
+ +
+
- {#if senderId && receiverId} -
- -
- {/if} -