hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
161 stars 37 forks source link

Navbar progress semantics #187

Closed AnnaGolmakova closed 6 months ago

AnnaGolmakova commented 6 months ago

Fixes #86

Added role=progressbar and aria-label for loading indicator in navigation

Motivation

To help with accessibility

Checklist

ai commented 6 months ago

Now there is only code style error from ESLint.

To fix it, just call:

pnpm eslint --fix .

It will fix all ESLint warnings (which is possible to fix automatically).

ai commented 6 months ago

Thanks! Now our a11y was improved!