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