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 would be a great feature to add an event listener that checks for new updates and notifies users while they are browsing the app. This would enhance user experience by ensuring that users are aware of the latest updates.
Proposed Functionality:
Implement an event listener that runs in the background to check for new updates(while browsing the app).
Create a notification system to alert users when a new update is available.
Ensure the notification is non-intrusive and can be dismissed by the user.
I believe it is currently possible if I set a periodic timer to check for update API. If I am missing anything, please let me know whether this feature is currently available or not.
The text was updated successfully, but these errors were encountered:
It would be a great feature to add an event listener that checks for new updates and notifies users while they are browsing the app. This would enhance user experience by ensuring that users are aware of the latest updates.
Proposed Functionality:
I believe it is currently possible if I set a periodic timer to check for update API. If I am missing anything, please let me know whether this feature is currently available or not.
The text was updated successfully, but these errors were encountered: