feat(onboarding): add maintainer queue settings panel (fixes #679) - #746
feat(onboarding): add maintainer queue settings panel (fixes #679)#746Diwakar-odds wants to merge 2 commits into
Conversation
|
@Diwakar-odds is attempting to deploy a commit to the codersogs-3057's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi maintainers, could I please get a review on this PR? ECSoC26 Label Request:
Could you please add the |
|
@Diwakar-odds the CI check is failing |
|
@Diwakar-odds the ci checks are failing are u still active to respond |
|
I have fixed the TypeScript error by casting the parsed integer to the expected literal type. |
|
@Diwakar-odds thanks... |
|
This PR has had no activity for 7 days. Are you still working on it? If so, please push an update or leave a comment. Otherwise it will be labeled |
Summary
Adds the Queue Settings UI panel for the maintainer onboarding page, completing the second half of step 2.
Type of Change
Related Issue
Closes #679
What was changed?
<QueueSettings />client component to render the three core queue controls: Minimum Contributor Level, AI-Generated PR Detection, and Auto-Assign Mentor Chain.maintainerserver actions.page.tsxinsrc/app/onboarding/reposto fetchgetInstallationSettingsand display both theRepoPickerandQueueSettingsside-by-side using a responsive grid/flex layout.max-w-2xlfrom theRepoPickerso it dynamically fits the two-column layout.Screenshots
N/A
Checklist
npm run dev)