diff --git a/frontend/src/routes/korrespondenz/+page.svelte b/frontend/src/routes/korrespondenz/+page.svelte index 70142ed5..530a7bdf 100644 --- a/frontend/src/routes/korrespondenz/+page.svelte +++ b/frontend/src/routes/korrespondenz/+page.svelte @@ -86,36 +86,39 @@ function selectPerson(id: string) { } - - - - - - - -{#if isSinglePerson} - +
+ + -{/if} + + + + + + {#if isSinglePerson} + + {/if} +
@@ -123,10 +126,10 @@ function selectPerson(id: string) { {:else if data.documents.length === 0}
-

{m.conv_no_results_heading()}

-

{m.conv_no_results_text()}

+

{m.conv_no_results_heading()}

+

{m.conv_no_results_text()}

{:else} -
+
{outCount} von {shortSenderName} → {inCount} von {shortReceiverName} ←
@@ -100,10 +100,10 @@ const newDocUrl = $derived( {#if showYearDivider && year !== null}
- {year} - {countsByYear.get(year) ?? 0} Briefe + {year} + {countsByYear.get(year) ?? 0} Briefe
{/if} @@ -117,7 +117,7 @@ const newDocUrl = $derived( class:border-l-accent={!isOut} >
-
+
{doc.documentDate ? formatDate(doc.documentDate) : '—'} {#if doc.location} · @@ -147,7 +147,7 @@ const newDocUrl = $derived(