Modified pwa/register.js to fire a serviceWorkerUpdate event when there is an update to the service worker. This helps in notifying the application about the update.
UI Notification for Service Worker Update:
Updated the applet-power component to display a notification dot when there is a service worker update. This provides a visual cue to users indicating that a new version of the application is available.
Type of change
[x] New feature (non-breaking change which adds functionality)
Description
Service Worker Update Event:
pwa/register.js
to fire aserviceWorkerUpdate
event when there is an update to the service worker. This helps in notifying the application about the update.UI Notification for Service Worker Update:
applet-power
component to display a notification dot when there is a service worker update. This provides a visual cue to users indicating that a new version of the application is available.Type of change