Skip to content

[Accessibility] Add 'Loading' state announcement when FFmpeg engine loads #168

@magic-peach

Description

@magic-peach

Overview

When the FFmpeg engine is loading, announce this to screen reader users so they know to wait and the app hasn't frozen.

Implementation

<div role="status" aria-live="polite" className="sr-only">
  {status === 'loading-engine' && 'Loading video processing engine, please wait...'}
</div>

Acceptance Criteria

  • 'Loading engine' announced to screen reader
  • When complete, 'Export started' announced
  • Uses polite live region (doesn't interrupt)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions