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.

Closes #301

+8 -4
+8 -4
src/Applications/UI/Authentication/State.elm
··· 295 295 redirectTo = 296 296 { url | query = Just "action=authenticate/fission" } 297 297 in 298 - Webnative.permissions 299 - |> Webnative.redirectToLobby (Webnative.RedirectTo redirectTo) 300 - |> Ports.webnativeRequest 301 - |> return model 298 + "Just a moment, loading necessary components ..." 299 + |> Notifications.stickyCasual 300 + |> Common.showNotificationWithModel model 301 + |> Return.command 302 + (Webnative.permissions 303 + |> Webnative.redirectToLobby (Webnative.RedirectTo redirectTo) 304 + |> Ports.webnativeRequest 305 + ) 302 306 303 307 RemoteStorage _ -> 304 308 string