YACS-RCOS / yacs-admin

Admin panel for YACS
MIT License
3 stars 5 forks source link

Create loading animation #133

Open kburk1997 opened 6 years ago

kburk1997 commented 6 years ago

Since the data is being fetched asynchronously, the user should know when the data is loading. Focus on the frontend for now, we can worry about integrating this with middleware later

kburk1997 commented 6 years ago

Looks like we don't have to do this from scratch, we can "borrow" something from font awesome and add some CSS to animate it. Right now we don't have a big enough local dataset so we can simulate asynchronous loading while developing this feature