humanitiesplusdesign / palladio

An application that brings humanities research methods to data visualization.
BSD 3-Clause "New" or "Revised" License
170 stars 31 forks source link

Need a progress indicator #76

Closed esjewett closed 8 years ago

esjewett commented 8 years ago

Maybe a circle or something around the "P" that can pulse?

cncoleman commented 8 years ago

Can we use css animation rather than animated gif? Like this: http://www.jasonkenison.com/2014/09/63/Death-of-the-loading-gif

esjewett commented 8 years ago

@cncoleman Ah, of course! Completely slipped my mind that this was a possibility.

esjewett commented 8 years ago

This update is probably enough to fix this particular issue. Should do more work around promise-ifying the UI and displaying a spinner during Crossfilter operations (dimension/group creation, filtering). Will create a new issue for that.