-
Notifications
You must be signed in to change notification settings - Fork 4
Disband team form validation #1649
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: master
Are you sure you want to change the base?
Conversation
Also allow submitting the form with enter key press on the text input as this is the expected behaviour on web forms. I considered trying to implement the functionality using strongForm's refiner and onRefinerError methods but that seemed like more trouble than it's worth, especially given that the strongForm doesn't have internal "is disabled" state currently.
The links assume they have access to a community id, which they don't when the user is browsing team settings page. We probably wouldn't want to link to team's package listing page from here anyway, but rather the team profile page, which doesn't exist yet. Either way, I don't see the links being very important in those modals anyway. Someone about to leave or disband the team probably doesn't care to check the team's profile one last time?
WalkthroughThis change modifies team settings forms by refactoring CSS class names and adjusting form styling rules. The Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ 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 (2)
⏰ 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). (2)
🔇 Additional comments (7)
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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1649 +/- ##
==========================================
- Coverage 10.82% 10.82% -0.01%
==========================================
Files 315 315
Lines 22681 22683 +2
Branches 463 463
==========================================
Hits 2455 2455
- Misses 20226 20228 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.