compumike08 / GitHub_Status_API_GUI

GUI tool to interact with GitHub Status API
MIT License
0 stars 0 forks source link

Bug with loading commit statuses page after first load #39

Open compumike08 opened 7 years ago

compumike08 commented 7 years ago

After loading the commit statuses page once, the next time the page is visited for a different commit, the statuses for the previous commit show for a brief instant until the statuses for the current commit are loaded.

The correct behavior should be that the "Loading..." element should be what is displayed while the current commit's statuses are loading.