-
-
Notifications
You must be signed in to change notification settings - Fork 52.3k
fix: Fix image group preview z index in nested modal #46035
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
fix: Fix image group preview z index in nested modal #46035
Conversation
… Settings did not meet expectations
… Settings did not meet expectations
… Settings did not meet expectations
|
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 8db8cd8:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #46035 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 700 700
Lines 11855 11908 +53
Branches 3160 3180 +20
=========================================
+ Hits 11855 11908 +53 ☔ View full report in Codecov by Sentry. |
Same Problem when a notification has a tooltip in message content. |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #46034
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖[deprecated] Generated by Copilot at 0b7ff02
This pull request adds a new feature to the
Image.PreviewGroup
component that allows users to customize the z-index of the modal that shows the image preview group. It also adds a new demo example of using theImage.PreviewGroup
component nested in a modal, and updates the documentation and tests accordingly.🔍 Walkthrough
🤖[deprecated] Generated by Copilot at 0b7ff02
Image.PreviewGroup
component to support previewing multiple images in a group with a modal (link, link, link, link, link, link)useZIndex
hook to get the z-index value for theImage.PreviewGroup
component and pass it to theModal
component (link, link, link)useZIndex
hook with theImage.PreviewGroup
component in theuseZIndex.test.tsx
file (link, link, link)Image.PreviewGroup
component nested in a modal in theimage/demo
folder and the documentation files (link, link, link, link)