[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.

Improve sidebar spacing

Kasper (Aug 8, 2021, 10:30 PM +0200) 63d13f25 8c32ece9

+15 -5
+14 -4
README.md
··· 1 - # Ferrum 2 - 3 - Music library and player 1 + <div align="center"> 2 + <img src="assets/Logo%201024.png" width="80"> 3 + </div> 4 + <h3 align="center">Ferrum</h3> 5 + <p align="center"> 6 + Music library and player 7 + <br/> 8 + <a href="https://github.com/probablykasper/ferrum/releases"><b>Download for Mac, Windows or Linux</b></a> 9 + </p> 4 10 5 11 ## ⚠️ Warning 6 - Ferrum is in development and might have breaking changes that are incompatible with your current `library.json`. 12 + Ferrum is in development and might get updates that no longer with with your library. 13 + 14 + <br/> 15 + 16 + ![Screenshot](assets/screenshot.png) 7 17 8 18 ## Dev instructions 9 19
assets/screenshot.png

This is a binary file and will not be displayed.

+1 -1
src/components/Sidebar.svelte
··· 33 33 +if('isMac') 34 34 .titlebar-spacer 35 35 .content 36 - .spacer(on:mousedown|self|preventDefault) 37 36 Filter 38 37 .items(tabindex='0' on:keydown='{handleKeydown}' bind:this='{viewport}') 39 38 .spacer ··· 53 52 background-color: var(--sidebar-bg-color) 54 53 .titlebar-spacer 55 54 height: var(--titlebar-height) 55 + padding-bottom: 5px 56 56 .content 57 57 overflow-y: scroll 58 58 display: flex