Improve performance of Create Issue modal repository selector #669
Labels
Difficulty/1:Easy
Easy ticket
Good First Issue
Suitable for first-time contributors
Help Wanted
Community help wanted
Tech/Go
Tech/ReactJS
Tech/TypeScript
Type/Enhancement
New feature or improvement of existing feature
We are loading lots of repositories for the repo selector. In my case it loads 419 repos. This is all done without server-side autocompletion, so the repos are all fetched at once. This operation takes a while and leaves the user with no feedback on what's happening.
I'm thinking we can have an org selector at the top to narrow down the repositories we search for. This same change can be done to the Attach Comment to Issue modal.
The text was updated successfully, but these errors were encountered: