As a user I want to see a summary header above the conversation so I know the scope before reading #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
Once both persons are selected the conversation loads immediately, but there is no at-a-glance summary. The user has to scroll to the bottom to count documents or find the date range.
Desired behaviour
A compact info bar between the filter panel and the conversation list showing:
14 Dokumente)1921 – 1947), omitted if no documents have datesImplementation notes
Frontend only. Both values are fully computable from
data.documentsusing$derived. Reuse the existingformatDate-adjacent patterns — extract year withdoc.documentDate?.substring(0, 4).Style: same visual weight as section subheadings elsewhere —
text-xs font-sans uppercase tracking-widest text-gray-400, inline with a·separator.