Open MGriffith37 opened 6 years ago
@MGriffith37 Sounds good. Do you have a size estimate? Also, remember to tag this account so we get notified of your suggested issue, thanks!
@softeng-701 I would estimate this to be a medium issue. There are javascript libraries out there for progress bars (E.g. https://loading.io/progress/) so introducing one into the VisualGit application wouldn't be too difficult. However synchronising the visual bar progress with the actual git cloning progress would prove more difficult. as that state is not readily available. Thanks!
Currently, when cloning a new repo there is no indication of the progress. In addition, when cloning larger repos, I've often questioned whether the program has frozen and been stuck on the page displayed above.
I propose adding a loading bar to the Info modal displaying the current progress of the repo cloning as seen in the mockup below
This gives the user a clearer estimate on how much time to completion and reduces ambiguity into whether the program has suspended.