-
Notifications
You must be signed in to change notification settings - Fork 149
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
feat: icon button #5020
feat: icon button #5020
Conversation
…ooters, refactor onboarding, ref #4371
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.
Great stuff Fara 👍
c97312b
to
9c511e5
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.
This PR is great but marking as Needs work
to stop it getting merged as I already cherry picked the last two commits into the containers branch, thanks Fara!
Yesterday I made a real rebase mess for myself merging so I'll just picking in the commits until this gets over the line.
716ccaa
to
f25e404
Compare
BRANCHED OFF THE CONTAINER WORK
This PR refactors our current
ActionButton
, which uses the RadixAccessibleIcon
component, into a UI component calledIconButton
to make our buttons using icons consistent and accessible; showing the label is optional. Stories included.Also, addressed the large checkmarks/alignment issues on the
AllowDiagnostics
screen...EDIT: Note, I took the autofocus off the allow diagnostics button bc everyone mentions it like they don't expect it? You can put back if want to keep.