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