Announce the pending screen once, not twice
Docs / docs (push) Successful in 22s
Playwright Tests / test-playwright (1, 2) (push) Successful in 3m14s
Playwright Tests / test-playwright (2, 2) (push) Successful in 1m41s
pre-commit / pre-commit (push) Failing after 2m29s
Test Backend / test-backend (push) Successful in 2m33s
Compose Smoke Test / test-compose (push) Successful in 37s
Playwright Tests / merge-reports (push) Successful in 1m8s
Docs / docs (push) Successful in 22s
Playwright Tests / test-playwright (1, 2) (push) Successful in 3m14s
Playwright Tests / test-playwright (2, 2) (push) Successful in 1m41s
pre-commit / pre-commit (push) Failing after 2m29s
Test Backend / test-backend (push) Successful in 2m33s
Compose Smoke Test / test-compose (push) Successful in 37s
Playwright Tests / merge-reports (push) Successful in 1m8s
The loader carries its own role="status" and label, so the <output> around it was a second live region saying the same word. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01K1moruzue2kTJd3uVisgNk
This commit is contained in:
@@ -10,12 +10,11 @@ import { FluksioLoader } from "@/components/ui/fluksio-loader"
|
|||||||
*/
|
*/
|
||||||
export function PageLoading() {
|
export function PageLoading() {
|
||||||
return (
|
return (
|
||||||
<output
|
<div
|
||||||
aria-label="Loading"
|
|
||||||
data-testid="page-loading"
|
data-testid="page-loading"
|
||||||
className="flex min-h-64 items-center justify-center"
|
className="flex min-h-64 items-center justify-center"
|
||||||
>
|
>
|
||||||
<FluksioLoader className="size-6 text-muted-foreground" />
|
<FluksioLoader className="size-6 text-muted-foreground" />
|
||||||
</output>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user