rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.94k stars 478 forks source link

Improve the accessibility score of rowy.io webapp #1449

Open janvi01 opened 10 months ago

janvi01 commented 10 months ago

Describe the bug Currently, the lighthouse accessibility score of rowy.io is not 100% due to links not having discernible text.

To Reproduce Steps to reproduce the behavior:

  1. Go to rowy.io
  2. Go to Chrome dev tools or https://pagespeed.web.dev/ to measure the Lighthouse report.

Expected behavior The accessibility score can be improved by adding an aria-label to anchor tags containing links.

Screenshots

Screenshot 2023-10-26 at 5 09 08 PM
janvi01 commented 10 months ago

@harinij Please take a look, I would like to work on it.