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
It'd be nice to have an updated activity feed when coming back to an Imbi tab when it's been idle for some time without having to reload the page or navigate away.
Ideally it'd be on a timer or be able to tell when the window becomes active again after some time.
The text was updated successfully, but these errors were encountered:
We can leverage the Page Visibility API, using the visibilityChange event. When hidden, save the current timestamp in local state. When visible again (and after some time), refresh the recent activity.
It'd be nice to have an updated activity feed when coming back to an Imbi tab when it's been idle for some time without having to reload the page or navigate away.
Ideally it'd be on a timer or be able to tell when the window becomes active again after some time.
The text was updated successfully, but these errors were encountered: