-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor: move MnemonicVerificationDialog css, drop excessive styling #7040
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: develop
Are you sure you want to change the base?
Conversation
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
WalkthroughThe pull request updates MnemonicVerificationDialog CSS across three files. In src/qt/res/css/dark.css and src/qt/res/css/light.css a compact MnemonicVerificationDialog block was added (setting QScrollArea#mnemonicScroll border-color and QWidget#mnemonicGridWidget background-color) and a prior, more verbose theme-specific MnemonicVerificationDialog block was removed. In src/qt/res/css/general.css the MnemonicVerificationDialog rules were relocated from a "Layout" subsection into a top-level MnemonicVerificationDialog block without changing selectors or properties. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between 25e17105c4e6823787329f799fece6de6ec0b3fe and 85ae34a. 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (2)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
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. Comment |
|
This pull request has conflicts, please rebase. |
33a36b3 to
25e1710
Compare
|
This pull request has conflicts, please rebase. |
25e1710 to
85ae34a
Compare
PastaPastaPasta
left a comment
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.
utACK 85ae34a
|
Not sure if it's related to this PR, but I sometimes (not always) get segfaults when switching between themes. Happened at least once going Dark->Light and also Light->Dark (shown below). |
Issue being fixed or feature implemented
Move it to the right place, also clean it a bit while at it.
What was done?
How Has This Been Tested?
Run, check the dialog with dark/light theme while switching os themes too. Should be no visible changes.
Breaking Changes
n/a
Checklist: