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.

Housekeeping 🧹

+1 -1
+1 -1
src/Applications/UI/View.elm
··· 7 7 import Conditional exposing (..) 8 8 import ContextMenu exposing (ContextMenu) 9 9 import Html exposing (Html, section) 10 - import Html.Attributes exposing (class, id, style) 10 + import Html.Attributes exposing (class, style) 11 11 import Html.Events exposing (on) 12 12 import Html.Lazy as Lazy 13 13 import Json.Decode