-
Notifications
You must be signed in to change notification settings - Fork 564
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
Overlay: Add proper roles w/ keyboard expectations to stories #5175
Conversation
|
size-limit report 📦
|
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.
Looking good!
One question: For the positioned overlays story, I have to hit esc
twice to get one of the overlays to close, is this intended? In prod I see we only have to click it once.
I also noticed the default story is not showing up neither here nor in prod, do you know what that's about? I can open a separate issue for that
Everything else looks good to me!
Good catch, this seems to be because we're using an IconButton here with As for the default story, I believe it's because we only have a |
Ahh I didn't notice the first Opened issue for default story: #5183 |
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.
🚀
We utilize
Overlay
in many different ways. Our stories forOverlay
largely represent a modal dialog pattern. This PR aims to add proper roles with the proper keyboard expectations for those roles to each story.Changelog
Changed
Overlay
storiesRollout strategy
Testing & Reviewing
Merge checklist