CodethinkLabs / software-dependency-visualizer

Prototype software dependency visualizer tool
Apache License 2.0
0 stars 1 forks source link

Loading animation #38

Open jmacarthur opened 8 years ago

jmacarthur commented 8 years ago

Since it takes a long time to load data for a package into the browser, we should add a loading animation or some other way to indicate that a process is running.

palvarez89 commented 8 years ago

This was included in https://github.com/CodethinkLabs/software-dependency-visualizer/commit/d577c22558c89933b4824c6b00bed07bf7a8e420, but it can still be improved.

jmacarthur commented 8 years ago

There's still a couple of changes I'd like to make - it stops a bit before the actual graph appears, which I think could be improved. Loading times are likely to be much quicker if we implement a cache.