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: 🧹

+12 -7
+1
src/common/pages/ppr.js
··· 79 79 80 80 // Skip the loader page 81 81 if (parts[0] === "l") return; 82 + if (parts.includes("chronicle")) return; 82 83 83 84 event.intercept({ 84 85 scroll: "manual",
+3 -3
src/elements.vto
··· 217 217 Elements 218 218 </p> 219 219 <p> 220 - Diffuse was built using these custom elements (aka. web components), consume these using the <a href="facets/#builder">build tool</a>, the Javascript <a href="https://jsr.io/@toko/diffuse">package</a>, or the linked Javascript files down below. 220 + Diffuse was built using these web components, consume these using the <a href="../build/">build tool</a>, the Javascript <a href="https://jsr.io/@toko/diffuse">package</a>, or the linked Javascript files down below. 221 221 </p> 222 222 <ul class="table-of-contents"> 223 223 <li><a href="elements/#configurators">Configurators</a></li> ··· 250 250 title: "Engines", 251 251 items: engines, 252 252 content: ` 253 - Elements with each a singular purpose and don't have any UI. There are specialised UI and orchestrator elements that control these. 253 + Elements with each a singular purpose. There are orchestrator elements that control these. 254 254 ` 255 255 }) }} 256 256 ··· 298 298 title: "Transformers", 299 299 items: transformers, 300 300 content: ` 301 - Transform data from one format or schema into another. See schema section below for more information. Just as configurators, these are intermediates and require to have the same set of actions as the element it targets. 301 + Transform data from one format or schema into another. See the definitions section below for more information. Just as configurators, these are intermediates and require to have the same set of actions as the element it targets. 302 302 ` 303 303 }) }} 304 304 </div>
+4 -4
src/index.vto
··· 45 45 <i class="ph-fill ph-crane"></i> 46 46 <strong style="font-weight: 700;">WORK IN PROGRESS</strong> 47 47 </p> 48 + <ul class="table-of-contents"> 49 + <li><a href="guide/">Guide</a></li> 50 + <li><a href="featured/">Featured</a></li> 51 + </ul> 48 52 <p style="margin: var(--space-lg) 0"> 49 53 <a class="button" href="dashboard/">Open Diffuse</a> 50 54 </p> 51 - <ul class="table-of-contents"> 52 - <li><a href="guide/">Guide</a></li> 53 - <li><a href="featured/">Featured</a></li> 54 - </ul> 55 55 <p> 56 56 <small style="line-height: var(--leading-relaxed)"> 57 57 Built with <a href="elements/">Diffuse elements</a><br />
+4
src/styles/diffuse/page.css
··· 371 371 } 372 372 } 373 373 374 + abbr { 375 + text-underline-offset: 6px; 376 + } 377 + 374 378 button, 375 379 a.button { 376 380 --button-bg-opacity: 0.6;