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.

Subtle background shadow

+13
+13
src/Applications/UI/Backdrop.elm
··· 104 104 ] 105 105 [ Lazy.lazy chosen model.chosen 106 106 , Lazy.lazy2 loaded model.loaded model.fadeIn 107 + 108 + -- Shadow 109 + --------- 110 + , brick 111 + [ style "background" "linear-gradient(#0000, rgba(0, 0, 0, 0.175))" ] 112 + [ T.absolute 113 + , T.bottom_0 114 + , T.h5 115 + , T.left_0 116 + , T.right_0 117 + , T.z_1 118 + ] 119 + [] 107 120 ] 108 121 109 122