A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't show update button on initial service worker install

+6 -1
+6 -1
src/Applications/UI/Other/State.elm
··· 18 18 19 19 installedServiceWorker : Manager 20 20 installedServiceWorker model = 21 - Return.singleton { model | serviceWorkerStatus = WaitingForActivation } 21 + case model.serviceWorkerStatus of 22 + InstallingNew -> 23 + Return.singleton { model | serviceWorkerStatus = WaitingForActivation } 24 + 25 + _ -> 26 + Return.singleton { model | serviceWorkerStatus = Activated } 22 27 23 28 24 29 installingServiceWorker : Manager