Skip to content

feat: enhance repository picker with search and quick selection#660

Open
himanshhhhuv wants to merge 3 commits into
dohooo:mainfrom
himanshhhhuv:feature/repo-picker-enhancements
Open

feat: enhance repository picker with search and quick selection#660
himanshhhhuv wants to merge 3 commits into
dohooo:mainfrom
himanshhhhuv:feature/repo-picker-enhancements

Conversation

@himanshhhhuv

Copy link
Copy Markdown
Contributor

Replaces the simple dropdown repository picker with a Command-based picker that supports:

  • Search functionality: Type to filter repositories by folder name or remote URL (e.g., "dohooo/helmor")

  • Full repository names: Display owner/repo format extracted from remote URLs alongside folder names for better identification

  • Numerical shortcuts: Press 1-9 to instantly select from the first nine repositories, speeding up navigation for power users

The new picker follows the existing Command component pattern used in branch picker and quick switch, maintaining UI consistency across the application.

Closes #627

Replaces the simple dropdown repository picker with a Command-based
picker that supports:

- Search functionality: Type to filter repositories by folder name
  or remote URL (e.g., "dohooo/helmor")

- Full repository names: Display owner/repo format extracted from
  remote URLs alongside folder names for better identification

- Numerical shortcuts: Press 1-9 to instantly select from the first
  nine repositories, speeding up navigation for power users

The new picker follows the existing Command component pattern used
in branch picker and quick switch, maintaining UI consistency across
the application.

Closes dohooo#627
@vercel

vercel Bot commented May 24, 2026

Copy link
Copy Markdown

@himanshhhhuv is attempting to deploy a commit to the Caspian's Team Team on Vercel.

A member of the Team first needs to authorize it.

@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Few enhancements to the repo picker

2 participants