From 79698f8eb2918bbbc544a38677e85620baa478e7 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 14 May 2026 16:00:19 +0200 Subject: [PATCH] fix(invites): add role="alert" to groups-load-error banner Screen readers now announce the amber warning when it appears after the form expands, without requiring the user to navigate to it. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/admin/invites/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/routes/admin/invites/+page.svelte b/frontend/src/routes/admin/invites/+page.svelte index 9ff2efa4..bd4c8f3e 100644 --- a/frontend/src/routes/admin/invites/+page.svelte +++ b/frontend/src/routes/admin/invites/+page.svelte @@ -262,6 +262,7 @@ function statusIcon(status: string) {

{#if data.groupsLoadError}