-
Notifications
You must be signed in to change notification settings - Fork 5
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
refactor(overlays)!: Simplify usage introducing anchor property and new Design #1661
Conversation
✅ Deploy Preview for beta-fondue-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Not sure if this is intentional, but when the Dialog
is open
it opens to what ever the last state it was in.
E.g if there is a Select
menu as a child
of the Dialog
. On initial open it is closed ~> then the Select
is opened ~> then the Dialog
is closed while the Select
is open ~> when the Dialog
is re-opened the Select
menu is open.
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.
Tree related file looks good and works as expected
Updated @ryancarville |
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.
LGTM 👍
Lead time: 70 days, 4 hours, 19 minutes, 43 seconds (1684.33 total hours) from first commit to close.
|
🎉 This PR is included in version 12.0.0-beta.399 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Definition of Done
User interface and experience have been verified by a designer
I have added thorough Cypress tests (All properties and interactions have been tested).
Cross-browser compatibility - The component look consistent in the latest version of Chrome, Safari, Firefox and Edge.
I've added documentation in Storybook. all properties are reflected in table and controls.
User interface is compliant with WCAG 2.1 AA. Ensure these items are fulfilled:
As This PR is already quite big, the following tasks will be tackled in another PR: