Skip to content

feat: add full-featured repo configuration modal and extract RepoConfigForm#474

Draft
matt2e wants to merge 5 commits intomainfrom
full-featured-add-repo
Draft

feat: add full-featured repo configuration modal and extract RepoConfigForm#474
matt2e wants to merge 5 commits intomainfrom
full-featured-add-repo

Conversation

@matt2e
Copy link
Contributor

@matt2e matt2e commented Mar 25, 2026

Summary

  • Extract shared RepoConfigForm component from NewProjectForm to enable reuse across project creation and repo addition flows
  • Create AddRepoModal with full repo configuration (branch, path filters, file size limit) for adding repos to existing projects
  • Replace the GitHubRepoPicker dropdown in ProjectSection with the new AddRepoModal
  • Remove the now-unused GitHubRepoPicker component

Test plan

  • Verify creating a new project still works correctly with the extracted RepoConfigForm
  • Verify adding a repo to an existing project opens the AddRepoModal with all configuration options
  • Verify repo search, selection, and configuration fields work in both flows
  • Verify the removed GitHubRepoPicker is no longer referenced anywhere

🤖 Generated with Claude Code

matt2e and others added 5 commits March 25, 2026 16:54
Extracts repo search, selected repo display, recent repos list, subpath
input, and branch/PR picker into a reusable RepoConfigForm component.
Also adds excludeRepos filtering support to RepoSearchInput.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ProjectSection

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
No remaining consumers after ProjectSection was updated to use AddRepoModal.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant