Is your feature request related to a problem? Please describe.
Not a problem but an enhancement, make it easier to manage mods by allowing more of them to be displayed at once
Describe the solution you'd like
Changes the minimum scale size to 0.5, and makes the frontend include / get it form the backend (so updating one spot updates them all) Adjusts the CSS to make the description hide / title take the available space at small card sizes Adjusts the scaling logic a bit - when the cards are small enough, it replaces the Download/Update button text to a single icon Also adjusts the scaling logic, previously the spacing and the sizing were adjusted in two discrete steps, now they are both done more efficiently (looks better when you're watching the change)
Describe alternatives you've considered
I guess doing nothing and declaring it perfect as-is? This could also be considered related to branch 16 - make css more responsive.
Additional context
The resulting changes looks like this, at minimum 0.5 sizing
I have a branch with an example implementation, including the scroll + hotkey behaviour, at https://github.com/Corgano/balatro-mod-manager/tree/ui-slider-changes
Is your feature request related to a problem? Please describe.
Not a problem but an enhancement, make it easier to manage mods by allowing more of them to be displayed at onceDescribe the solution you'd like
Changes the minimum scale size to 0.5, and makes the frontend include / get it form the backend (so updating one spot updates them all) Adjusts the CSS to make the description hide / title take the available space at small card sizes Adjusts the scaling logic a bit - when the cards are small enough, it replaces the Download/Update button text to a single icon Also adjusts the scaling logic, previously the spacing and the sizing were adjusted in two discrete steps, now they are both done more efficiently (looks better when you're watching the change)Describe alternatives you've considered
I guess doing nothing and declaring it perfect as-is? This could also be considered related to branch 16 - make css more responsive.Additional context
The resulting changes looks like this, at minimum 0.5 sizingI have a branch with an example implementation, including the scroll + hotkey behaviour, at https://github.com/Corgano/balatro-mod-manager/tree/ui-slider-changes