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.

chore: listenbrainz settings page link

+12 -2
+6 -1
src/facets/misc/scrobble/listenbrainz/index.html
··· 35 35 <label> 36 36 User token 37 37 <input id="token-input" type="password" placeholder="Your user token" /> 38 - <span class="caption">Find your token at listenbrainz.org/settings/</span> 38 + <span class="caption" 39 + >Find your token at 40 + <a href="https://listenbrainz.org/settings/" target="_blank" 41 + >listenbrainz.org/settings</a 42 + ></span 43 + > 39 44 </label> 40 45 <p class="button-row"> 41 46 <button id="sign-in-btn" class="button--brand">
+6 -1
src/styles/diffuse/facet.css
··· 17 17 18 18 ul, 19 19 ol, 20 - p { 20 + p, 21 + label { 21 22 text-wrap: balance; 23 + 24 + a { 25 + color: var(--accent-twist-2); 26 + } 22 27 } 23 28 24 29 .facet__left {