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.

at v4 18 lines 398 B view raw
1--- 2layout: layouts/kitchen.vto 3base: ../ 4title: Your collection | Diffuse 5--- 6 7<h1 hidden>Your collection</h1> 8 9<div style="margin-top: var(--space-md);"> 10 <section> 11 <div id="list" data-rendered="f"> 12 <div class="with-icon" style="font-size: var(--fs-sm)"> 13 <i class="ph-bold ph-spinner animate-spin"></i> 14 Loading your software 15 </div> 16 </div> 17 </section> 18</div>