From e7afed5ac379e1dae1665f7b2806d5071cccc6c8 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 24 Apr 2026 21:22:49 +0200 Subject: [PATCH] fix(bulk-upload): add aria-label to progress bar in UploadSaveBar had no accessible name, failing WCAG 1.3.1 and 4.1.2. Labels it with the already-existing bulk_upload_progress i18n key. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/document/UploadSaveBar.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/components/document/UploadSaveBar.svelte b/frontend/src/lib/components/document/UploadSaveBar.svelte index 06b85d99..7b53f602 100644 --- a/frontend/src/lib/components/document/UploadSaveBar.svelte +++ b/frontend/src/lib/components/document/UploadSaveBar.svelte @@ -19,6 +19,7 @@ let { {/if}