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.

Buttons should do things

+4 -1
+1
src/Applications/UI/Kit.elm
··· 102 102 , T.bw1 103 103 , T.lh_solid 104 104 , T.ph3 105 + , T.pointer 105 106 , T.pv2 106 107 ] 107 108 [ case buttonType of
+2
src/Applications/UI/Navigation.elm
··· 74 74 , T.dib 75 75 , T.lh_copy 76 76 , T.no_underline 77 + , T.pointer 77 78 , T.pt2 78 79 79 80 -- ··· 159 160 , T.lh_solid 160 161 , T.no_underline 161 162 , T.outline_0 163 + , T.pointer 162 164 , T.ph3 163 165 ] 164 166 [ icon UI.Kit.colors.text 16
+1 -1
src/Applications/UI/Settings.elm
··· 36 36 ) 37 37 , ( Icon Icons.exit_to_app 38 38 , Label "Sign out" Shown 39 - , PerformMsg UI.Core.Bypass 39 + , PerformMsg UI.Core.SignOut 40 40 ) 41 41 ] 42 42