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.

chore: 🧹

+2 -3
+1 -1
src/Core/Themes/Sunrise/Alfred/View.elm
··· 7 7 import Html exposing (Html, text) 8 8 import Html.Attributes exposing (attribute, autofocus, id, placeholder, style, type_) 9 9 import Html.Events exposing (onInput) 10 - import Html.Ext exposing (onTapPreventDefault, onTapStopPropagation) 10 + import Html.Ext exposing (onTapStopPropagation) 11 11 import Json.Decode 12 12 import Material.Icons.Round as Icons 13 13 import Material.Icons.Types exposing (Coloring(..))
+1 -2
src/Core/UI/Playlists/ContextMenu.elm
··· 6 6 import Material.Icons.Round as Icons 7 7 import Playlists exposing (Playlist) 8 8 import Playlists.Matching 9 - import Tracks exposing (IdentifiedTrack, SortBy(..), SortDirection(..)) 10 - import Tracks.Sorting 9 + import Tracks exposing (IdentifiedTrack) 11 10 import UI.Page 12 11 import UI.Playlists.Page 13 12 import UI.Queue.Types as Queue