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
Right now, when the day changes, the user must reload. This isn't ideal behavior.
I think the best solution is to have a function run on an interval of, say, a second, that checks whether it's a new day. If it is, stuff updates. Should be pretty easy.
The text was updated successfully, but these errors were encountered:
Right now, when the day changes, the user must reload. This isn't ideal behavior.
I think the best solution is to have a function run on an interval of, say, a second, that checks whether it's a new day. If it is, stuff updates. Should be pretty easy.
The text was updated successfully, but these errors were encountered: