-
Notifications
You must be signed in to change notification settings - Fork 4
Fix a few issues with modals #1596
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
VilppeRiskidev
commented
Oct 30, 2025
- Stop auto-focusing the close button to prevent displaying the tooltip by default when a modal is opened.
- Add missing padding to login modal
- Add max. length to service account nickname input field
* Stop auto-focusing the close button to prevent displaying the tooltip by default when a modal is opened. * Add missing padding to login modal * Add max. length to service account nickname input field
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1596 +/- ##
=========================================
- Coverage 9.88% 9.88% -0.01%
=========================================
Files 308 308
Lines 22502 22512 +10
Branches 404 404
=========================================
Hits 2225 2225
- Misses 20277 20287 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WalkthroughThis PR introduces styling adjustments and UX improvements across multiple components. It adds padding to the navigation login container, defines new CSS classes for a nickname input field with a max-length indicator, enforces a 32-character client-side limit on the nickname input with corresponding helper text in the ServiceAccounts form, and modifies Modal focus behavior to move focus to the modal content container instead of the first default focusable element. Possibly related PRs
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)
⏰ 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). (1)
🔇 Additional comments (4)
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 |