Pierre de la Martinière
Pierre de la Martinière
For those still interested, I am refactoring (rebuilding to be more precise) the app styles. With the new system, themes should be quite easy to implement, runtime-applicable, and only with...
Sass was used before. CSS variables can be changed at runtime, Sass variables only at build time. This means using Sass for themes is complex: itneeds to be compiled to...
Maybe do-able with #128
Would https://github.com/martpie/museeks/issues/548 do it? or you just want the artwork to be larger in general?
I am working on some heavy re-design of the app and will definitely consider this 👍
Never thought about touchscreen, thank your for the feedback (a bit uncommon for desktop still) I’ll try to think about a solution for that.
Scroll restoration won't work here as the scroll is not on the whole page but on a nested element. I agree it should be done. ps: careful with the phrasing,...
a question for everyone here: do you want it to remember the scroll position? Or what you want is actually it automatically scrolls to the playing track?
Have you tried cmd+/ctrl+ ? :) (some layout may break though, I'll have to think of this
Hello @giorgosioak, thanks for the suggestion and the usecase problem well detailed. I will try to find a nice solution to this problem :)