Marcel
1facf9cd60
refactor(documents): extract document form sub-components
Shared (src/lib/components/document/):
- WhoWhenSection.svelte: date/location/sender/receivers; owns date state
- DescriptionSection.svelte: title/archive-loc/tags/summary; owns tag binding
- TranscriptionSection.svelte: transcription textarea
Page-local:
- documents/[id]/edit/FileSectionEdit.svelte: current file + replace input
- documents/[id]/edit/SaveBar.svelte: sticky bar with two-step delete confirm
- documents/new/FileSectionNew.svelte: initial file upload input
documents/[id]/edit drops from 319 → ~40 lines.
documents/new drops from 254 → ~30 lines.
Date handling imported from \$lib/utils/date.
Part of #75
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 12:20:34 +01:00
..
2026-03-15 11:47:58 +01:00
2026-03-26 12:20:34 +01:00
2026-03-24 17:09:26 +01:00
2026-03-19 20:34:40 +01:00
2026-03-26 12:07:46 +01:00
2026-03-20 15:55:42 +01:00
2026-03-26 10:38:30 +01:00
2026-03-15 11:47:58 +01:00
2026-03-17 13:34:05 +00:00
2026-03-26 12:07:46 +01:00