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.

Detailing

+4 -2
+3 -1
src/Applications/UI/Console.elm
··· 43 43 , T.white 44 44 ] 45 45 [ if hasStalled then 46 - Html.span 46 + slab 47 + Html.span 47 48 [ onClick Unstall ] 49 + [ T.dib, T.pointer ] 48 50 [ text "Your internet connection got interrupted, click to resume." ] 49 51 50 52 else if isLoading then
+1 -1
src/Applications/UI/Queue.elm
··· 397 397 , Label "History" Shown 398 398 , NavigateToPage (Page.Queue History) 399 399 ) 400 - , ( Icon Icons.backspace 400 + , ( Icon Icons.clear 401 401 , Label "Clear" Shown 402 402 , PerformMsg Clear 403 403 )