feat(onboarding): add maintainer queue settings panel (fixes #679)#746
Open
Diwakar-odds wants to merge 2 commits into
Open
feat(onboarding): add maintainer queue settings panel (fixes #679)#746Diwakar-odds wants to merge 2 commits into
Diwakar-odds wants to merge 2 commits into
Conversation
Contributor
|
@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. |
Author
|
Hi maintainers, could I please get a review on this PR? ECSoC26 Label Request:
Could you please add the |
Collaborator
|
@Diwakar-odds the CI check is failing |
Collaborator
|
@Diwakar-odds the ci checks are failing are u still active to respond |
Author
|
I have fixed the TypeScript error by casting the parsed integer to the expected literal type. |
Collaborator
|
@Diwakar-odds thanks... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)