-
Notifications
You must be signed in to change notification settings - Fork 319
fix(dialog-box): dialog pop-up mask layer animation is not working (#… #3637
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
base: dev
Are you sure you want to change the base?
Conversation
WalkthroughThe changes update dialog box styling and behavior by introducing new conditional animations and modal background effects in the LESS stylesheet, and adjusting the Vue component to apply a Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DialogComponent
participant DialogStyles
User->>DialogComponent: Open dialog (modal = true/false)
DialogComponent->>DialogStyles: Apply class 'tiny-dialog-box__wrapper'
alt modal = true
DialogComponent->>DialogStyles: Add class 'has-modal'
DialogStyles->>DialogComponent: Apply modal background and animations
else modal = false
DialogComponent->>DialogStyles: Do not add 'has-modal'
DialogStyles->>DialogComponent: No modal background
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (10)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
可能的问题
|
Possible problems
|
Can somebody review ? |
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #3636
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Possible problems
Summary by CodeRabbit
New Features
Style