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
If the goal is to track userscript updates and to not check every single time the popup opens, whether or not there are userscript updates should be stored in local storage so that the update notification (red dot) is visible until the updates are applied. This assumes the "red dot" indicator remains.
Currently, when the "red dot" indicator shows, it only when update check happens. If the user decided to not update the userscripts, the next time the popup loads, there is no indicator, even though those updates are still not applied to the userscript(s).
Another consideration is that a user could update the userscript(s) outside of the the popup. It could happen manually or through the editor (on desktop).
Optimize the loading experience for the popup:
@require
ed assets that is outside thepopupInit
functionThe text was updated successfully, but these errors were encountered: