feat(conversations): swap button, year dividers, summary bar, new-doc link #43

Merged
marcel merged 11 commits from feat/conversation-page-improvements into main 2026-03-20 21:35:23 +01:00
Showing only changes of commit 76031de8eb - Show all commits

View File

@@ -92,6 +92,7 @@ const enrichedDocuments = $derived(
</div>
<!-- Swap button — icon-only on desktop, full-width with text on mobile -->
{#if senderId && receiverId}
<div class="flex items-end">
<button
data-testid="conv-swap-btn"
@@ -115,6 +116,7 @@ const enrichedDocuments = $derived(
<span class="md:hidden">{m.conv_swap_btn()}</span>
</button>
</div>
{/if}
<!-- Receiver -->
<div