-
Notifications
You must be signed in to change notification settings - Fork 887
feat: improve custom roles create/edit page #14456
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
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.
🥂
}), | ||
actionItem: { | ||
display: "grid", | ||
gridTemplateColumns: "270px 3fr", |
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.
ultra nit: this could be 1fr
since there aren't any other columns taking fractions
Minor design considerations: Screen.Recording.2024-08-28.at.09.40.48.mp4 |
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 noticed the tests for some of the points you mentioned in the PR description are missing. Could you add those?
I could add a storybook for the indeterminate state of the parent checkbox. What other types of tests are you thinking of? |
@BrunoQuaresma I added 2 additional stories for now, there is definitely a learning curve for figuring out the best way to query all the elements needed for the tests. |
Resolves #14311