Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

feat(accessibility): add `ui.tooltip` to every `ui.input_action_button` to improve accessibility #93

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request adds the ui.tooltip component to every ui.input_action_button in order to improve accessibility(read out the tooltip messaage for users). Additionally, a tooltip has been added to the "Reset" button, allowing users to reset selections and uploaded files. Another tooltip has been added to the "Convert" button, enabling users to convert the selected column to the selected data type.

closes #92