notifier-for-github icon indicating copy to clipboard operation
notifier-for-github copied to clipboard

Notification count is sometimes stale

Open zubin opened this issue 5 years ago • 1 comments

Not sure what circumstances cause this, but I've noticed that sometimes the notification count doesn't get updated.

The only way I've found to correct it is to toggle the extension off then on.

Some ideas to resolve this:

  • Add an option to periodically poll for the count (eg every minute; 5/15 minutes; or hour).
  • Add a link to "force refresh" the counts.

zubin avatar Nov 12 '20 00:11 zubin

I noticed that background.js creates and clears alarms all the time. The Alarms API lets set repeating alarms, maybe you should just let it handle it autonomously, only clearing/resetting them if the user changes the interval.

fregante avatar Dec 15 '20 17:12 fregante

Closing as stale bug, not reproducible.

notlmn avatar Feb 06 '23 16:02 notlmn