···11+---
22+layout: layouts/facets.vto
33+base: ../../
44+title: Guide | Facets | Diffuse
55+---
66+77+<section>
88+ <h1 hidden>Guide</h1>
99+ <p>
1010+ To use these facets, simply open whichever ones provide the functionality that you're looking for at a given moment. You can browse existing facets here and create one too. If you found something you like, you can save it to your list and adjust it if need be.
1111+ </p>
1212+ <p>
1313+ For example, say you want to play music; two options would be: (1) <a href="{{ ('themes/webamp/browser/facet/index.html') |> facetLoaderURL }}">browse</a> for a specific song and add it to the queue, or (2) <a href="{{ ('facets/tools/auto-queue/index.html') |> facetLoaderURL }}">automatically</a> add a bunch of shuffled songs to the queue. Next, you need a way to play the items you added to the queue. That's where a <a href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}">controller</a> could be used.
1414+ </p>
1515+ <p>
1616+ <em>You might ask, why can't I do all of this in just one window? That's what <a href="themes/">themes</a> are for, if you need something more streamlined. If you however want a customised experience, or prefer certain interfaces for certain things, that's what facets are for.</em>
1717+ </p>
1818+ <p>
1919+ <small><i class="ph-fill ph-info"></i> Every facet has access to your audio collection and your user data, along with any other shared state.</small>
2020+ </p>
2121+</section>
+6-30
src/facets/index.vto
···11---
22-layout: layouts/diffuse.vto
33-base: ../../
44-title: Guide | Facets | Diffuse
55-66-styles:
77- - styles/base.css
88- - styles/diffuse/page.css
99- - vendor/@phosphor-icons/bold/style.css
1010- - vendor/@phosphor-icons/fill/style.css
22+layout: layouts/facets.vto
33+base: ../
44+title: Featured | Facets | Diffuse
115---
1261313-{{ await comp.facets.header() }}
1414-1515-<main>
1616- {{ await comp.facets.nav({ url }) }}
1717-1818- <section>
1919- <h1 hidden>Guide</h1>
2020- <p>
2121- To use these facets, simply open whichever ones provide the functionality that you're looking for at a given moment. You can browse existing ones here and create one below.
2222- </p>
2323- <p>
2424- For example, say you want to play music; two options would be: (1) <a href="{{ ('themes/webamp/browser/facet/index.html') |> facetLoaderURL }}">browse</a> for a specific song and add it to the queue, or (2) <a href="{{ ('facets/tools/auto-queue/index.html') |> facetLoaderURL }}">automatically</a> add a bunch of shuffled songs to the queue. Next, you need a way to play the items you added to the queue. That's where a <a href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}">controller</a> could be used.
2525- </p>
2626- <p>
2727- <em>You might ask, why can't I do all of this in just one window? That's what <a href="themes/">themes</a> are for, if you need something more streamlined. If you however want a customised experience, or prefer certain interfaces for certain things, that's what facets are for.</em>
2828- </p>
2929- <p>
3030- <small><i class="ph-fill ph-info"></i> Every facet has access to your audio collection and your user data, along with any other shared state.</small>
3131- </p>
3232- </section>
3333-</main>
77+<section>
88+ <h1 hidden>Featured</h1>
99+</section>
···9999.filler {
100100 background: oklch(from var(--accent) l c h / 0.2);
101101 flex: 1;
102102+103103+ &.filler--bg-twist-1 {
104104+ background-color: oklch(from var(--accent-twist-1) l c h / 0.2);
105105+ }
106106+107107+ &.filler--bg-twist-2 {
108108+ background-color: oklch(from var(--accent-twist-2) l c h / 0.2);
109109+ }
110110+111111+ &.filler--bg-twist-3 {
112112+ background-color: oklch(from var(--accent-twist-3) l c h / 0.2);
113113+ }
114114+115115+ &.filler--bg-twist-4 {
116116+ background-color: oklch(from var(--accent-twist-4) l c h / 0.2);
117117+ }
118118+119119+ &.filler--bg-twist-5 {
120120+ background-color: oklch(from var(--accent-twist-5) l c h / 0.2);
121121+ }
102122}
103123104124.flex {