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

Configure Feed

Select the types of activity you want to include in your feed.

chore: don't flash filter nav

+1 -1
+1 -1
src/_components/grid.vto
··· 1 1 <div class="grid-filter"> 2 2 <span class="grid-filter--label">Filter by</span> 3 3 4 - <button class="button--border button--tiny" data-filter="all">All</button> 4 + <button class="button--border button--tiny button--transparent" data-filter="all">All</button> 5 5 <button class="button--border button--tiny button--bg-twist-4 button--tr-twist-4 button--transparent" data-filter="prelude">Features</button> 6 6 <button class="button--border button--tiny button--bg-twist-2 button--tr-twist-2 button--transparent" data-filter="interface">Interfaces</button> 7 7