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 Tailwind's new overscroll utilities

+1 -1
+1 -1
src/Applications/UI/Tracks/Scene/List.elm
··· 130 130 viewAttributes = 131 131 [ InfiniteList.onScroll (InfiniteListMsg >> TracksMsg) 132 132 , id containerId 133 - , style "overscroll-behavior" "none" 133 + , C.overscroll_none 134 134 ] 135 135 136 136