feat(conversations): swap button, year dividers, summary bar, new-doc link #43
@@ -225,6 +225,7 @@ const enrichedDocuments = $derived(
|
||||
{data.documents.length}
|
||||
</p>
|
||||
{/if}
|
||||
{#if data.canWrite}
|
||||
<a
|
||||
data-testid="conv-new-doc-link"
|
||||
href="/documents/new?senderId={senderId}&receiverId={receiverId}"
|
||||
@@ -236,6 +237,7 @@ const enrichedDocuments = $derived(
|
||||
</svg>
|
||||
{m.conv_new_doc_link()}
|
||||
</a>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<!-- CHAT CONTAINER -->
|
||||
|
||||
Reference in New Issue
Block a user