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: better empty state facets collection

+11 -5
+10 -4
src/facets/common/you.js
··· 37 37 `; 38 38 39 39 const EMPTY_FACETS_LIST = html` 40 - <div> 41 - <i class="ph-fill ph-info"></i> You have not saved any facets yet. 42 - </div> 40 + <p> 41 + <span> 42 + You haven't saved anything yet. Add a facet by browsing the <a 43 + href="facets/" 44 + >featured ones</a> or any of the other categories. You can click the toggle 45 + to quickly add or remove from your collection. Alternatively, add one using 46 + an URI: 47 + </span> 48 + </p> 43 49 `; 44 50 45 51 //////////////////////////////////////////// ··· 176 182 if (output.facets.state() !== "loaded") { 177 183 const loading = html` 178 184 <div class="with-icon"> 179 - <i class="ph-bold ph-spinner-gap"></i> 185 + <i class="ph-bold ph-spinner animate-spin"></i> 180 186 Loading items 181 187 </div> 182 188 `;
+1 -1
src/facets/you.vto
··· 10 10 <section> 11 11 <div id="list" data-rendered="f"> 12 12 <div class="with-icon"> 13 - <i class="ph-bold ph-spinner-gap"></i> 13 + <i class="ph-bold ph-spinner animate-spin"></i> 14 14 Loading items 15 15 </div> 16 16 </div>