From d436597db9136527728f11307dc0465a3df2955c Mon Sep 17 00:00:00 2001 From: stroblme Date: Fri, 28 Aug 2026 15:38:25 +0200 Subject: [PATCH] Announce the pending screen once, not twice The loader carries its own role="status" and label, so the around it was a second live region saying the same word. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01K1moruzue2kTJd3uVisgNk --- frontend/src/components/Common/Loading.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Common/Loading.tsx b/frontend/src/components/Common/Loading.tsx index 45bf845..f3294be 100644 --- a/frontend/src/components/Common/Loading.tsx +++ b/frontend/src/components/Common/Loading.tsx @@ -10,12 +10,11 @@ import { FluksioLoader } from "@/components/ui/fluksio-loader" */ export function PageLoading() { return ( - - + ) }