Skip to content
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

[Dialog, AlertDialog] Fix the nesting of different dialogs #1167

Merged
merged 7 commits into from
Dec 19, 2024

Conversation

mnajdova
Copy link
Member

@mnajdova mnajdova commented Dec 18, 2024

Fixes #1165

The idea is to use common context between all dialog components. I extracted only the common things inside this context.

@mnajdova mnajdova added component: alert dialog This is the name of the generic UI component, not the React module! component: dialog This is the name of the generic UI component, not the React module! labels Dec 18, 2024
@mui-bot
Copy link

mui-bot commented Dec 18, 2024

Netlify deploy preview

https://deploy-preview-1167--base-ui.netlify.app/

Generated by 🚫 dangerJS against 176dffa

@colmtuite colmtuite requested a review from vladmoroz December 18, 2024 15:54
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
@mnajdova mnajdova marked this pull request as ready for review December 18, 2024 16:07
@mnajdova mnajdova merged commit 178a7e3 into mui:master Dec 19, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: alert dialog This is the name of the generic UI component, not the React module! component: dialog This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dialog] Nested alert dialogs aren't recognised as nested dialogs and vice versa
3 participants