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

Configure Feed

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

Only show upgrade note when appropiate

+15 -9
+15 -9
src/Applications/UI.elm
··· 528 528 NotAuthenticated -> 529 529 -- This is the message we get when the app initially 530 530 -- finds out we're not authenticated. 531 - """ 532 - Thank you for using Diffuse V1! 533 - If you want to import your old data, 534 - please pick the storage method you used before and 535 - go to the [import page](#/settings/import-export). 536 - """ 537 - |> Notifications.stickySuccess 538 - |> showNotificationWithModel { model | isUpgrading = False } 539 - |> andThen (update <| BackdropMsg Backdrop.Default) 531 + andThen 532 + (update <| BackdropMsg Backdrop.Default) 533 + (if model.isUpgrading then 534 + """ 535 + Thank you for using Diffuse V1! 536 + If you want to import your old data, 537 + please pick the storage method you used before and 538 + go to the [import page](#/settings/import-export). 539 + """ 540 + |> Notifications.stickySuccess 541 + |> showNotificationWithModel { model | isUpgrading = False } 542 + 543 + else 544 + return model 545 + ) 540 546 541 547 RemoteStorageWebfinger remoteStorage (Ok oauthOrigin) -> 542 548 let