···11module UI.Tracks.State exposing (..)
2233import ContextMenu
44-import Http
55-import LastFm
64import List.Ext as List
75import List.Extra as List
88-import Management
96import Monocle.Lens as Lens exposing (Lens)
107import Notifications
118import Return exposing (andThen, return)
-20
src/Applications/UI/Types.elm
···11module UI.Types exposing (..)
2233import Alfred exposing (Alfred)
44-import Alien
54import Browser
66-import Browser.Dom
77-import Browser.Events
85import Browser.Navigation as Nav
96import Chunky exposing (..)
107import Common exposing (Switch)
···1815import Dict.Ext as Dict
1916import Equalizer exposing (Knob)
2017import File exposing (File)
2121-import File.Download
2222-import File.Select
2318import Html exposing (Html, section)
2419import Html.Attributes exposing (class, id, style)
2520import Html.Events exposing (on, onClick)
···2722import Html.Lazy as Lazy
2823import Http
2924import Json.Decode
3030-import Json.Encode
3125import Keyboard
3226import LastFm
3327import List.Ext as List
···3731import Notifications exposing (Notification)
3832import Playlists exposing (PlaylistTrack)
3933import Playlists.Encoding as Playlists
4040-import Process
4134import Queue
4235import Return2 exposing (..)
4343-import Return3
4444-import Settings
4536import Sources
4637import Sources.Encoding as Sources
4747-import Sources.Services.Dropbox
4848-import Sources.Services.Google
4938import String.Ext as String
5050-import Task
5139import Time
5240import Tracks
5341import Tracks.Encoding as Tracks
···5644import UI.Authentication as Authentication
5745import UI.Authentication.ContextMenu as Authentication
5846import UI.Backdrop as Backdrop
5959-import UI.Console
6060-import UI.ContextMenu
6147import UI.Demo as Demo
6248import UI.DnD as DnD
6349import UI.Equalizer.Types as Equalizer
···6652import UI.Page as Page exposing (Page)
6753import UI.Playlists as Playlists
6854import UI.Playlists.ContextMenu as Playlists
6969-import UI.Playlists.Directory
7055import UI.Ports as Ports
7156import UI.Queue as Queue
7257import UI.Queue.ContextMenu as Queue
7358import UI.Reply as Reply exposing (Reply(..))
7459import UI.Settings as Settings
7575-import UI.Settings.Page
7660import UI.Sources as Sources
7761import UI.Sources.ContextMenu as Sources
7878-import UI.Sources.Form
7979-import UI.Sources.Page
8080-import UI.Svg.Elements
8162import UI.Tracks as Tracks
8263import UI.Tracks.ContextMenu as Tracks
8383-import UI.Tracks.Scene.List
8464import Url exposing (Protocol(..), Url)
8565import Url.Ext as Url
8666import User.Layer exposing (..)
-1
src/Applications/UI/User/State/Import.elm
···55import Json.Encode
66import LastFm
77import List.Extra as List
88-import Management
98import Maybe.Extra as Maybe
109import Monocle.Lens as Lens
1110import Notifications