Editing an issue is slow
We're guessing it's because we load the "Move" drop-down synchronously, and loading all those projects takes a long time.
Loading it asynchronously isn't really ideal either, since that still takes the same amount of time, just later. Maybe we can make it an autocomplete where the user has to type at least part of the project name?