-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: improve CreateWalletDialog look #7039
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
Conversation
|
WalkthroughThe PR changes the Create Wallet dialog UI and styling and adjusts toggle behavior. The dialog now enforces a fixed size. The advanced options toggle was converted from an icon/arrow to a text toggle ("Show Advanced Options" / "Hide Advanced Options") and its placement was moved into a new horizontal layout alongside the dialog button box. Theme CSS was reorganized: CreateWalletDialog rules were consolidated into general.css and button selectors were added/adjusted across dark and light theme files. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ 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). (9)
🔇 Additional comments (2)
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 |
src/qt/forms/createwalletdialog.ui
Outdated
| <bool>true</bool> | ||
| </property> | ||
| <property name="focusPolicy"> | ||
| <enum>Qt::NoFocus</enum> |
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.
should remove this one. Otherwise can't get to this button with 'Tab', it requires mouse to press it.
knst
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.
ACK c34bd8b
thephez
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.
Lightly-tested ACK c34bd8b
|
This pull request has conflicts, please rebase. |


Issue being fixed or feature implemented
Should look like this now
I also dropped some redundant styling while at it. And the dialog should now also shrink to its original size when advanced options are hidden.
What was done?
See commits
How Has This Been Tested?
Run, check the dialog with dark/light theme while switching os themes too.
Breaking Changes
n/a
Checklist: