[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

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

Fix queue cover dragging

Kasper (Sep 8, 2024, 7:46 AM +0200) 069989c8 63f5b0fd

+2 -1
+1
CHANGELOG.md
··· 8 8 - Add queue panel slide-out transition 9 9 - Fix dragging tracks to up next/autoplay queue boundary 10 10 - Fix button edge not clickable due to zoom 11 + - Fix rearranging queue items not working when dragging the cover artwork 11 12 - Make queue dragline stable during scroll 12 13 13 14 ## 0.18.0 - 2024 Jun 7
+1 -1
src/components/QueueItem.svelte
··· 29 29 </svg> 30 30 {:else} 31 31 <img 32 - class="cover" 32 + class="cover pointer-events-none" 33 33 class:invisible={success === null} 34 34 src="trackimg:{filePath}" 35 35 alt=""