calcom / synclinear.com

End-to-end sync of Linear and GitHub.

Home Page:https://synclinear.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository dropdown order

marwie opened this issue · comments

Hi, currently its very annoying/hard to select a repository if you have a lot

The order seems random and there's no way to search. I have > 200 repositories and can not find the one I'm looking for

I might try to make a improvement to the code but I'm not very familiar with react anymore

image

Thanks @marwie. Huge if you take this on 💪

ShadCN's Select component offers some nice examples with search.

The GitHub API allows up to 100 results at a time (currently sorted by last-updated), so the hard part imo will be fetching + collecting >100 results.

Happy to review code when ready