You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Hi guys! I'm working on making the "refresh" button on the app really nice. I can't figure out how to add a class to the element when it's syncing (currently when it shows "refreshing..."). Can someone tell me how to do that? I tried some stuff but I don't know how it really works, so I'm coming up blank.
Thanks y'all!
The text was updated successfully, but these errors were encountered:
Hi guys! I'm working on making the "refresh" button on the app really
nice. I can't figure out how to add a class to the element when it's
syncing (currently when it shows "refreshing..."). Can someone tell me how
to do that? I tried some stuff but I don't know how it really works, so I'm
coming up blank.
Thanks y'all!
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/25
.
Go to index.html, find statsCtrl, and change the button to a div with a class="{{refreshing}}". Change the refreshing function to return refreshed or refreshing.
Hi guys! I'm working on making the "refresh" button on the app really nice. I can't figure out how to add a class to the element when it's syncing (currently when it shows "refreshing..."). Can someone tell me how to do that? I tried some stuff but I don't know how it really works, so I'm coming up blank.
Thanks y'all!
The text was updated successfully, but these errors were encountered: