whyboris / Video-Hub-App

Official repository for Video Hub App
https://videohubapp.com
MIT License
569 stars 175 forks source link

Sliders in filter section get stuck on top of each other #861

Open Xenonfish opened 2 months ago

Xenonfish commented 2 months ago

I was trying to filter to only show video's less than 30Mb so I can delete them, but when moving sliders to one end they get stuck on top of each other. The only way I've found to fix it is to exit the program and restart to reset the sliders.

It would be nice if there were some number entry fields so you can manually enter ranges i.e 1 - 30Mb in this case.

whyboris commented 2 months ago

Thank you for the bug report! I was able to get the sliders to stick on top of each other / overlapping "the wrong way" in my hub - seems to occur when sliding the right-most slider as far to the left as possible 😅

I've been meaning to see if using a pre-made slider would be a better solution than what I've implemented manually myself 🤔

Issue https://github.com/whyboris/Video-Hub-App/issues/755 👍