Skip to content
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

feat(frontend): enhance GitHub repo picker with search and sorting #5783

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

rbren
Copy link
Collaborator

@rbren rbren commented Dec 24, 2024

This PR enhances the GitHub repository picker with the following features:

  • Add GitHub API search for public repos when user enters a query
  • Show stargazer count for searched repos
  • Keep repos sorted by pushed_at (most recent first)
  • Place searched repo at the top of the picker

To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:89adac2-nikolaik   --name openhands-app-89adac2   docker.all-hands.dev/all-hands-ai/openhands:89adac2

@rbren rbren marked this pull request as draft December 24, 2024 13:26
@rbren rbren marked this pull request as ready for review December 24, 2024 14:13
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.

2 participants