thescientist13 / git-explorer

Offline-first support for previewing and comparing branches in a local git repository.
MIT License
16 stars 5 forks source link

add a loading indicator when fetching new data #31

Open thescientist13 opened 3 years ago

thescientist13 commented 3 years ago

Type of Change

Summary

While the request is being made to the Express server, as it can take a couple of second, it might be good to add a loading indicator.

Details

Something simple, show it on request start, hide it on request end.