mikedamage / hayfever-chrome

An extension for Google Chrome that lets you manage your Harvest timers
http://mikedamage.github.com/hayfever-chrome
GNU General Public License v2.0
22 stars 10 forks source link

Refresh Bug #16

Closed mikedamage closed 13 years ago

mikedamage commented 13 years ago

Recently started timers will look like they've been stopped when popup refreshes. Once background page refreshes, the timer correctly appears to be running. Lag time for this to self correct is at least 60 seconds, which is not good.

Fix by allowing popup to pull new data down from the API instead of polling the already cached data from the background page.