tangled
alpha
login
or
join now
tokono.ma
/
diffuse
5
fork
atom
A music player that connects to your cloud/distributed storage.
5
fork
atom
overview
issues
4
pulls
pipelines
chore: disable view transition
Steven Vandevelde
1 week ago
d1f1a661
d2754252
+2
-8
3 changed files
expand all
collapse all
unified
split
src
_includes
layouts
diffuse.vto
facets
you.js
styles
diffuse
page.css
-2
src/_includes/layouts/diffuse.vto
···
35
<link rel="preload" as="font" type="font/woff2" crossorigin href="vendor/@phosphor-icons/bold/Phosphor-Bold.woff2" />
36
<link rel="preload" as="font" type="font/woff2" crossorigin href="vendor/@phosphor-icons/fill/Phosphor-Fill.woff2" />
37
38
-
<link rel="preload" as="image" crossorigin href="images/diffuse-current.svg" />
39
-
40
<!-- Styles -->
41
{{ for url of styles }}
42
<link rel="stylesheet" href="{{ url }}" />
···
35
<link rel="preload" as="font" type="font/woff2" crossorigin href="vendor/@phosphor-icons/bold/Phosphor-Bold.woff2" />
36
<link rel="preload" as="font" type="font/woff2" crossorigin href="vendor/@phosphor-icons/fill/Phosphor-Fill.woff2" />
37
0
0
38
<!-- Styles -->
39
{{ for url of styles }}
40
<link rel="stylesheet" href="{{ url }}" />
+2
-2
src/facets/you.js
···
116
});
117
118
const emptyFacetsList = html`
119
-
<p style="margin-bottom: 0;">
120
<i class="ph-fill ph-info"></i> You have not saved any facets yet.
121
-
</p>
122
`;
123
124
/**
···
116
});
117
118
const emptyFacetsList = html`
119
+
<div>
120
<i class="ph-fill ph-info"></i> You have not saved any facets yet.
121
+
</div>
122
`;
123
124
/**
-4
src/styles/diffuse/page.css
···
1
-
@view-transition {
2
-
navigation: auto;
3
-
}
4
-
5
body {
6
background-color: var(--bg-color);
7
color: var(--text-color);
···
0
0
0
0
1
body {
2
background-color: var(--bg-color);
3
color: var(--text-color);