CenterForOpenScience / osf-style

Stylesheet and guidelines for OSF
https://centerforopenscience.github.io/osf-style/
Apache License 2.0
3 stars 26 forks source link

Suggestion: Proper implementation of loading indicators #39

Closed sloria closed 9 years ago

sloria commented 9 years ago

This may be outside the scope of these guides, but it would helpful for devs to know how to properly display a loading indicator for async actions.

caneruguz commented 9 years ago

What do you mean how to? Like how to implement the code? Where to put states and when to remove them etc?

sloria commented 9 years ago

Correct.

caneruguz commented 9 years ago

I don't think this is within the realm of this guide. It's more of a code guide and should be in the Dev Docs I think. I believe we need to separate style and ui how to and helpers from Front end Development coding help; they are undoubtedly very related but the goals of this guide and the common style are quite separate. I think Dev Docs is a better place for that.