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.

Don't show error screen when canceling the remoteStorage prompt

+6 -1
+5
src/App/Authentication/State.elm
··· 205 205 Incoming SignIn (Ok result) -> 206 206 -- Handle SignIn consequence 207 207 case decodeValue string result of 208 + Ok "GoBack" -> 209 + (!) 210 + model 211 + [ afterwards ] 212 + 208 213 Ok "None" -> 209 214 (!) 210 215 { model | signedIn = True }
+1 -1
src/Js/authentication.js
··· 300 300 ); 301 301 302 302 if (!userAddress || userAddress.length === 0) { 303 - return reject("You need to fill in a user address in order to use this service."); 303 + return resolve("GoBack"); 304 304 } 305 305 306 306 setInstance();