-
Notifications
You must be signed in to change notification settings - Fork 897
refactor: Improve roles UI #5576
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
Conversation
BrunoQuaresma
commented
Jan 4, 2023
Adding tests to the next commit. |
Co-authored-by: Ben Potter <[email protected]>
Fixes #4304 |
"editUserRolesTooltip": "Edit user roles", | ||
"fieldSetRolesTooltip": "Available roles", | ||
"roleDescription": { | ||
"owner": "Owner can manage all resources, including users and their permissions", |
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.
I tried a screen reader and it read both the title and the description, so each role name was said twice in a row. Maybe start the descriptions with "Can."
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.
I saw that right after clicking on merge 🤦♂️ I think this is a good suggestion.
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.
Looks great!