feat(conversations): swap button, year dividers, summary bar, new-doc link #43
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user