Problem
Opening the repo selector and loading the list of branches consistently takes a long time. The delay happens every time, making it slow to pick a branch.
Expected behavior
Branches should load quickly when the repo selector is opened. If they are fetched fresh each time, consider caching the branch list or fetching it in the background so the selector is responsive.
Problem
Opening the repo selector and loading the list of branches consistently takes a long time. The delay happens every time, making it slow to pick a branch.
Expected behavior
Branches should load quickly when the repo selector is opened. If they are fetched fresh each time, consider caching the branch list or fetching it in the background so the selector is responsive.