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: nvm about view transitions, it's not good enough yet

+3 -7
+3 -3
src/_includes/layouts/diffuse.vto
··· 37 37 38 38 <!-- Styles --> 39 39 {{ for url of styles }} 40 - <link rel="stylesheet" href="{{ url }}" blocking="render" /> 40 + <link rel="stylesheet" href="{{ url }}" /> 41 41 {{ /for }} 42 42 </head> 43 43 <body> ··· 45 45 46 46 <!-- Make every touched URL available offline --> 47 47 <do-offline></do-offline> 48 - <script src="components/orchestrator/offline/element.js" type="module" blocking="render"></script> 48 + <script src="components/orchestrator/offline/element.js" type="module"></script> 49 49 50 50 <!-- Scripts --> 51 51 {{ for url of scripts }} 52 - <script src="{{ url }}" type="module" blocking="render"></script> 52 + <script src="{{ url }}" type="module"></script> 53 53 {{ /for }} 54 54 </body> 55 55 </html>
-4
src/styles/diffuse/page.css
··· 1 - @view-transition { 2 - navigation: auto; 3 - } 4 - 5 1 body { 6 2 background-color: var(--bg-color); 7 3 color: var(--text-color);