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.

Fix about links

+4 -4
+1 -1
src/Applications/UI/Authentication/State.elm
··· 587 587 You can find this address on the IPFS Web UI.<br /> 588 588 Most likely you'll also need to setup CORS.<br /> 589 589 You can find the instructions for that 590 - <a href="about/cors#CORS__IPFS" target="_blank" class="border-b border-current-color font-semibold inline-block leading-tight">here</a>. 590 + <a href="about/cors/#CORS__IPFS" target="_blank" class="border-b border-current-color font-semibold inline-block leading-tight">here</a>. 591 591 </span> 592 592 """ 593 593 , value = "//localhost:5001"
+1 -1
src/Applications/UI/Settings.elm
··· 64 64 ) 65 65 , ( Icon Icons.help_outline 66 66 , Label "Help" Shown 67 - , OpenLinkInNewPage "about#UI" 67 + , OpenLinkInNewPage "about/#UI" 68 68 ) 69 69 , ( Icon Icons.exit_to_app 70 70 , Label "Sign out" Shown
+2 -2
src/Applications/UI/Sources/Form.elm
··· 292 292 , chunk 293 293 [ C.text_sm, C.leading_snug, C.mb_8, C.mt_1, C.opacity_50 ] 294 294 [ text "You can find the instructions over " 295 - , UI.Kit.link { label = "here", url = "about/cors#" ++ id } 295 + , UI.Kit.link { label = "here", url = "about/cors/#" ++ id } 296 296 ] 297 297 ] 298 298 ··· 507 507 , text ", do. You can find the configuration for that server " 508 508 , UI.Kit.link 509 509 { label = "here" 510 - , url = "about/cors#CORS__WebDAV" 510 + , url = "about/cors/#CORS__WebDAV" 511 511 } 512 512 , text "." 513 513 ]