A music player that connects to your cloud/distributed storage.

chore: disable view transition

+2 -8
-2
src/_includes/layouts/diffuse.vto
··· 35 35 <link rel="preload" as="font" type="font/woff2" crossorigin href="vendor/@phosphor-icons/bold/Phosphor-Bold.woff2" /> 36 36 <link rel="preload" as="font" type="font/woff2" crossorigin href="vendor/@phosphor-icons/fill/Phosphor-Fill.woff2" /> 37 37 38 - <link rel="preload" as="image" crossorigin href="images/diffuse-current.svg" /> 39 - 40 38 <!-- Styles --> 41 39 {{ for url of styles }} 42 40 <link rel="stylesheet" href="{{ url }}" />
+2 -2
src/facets/you.js
··· 116 116 }); 117 117 118 118 const emptyFacetsList = html` 119 - <p style="margin-bottom: 0;"> 119 + <div> 120 120 <i class="ph-fill ph-info"></i> You have not saved any facets yet. 121 - </p> 121 + </div> 122 122 `; 123 123 124 124 /**
-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);