feat(conversations): swap button, year dividers, summary bar, new-doc link #43
@@ -225,17 +225,19 @@ const enrichedDocuments = $derived(
|
|||||||
{data.documents.length}
|
{data.documents.length}
|
||||||
</p>
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
<a
|
{#if data.canWrite}
|
||||||
data-testid="conv-new-doc-link"
|
<a
|
||||||
href="/documents/new?senderId={senderId}&receiverId={receiverId}"
|
data-testid="conv-new-doc-link"
|
||||||
class="inline-flex items-center gap-1 text-sm font-medium text-brand-navy/60 transition-colors hover:text-brand-navy"
|
href="/documents/new?senderId={senderId}&receiverId={receiverId}"
|
||||||
>
|
class="inline-flex items-center gap-1 text-sm font-medium text-brand-navy/60 transition-colors hover:text-brand-navy"
|
||||||
<svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
>
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4"
|
<svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
></path>
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4"
|
||||||
</svg>
|
></path>
|
||||||
{m.conv_new_doc_link()}
|
</svg>
|
||||||
</a>
|
{m.conv_new_doc_link()}
|
||||||
|
</a>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- CHAT CONTAINER -->
|
<!-- CHAT CONTAINER -->
|
||||||
|
|||||||
Reference in New Issue
Block a user