Block a user
feat(topbar): responsive DocumentTopBar — issue #173
marcel
created branch feat/issue-173-document-topbar in marcel/familienarchiv
2026-04-01 08:44:44 +02:00
feat(ui): implement responsive DocumentTopBar — final spec
👨💻 Felix Brandt — Senior Fullstack Developer
Follow-up discussion resolving open implementation questions raised by the team review.
Resolved
- **
clickOutsideaction —…
fix(a11y): add skip-to-main-content link in layout for keyboard navigation
🚀 Tobias Wendt — DevOps & Platform Engineer
No infrastructure concerns — single-file layout change with no deployment, config, or Docker impact.
The only CI consideration: the Playwright…
fix(security): add Content-Security-Policy headers to SvelteKit responses
🚀 Tobias Wendt — DevOps & Platform Engineer
Questions & Observations
- Caddy can also set security headers at the reverse proxy layer via
headerdirectives. The question is…
fix(ui): replace localStorage panel state restore with SvelteKit snapshot API to eliminate flash on load
🚀 Tobias Wendt — DevOps & Platform Engineer
No infrastructure concerns — pure frontend change, no deployment or config impact.
One build note: the browser guard from $app/environment…
fix(a11y): replace clickable divs with button elements in PdfViewer and AnnotationLayer
🚀 Tobias Wendt — DevOps & Platform Engineer
No infrastructure concerns — this is a frontend component change with no deployment, config, or Docker impact.
One CI note: if axe-playwright is…
refactor(frontend): extract extractErrorCode() helper to eliminate repeated as-unknown-as type assertions
🚀 Tobias Wendt — DevOps & Platform Engineer
No DevOps or infrastructure concerns here — this is a pure frontend TypeScript refactor with no deployment, config, or infrastructure impact.
`np…
fix(security): enforce maximum file upload size limit
🚀 Tobias Wendt — DevOps & Platform Engineer
Questions & Observations
- MinIO and the Spring limit must agree. Spring will reject files over 100 MB at the multipart filter. But if…
fix(security): add rate limiting to login and password-reset endpoints
🚀 Tobias Wendt — DevOps & Platform Engineer
Questions & Observations
server.forward-headers-strategy: frameworkis a deployment requirement. Without it, `HttpServletRequest.getRe…