Open
Description
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.