confluence icon indicating copy to clipboard operation
confluence copied to clipboard

Need some kind of loading indicator

Open foolip opened this issue 8 years ago • 2 comments

The API Catalog view with the default selection of browsers took a few seconds to load after clicking "Expand All". With more browsers one would start to wonder what's happening, so a spinner of some sorts to indicate network activity would be good. And stop it if the fetch fails :)

foolip avatar Sep 18 '17 23:09 foolip

I don't think this issue is related to clicking "Expand All", but rather, just the load time. Right now we have a (mostly correct) progress bar at the top of the table view, but it's rather subtle. We can add a toast after a timeout (at least, for now) and further investigate how to optimize first load time.

mdittmer avatar Sep 18 '17 23:09 mdittmer

Yep, I was confused by the fact that I've always clicked "Expand All" without waiting for the load.

As discussed on chat, what we should have is probably a toast that shows up after 3 seconds of waiting that says "Still working, see issue bla for why it can be slow"

foolip avatar Sep 19 '17 00:09 foolip