discuss icon indicating copy to clipboard operation
discuss copied to clipboard

Add loading animation

Open pmuens opened this issue 9 years ago • 4 comments

Add loading animation when data gets loaded from the backend.

pmuens avatar May 09 '16 16:05 pmuens

What about https://github.com/quickleft/react-loader ? Pure js, no external images, no external css. @pmuens

xndrdev avatar May 10 '16 21:05 xndrdev

Looks good. But maybe we can find a packages which plays nicely with Redux and React (otherwise we have to dispatch loading actions which might be a little bit tedious).

pmuens avatar May 11 '16 02:05 pmuens

What if we just show an CSS animated Spinner instead of the message here: https://github.com/JustServerless/discuss/blob/master/client/src/app/js/components/posts/index.jsx#L94 ?

xndrdev avatar May 16 '16 21:05 xndrdev

Good idea!

pmuens avatar May 17 '16 06:05 pmuens