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.

fix: couple small fixes for usage in Peek

+5 -1
+1 -1
src/_components/list.vto
··· 5 5 <span class="todo">[todo]</span> 6 6 <span>{{item.title}}</span> 7 7 {{ else }} 8 - <a href="{{item.url}}" target="_blank">{{item.title}}</a> 8 + <a href="{{item.url}}">{{item.title}}</a> 9 9 {{ /if }} 10 10 {{ if item.desc }} 11 11 <div class="list-description">{{item.desc |> md(true)}}</div>
+4
src/themes/webamp/constituent.css
··· 2 2 margin: 0; 3 3 } 4 4 5 + .title-bar { 6 + app-region: drag; 7 + } 8 + 5 9 .window { 6 10 box-sizing: border-box; 7 11 display: flex;