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.

chore: 🧹

+1 -4
-1
src/Core/Themes/Sunrise/Theme.elm
··· 28 28 import UI.Page as Page 29 29 import UI.Settings.Page 30 30 import UI.Sources.Page 31 - import UI.Svg.Elements 32 31 import UI.Syncing.Common as Syncing 33 32 import UI.Types exposing (..) 34 33 import User.Layer
-1
src/Core/UI.elm
··· 48 48 import UI.View exposing (view) 49 49 import Url exposing (Url) 50 50 import Url.Ext as Url 51 - import User.Layer as User 52 51 53 52 54 53
+1 -2
src/Core/UI/Theme.elm
··· 3 3 import Chunky exposing (..) 4 4 import Dict exposing (Dict) 5 5 import Html exposing (Html) 6 - import Material.Icons.Types exposing (Icon) 7 6 import Theme exposing (Theme) 8 7 import Themes.Sunrise.Theme as Sunrise 9 8 import Themes.Sunrise.Tracks.Scene.Covers 10 9 import Themes.Sunrise.Tracks.Scene.List 11 10 import Tracks exposing (IdentifiedTrack, Scene) 12 11 import UI.Svg.Elements 13 - import UI.Types exposing (Model, Msg(..)) 12 + import UI.Types exposing (Model, Msg) 14 13 15 14 16 15