-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: [TECH-1541] Replace Material UI Dialog #3460
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.
Hey @eirikhaugstulen,
It looks like there are a few places where the material-ui dialog components are still used. Some example:
- PolygonField.component.js
- DeleteConfirmationDialog.component.js
- ExistingTemplateContents.component.js
- ExistingTemplateDialog.component.js
- NewTemplateContents.component.js
- NewTemplateDialog.component.js
- DownloadDialog.component.js
Can you replace them too? Thank you!
Thanks for the review @simonadomnisoru - I had my filters set up a bit wrong, but it should be good now 👋 |
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 good 🎉 !
🚀 Deployed on https://deploy-preview-3460--dhis2-capture.netlify.app |
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.
Tested successfully on 2.41,2.40.3,2.39.4,2.38.6 versions
🎉 This PR is included in version 100.47.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Tech summary:
Replace Material-UI's Dialog with
@dhis2/ui
's Modal-component.I will add DHIS2-16229 to the lists of tests to follow up on in the wiki.