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.

chore: some style and copy tweaks

+8 -13
+5 -11
src/facets/connect/atproto/index.inline.js
··· 75 75 76 76 description: html` 77 77 <p> 78 - Connect to your AT Protocol identity to use it as user-data storage. 79 - </p> 80 - <p class="caption"> 81 - Your data is stored as lexicon records in your personal data server (PDS). 78 + Use your AT Protocol identity to store your Diffuse user-data. 82 79 </p> 83 80 `, 84 81 ··· 140 137 <hr> 141 138 142 139 <div> 143 - <strong>Passkey encryption (optional)</strong> 140 + <strong>Passkey encryption</strong> 144 141 </div> 145 142 146 143 ${passkeyActive 147 144 ? html` 148 - <p>Passkey active — Track URIs are encrypted.</p> 145 + <p>Passkey is configured. Track URIs and settings are encrypted.</p> 149 146 150 147 ${passkeyError 151 148 ? html`<div class="callout callout--danger">${passkeyError}</div>` ··· 156 153 </div> 157 154 158 155 <p class="caption"> 159 - Removing the passkey will expose all the sensitive information that was 160 - previously encrypted. 156 + Removing the passkey will expose all the sensitive information that was previously encrypted. 161 157 </p> 162 158 ` 163 159 : html` 164 160 <p class="caption"> 165 - Track URIs can optionally be encrypted so that passwords and other sensitive 166 - authentication details are kept private. Note that, with this enabled, other 167 - people cannot play audio listed on your account. 161 + Track URIs and settings can optionally be encrypted so that passwords and other sensitive details are kept private. 168 162 </p> 169 163 170 164 ${passkeyError
+1 -1
src/facets/connect/opensubsonic/index.inline.js
··· 49 49 Connect to an OpenSubsonic server to use it as audio input. 50 50 </p> 51 51 <p class="caption"> 52 - Supports authentication via username + password or an API key. 52 + Supports authentication via username + password, or an API key. 53 53 </p> 54 54 `, 55 55
+2 -1
src/styles/diffuse/facet.css
··· 94 94 border: 1px solid currentColor; 95 95 border-radius: var(--radius-xs); 96 96 font-size: var(--fs-3xs); 97 + font-weight: 500; 97 98 letter-spacing: var(--tracking-wider); 98 99 line-height: 0.75; 99 100 opacity: 0.6; 100 - padding: 0.1em 0.35em; 101 + padding: var(--space-3xs); 101 102 text-box: trim-both cap alphabetic; 102 103 text-transform: uppercase; 103 104 }