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.

Round inner part of progress bar

+1 -1
+1 -1
src/Applications/UI/Console.elm
··· 99 99 , style "height" "3px" 100 100 , style "width" (String.fromFloat progress ++ "%") 101 101 ] 102 - [ class "progressBarValue" ] 102 + [ class "progressBarValue", C.rounded_sm ] 103 103 [] 104 104 ] 105 105 ]