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.

Clear linting errors

+1 -2
-1
src/Applications/UI/Authentication/View.elm
··· 1 1 module UI.Authentication.View exposing (view) 2 2 3 3 import Chunky exposing (..) 4 - import Color 5 4 import Common exposing (Switch(..)) 6 5 import Conditional exposing (..) 7 6 import Css.Classes as C
+1 -1
src/Javascript/index.js
··· 268 268 function loadWebnative() { 269 269 if (wn) return Promise.resolve() 270 270 return loadScript("vendor/webnative.min.js").then(() => { 271 - wn = webnative 271 + wn = window.webnative 272 272 if ([ "localhost", "nightly.diffuse.sh" ].includes(location.hostname)) { 273 273 wn.setup.debug({ enabled: true }) 274 274 }