Dallon Feldner
Dallon Feldner
Unfortunately I don't have a lot of time right now and I was able to find a workaround that was actually probably a better choice in my particular scenario (instead...
> I'm thinking this might lead to issues when `config.assetsPath` is not absolute (ie.: when it's set to "assets", for example) and when the user sets `config.basePath`. Because of https://github.com/react-static/react-static/blob/master/packages/react-static/src/static/getConfig.js#L141-L143...
Here's another one I'm doing: Disabling heavy CSS animations (like full-page transforms) on mobile devices because their poor little GPUs just can't take it, and I'd rather have no animation...
I can make most of those changes you suggested! But I've done quite a bit of experimentation with DPI and whatever the fix is, it's not going to be simple...
Disregard the current commit for sliders - I just discovered `PercentSliderControl` which is closer to what I need, but is gonna need a little bit of refactoring to hook it...
Hmm, good catch! Unfortunately I don't have a Linux development environment handy... not sure I'll be able to fix this anytime soon
Ok, when I'll get a free moment I'll make that change! I'll just need someone to test on Linux.
@ArvidNy Ok, I did as much as I could without actually being able to test it! I also notice that `setFullScreenAlwaysOnTop` function is called from `VLCWindowDirect` - does this need...
Thanks for the info! I think I'm going to start a branch to work on this, starting with a UI for the global margins.
Hmm, looks like the margins feature mentioned only affects lyrics and not images, slides, videos, or even song information in the corner of the screen. I'm probably better off hooking...