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

improvement: improve a11y #4133

Merged
merged 4 commits into from
Oct 21, 2024
Merged

improvement: improve a11y #4133

merged 4 commits into from
Oct 21, 2024

Conversation

WofWca
Copy link
Collaborator

@WofWca WofWca commented Sep 14, 2024

I plan on working on accessibility (a11y) more, but generally this can be merged at any point.

Recommended review commit by commit.

Copy link
Contributor

@nicodh nicodh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed and rebased this PR. Good improvements!

Everything looks fine, only he type error needs to be fixed:
Error: packages/frontend check:types: src/components/AccountListSidebar/AccountItem.tsx(199,7): error TS2322: Type 'RefObject<HTMLDivElement>' is not assignable to type
but the ref is passed through, so it refers to a Div Element and on a Button Element....

Not adding one for the "Settings" button because I'm lazy +
it's already available in the "File" menu as an "accelerator".
@WofWca
Copy link
Collaborator Author

WofWca commented Oct 12, 2024

Fixed the error, added a changelog entry and rebased.

@WofWca WofWca mentioned this pull request Oct 19, 2024
1 task
@WofWca WofWca merged commit 3f9d826 into main Oct 21, 2024
10 checks passed
@WofWca WofWca deleted the wofwca/a11y branch October 21, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility ui/ux UI/UX related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants