Open kgn opened 14 years ago
The extension bar only updates when a page is loaded or refreshed, or when a new browser window is opened. The only way to fix this is to add a timer to the global page and tell the bars to update every x seconds if they need to.
The basics of this are now implemented, the feature needs to be refined with better caching and an update of all extension bars every 10 minutes.
The extension bar only updates when a page is loaded or refreshed, or when a new browser window is opened. The only way to fix this is to add a timer to the global page and tell the bars to update every x seconds if they need to.