refactor(ui): rename route /korrespondenz → /briefwechsel

Update all internal links (AppNav, CoCorrespondentsList, goto) to the
new URL. No redirect needed — no production URLs exist yet.

Refs: #179

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-06 19:22:22 +02:00
parent a863f8baad
commit a9228d156f
13 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ function initials(name: string): string {
<div class="flex flex-wrap gap-2">
{#each coCorrespondents as c (c.id)}
<a
href="/korrespondenz?senderId={personId}&receiverId={c.id}"
href="/briefwechsel?senderId={personId}&receiverId={c.id}"
title={m.doc_conversation_title()}
class="inline-flex items-center gap-1.5 rounded-full border border-line bg-muted px-3 py-1.5 font-sans text-xs font-bold text-ink transition-colors hover:border-primary hover:bg-surface"
>