-
Notifications
You must be signed in to change notification settings - Fork 27
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
Make log levels button keyboard focusable and activable #887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, sorry for a long delay!
Everthing seems fine and working, I left some comments here
Please also rebase and recompile the files, they have confilcts with master branch
5689e15
to
78ec405
Compare
/compile amend |
78ec405
to
5c53387
Compare
92a81f5
to
93cb343
Compare
Thanks @Antreesy resolved the mentioned issues, and manual compiled (before seeing you did the compile command already) |
/compile amend |
Looks like runner doesn't like manual build, let's try the command again: |
93cb343
to
d3d3eed
Compare
src/Components/LogTable.css.d.ts
Outdated
highlight: string; | ||
level: string; | ||
level_1: string; | ||
level_2: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check that also: property 'focus-within' or 'focus-visible' was removed, but file still has changes due to indent (tabs or spaces?)
d3d3eed
to
b56edf7
Compare
|
/compile amend |
b56edf7
to
fcccb50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from one comment, cool!
87af507
to
d40a797
Compare
/compile amend |
d40a797
to
e2f07d7
Compare
e2f07d7
to
dbb3feb
Compare
/compile amend |
Improves accessibility by activating focus visible and making the log level button trigger-able from the keyboard as well. Since both the text and the icons trigger the same action, both of them were wrapped in a button to make this easier. Resolves: nextcloud/server#36985 Signed-off-by: fenn-cs <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
dbb3feb
to
41813ea
Compare
Improves accessibility by activating focus visible and making the log level button trigger-able from the keyboard as well.
Since both the text and the icons trigger the same action, both of them were wrapped in a button to make this easier.
Resolves: nextcloud/server#36985
Previews