bergerjac / gitextensions

This fork of GitExtensions is primarily focused on creating an interactive view of git's common objects.
http://code.google.com/p/gitextensions
GNU General Public License v3.0
1 stars 0 forks source link

Loading Indicator #26

Open bergerjac opened 11 years ago

bergerjac commented 11 years ago

Because RepoObjectsTree loads async, remotes node is loading noticeably later than branches and stashes. It leaves the user guessing about whether remotes is actually loading or threw an exception.

There should be some kind of loading indicator (until the Tasks have completed)... probably an icon in the RepoObjectsTree header area.