You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently fetching all of a user's GitHub repositories and their directories before they load the GitHub settings page.
This leads to a lot of combinations, forcing us to cap the search depth to 2 directories per repository.
A more efficient strategy would be to only fetch repos server side and then only fetch the selected repos directories when the select dropdown is clicked/opened. Alternatively fetch repos client side too.
The text was updated successfully, but these errors were encountered:
gdbroman
changed the title
recursively fetch repos from client side
Recursively fetch repos from client side
Dec 19, 2022
We're currently fetching all of a user's GitHub repositories and their directories before they load the GitHub settings page.
This leads to a lot of combinations, forcing us to cap the search depth to 2 directories per repository.
A more efficient strategy would be to only fetch repos server side and then only fetch the selected repos directories when the select dropdown is clicked/opened. Alternatively fetch repos client side too.
The text was updated successfully, but these errors were encountered: