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.

fix: split-view facets list

+5 -3
+5 -3
src/facets/misc/split-view/index.vto
··· 32 32 <wa-dialog id="facet-picker" label="Choose a facet" style="--width: 360px"> 33 33 <div class="wa-stack wa-gap-s"> 34 34 <wa-select id="facet-select" placeholder="Built-in facets…"> 35 - {{ for item of facets }}{{ if item.url !== "facets/misc/split-view/index.html" }} 36 - <wa-option value="{{ item.url }}">{{ item.title }}</wa-option> 37 - {{ /if }}{{ /for }} 35 + {{ for item of facets }} 36 + {{ if item.url !== "facets/misc/split-view/index.html" && item.kind !== "prelude" }} 37 + <wa-option value="{{ item.url }}">{{ item.title }}</wa-option> 38 + {{ /if }} 39 + {{ /for }} 38 40 </wa-select> 39 41 <wa-input 40 42 id="custom-path"