feat: Remove the Briefwechsel view; retarget its links to document search (#716) #721
@@ -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
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user