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.

Clean up imports

+2 -6
+2 -1
src/Applications/UI.elm
··· 211 211 ----------------------------------------- 212 212 , authentication = Authentication.initialModel url 213 213 } 214 - |> Routing.transition page 214 + |> Routing.transition 215 + page 215 216 |> Return.command 216 217 (Maybe.unwrap 217 218 Cmd.none
-1
src/Applications/UI/Authentication/State.elm
··· 26 26 import UI.Authentication.Types as Authentication exposing (..) 27 27 import UI.Backdrop as Backdrop 28 28 import UI.Common.State as Common exposing (showNotification, showNotificationWithModel) 29 - import UI.Interface.State as Interface 30 29 import UI.Ports as Ports 31 30 import UI.Reply as Reply exposing (Reply(..)) 32 31 import UI.Reply.Translate as Reply
-1
src/Applications/UI/Interface/State.elm
··· 4 4 import Debouncer.Basic as Debouncer 5 5 import Return exposing (return) 6 6 import Return.Ext as Return 7 - import UI.Common.State as Common exposing (modifySingleton) 8 7 import UI.DnD as DnD 9 8 import UI.Page as Page 10 9 import UI.Playlists.State as Playlists
-3
src/Applications/UI/Reply/Translate.elm
··· 13 13 import LastFm 14 14 import List.Ext as List 15 15 import List.Extra as List 16 - import Monocle.Lens as Lens 17 16 import Notifications 18 17 import Playlists.Encoding as Playlists 19 18 import Queue ··· 32 31 import UI.Backdrop as Backdrop 33 32 import UI.Common.State as Common exposing (showNotification, showNotificationWithModel) 34 33 import UI.Demo as Demo 35 - import UI.Interface.State as Interface 36 34 import UI.Notifications 37 35 import UI.Playlists.Alfred 38 36 import UI.Playlists.ContextMenu as Playlists 39 - import UI.Playlists.Directory 40 37 import UI.Ports as Ports 41 38 import UI.Queue.ContextMenu as Queue 42 39 import UI.Queue.State as Queue