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.

Use "Listing" instead of "Building"

+1 -1
+1 -1
src/Applications/UI/Sources.elm
··· 445 445 [ UnstyledHtml.class "dib o-70 ph1" ] 446 446 [ case processIndex of 447 447 Just 0 -> 448 - UnstyledHtml.text "Building" 448 + UnstyledHtml.text "Listing" 449 449 450 450 _ -> 451 451 UnstyledHtml.text "Waiting"