Skip to content

fix(app): loading overlay dots announced by screen readers #2531

Description

Description

The animated dot animation ('.'.repeat(periods)) is inside a full-screen loading blocker with no aria-hidden attribute. Screen readers will announce each period change as the animation progresses, creating a noisy experience. Additionally, the loading indicator lacks role="status" or aria-live="polite" so assistive technology never announces the loading state at all.

Severity: medium
File: packages/app/src/AuthLoadingBlocker.tsx

Expected Behavior

The code should handle this case properly to avoid unexpected errors or degraded quality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions