Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various accessibility fixes. #2699

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Various accessibility fixes. #2699

wants to merge 5 commits into from

Commits on Aug 16, 2021

  1. Various accessibility fixes.

    * Add `aria-label` to `Icon`
    * Set `tabIndex`, `role` and `aria-label` on `Button` and `IconButton`
    * Set `role` and `tabIndex` on `Link`
    * Label bunches of unlabeled icon-only buttons.
    * Make login screen keyboard-navigable.
    * Make app logo keyboard-accessible.
    * Add `alt` attribute to `SmartImage` and set on cover images
    * Add navigation role to sidebar.
    ndarilek committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f2fd09f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    0dfc6d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e59c55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a41d8c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    2462e83 View commit details
    Browse the repository at this point in the history