feat: Remove the Briefwechsel view; retarget its links to document search (#716) #721

Merged
marcel merged 13 commits from feat/issue-716-remove-briefwechsel into main 2026-06-03 10:26:56 +02:00
4 changed files with 1 additions and 2 deletions
Showing only changes of commit 1b25c96134 - Show all commits

View File

@@ -53,7 +53,6 @@ src/
│ ├── geschichte/ # Geschichte (story) domain: editor + card
│ ├── notification/ # Notification bell + dropdown + store
│ ├── activity/ # Activity feed (Chronik) components
│ ├── conversation/ # Bilateral conversation (Briefwechsel) components
│ ├── ocr/ # OCR progress, training cards, trigger
│ ├── user/ # User profile/password/groups section components
│ ├── shared/ # Cross-domain utilities and primitives

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import ConversationThumbnail from '$lib/conversation/ConversationThumbnail.svelte';
import ConversationThumbnail from '$lib/document/ConversationThumbnail.svelte';
import TagChipList from '$lib/tag/TagChipList.svelte';
import { formatDate } from '$lib/shared/utils/date';
import * as m from '$lib/paraglide/messages.js';