Block a user
fix(persons): fix person dropdown clipping with fixed positioning and ARIA (#343)
feat(nav): add tooltip and cursor:pointer to notification bell, fix ThemeToggle i18n (#344)
fix(viewer): fix "Annotieren anzeigen" contrast and add lint rule (#341)
feat(viewer): show delete icon directly on transcription annotation (#339)
feat(persons): show merge action inline with danger hint, remove Gefahrenzone collapsible (#342)
feat(search): add direct page-jump control to document search pagination (#340)
bug(viewer): "Annotieren anzeigen" text has insufficient contrast in light mode
Implementation complete — branch
Implementation complete — branch feat/issue-341-annotieren-contrast
What was done
Commit 1: 110da9b8 — `fix(viewer): replace text-accent with text-primary on annotation toggle…
marcel
pushed to feat/issue-341-annotieren-contrast at marcel/familienarchiv
2026-04-26 21:06:00 +02:00
marcel
created branch feat/issue-341-annotieren-contrast in marcel/familienarchiv
2026-04-26 21:05:58 +02:00
bug(persons): person selection dropdown is visually clipped / cut off
Implementation complete — branch
Implementation complete — branch feat/issue-343-person-dropdown-clipping
What was done
Root cause fixed — PersonTypeahead now uses fixed positioning
The dropdown was using…
feat(viewer): show delete icon directly on transcription annotation
Implemented on branch feat/issue-339-delete-icon-on-annotation — commit b13c1093.
Changes (8 files):
AnnotationShape.svelte— trash button (44×44 px, top-right corner, teal on hover)…
marcel
pushed to feat/issue-339-delete-icon-on-annotation at marcel/familienarchiv
2026-04-26 21:01:29 +02:00
marcel
created branch feat/issue-339-delete-icon-on-annotation in marcel/familienarchiv
2026-04-26 21:01:27 +02:00
marcel
pushed to feat/issue-343-person-dropdown-clipping at marcel/familienarchiv
2026-04-26 21:00:49 +02:00
marcel
created branch feat/issue-343-person-dropdown-clipping in marcel/familienarchiv
2026-04-26 21:00:49 +02:00
feat(search): add direct page-jump control to document search pagination
Implementation complete ✅
Branch: feat/issue-340-pagination-page-jump
Commit: 2079840a
What was built
Numbered page-jump buttons (ellipsis pattern: 1 … 4 5 6 … 12) added…
marcel
pushed to feat/issue-340-pagination-page-jump at marcel/familienarchiv
2026-04-26 20:59:20 +02:00
marcel
created branch feat/issue-340-pagination-page-jump in marcel/familienarchiv
2026-04-26 20:59:20 +02:00
feat(transcription): add "Alle als fertig markieren" bulk action to transcription panel
Implementation complete — branch
Implementation complete — branch feat/issue-345-bulk-mark-reviewed
What was done
Backend (PUT /api/documents/{documentId}/transcription-blocks/review-all)
- Added `markAllBlocksR…
marcel
pushed to feat/issue-345-bulk-mark-reviewed at marcel/familienarchiv
2026-04-26 20:54:43 +02:00