the-via / app

GNU General Public License v3.0
736 stars 168 forks source link

Addition of explicit value of sliders #211

Open Cipulot opened 7 months ago

Cipulot commented 7 months ago

This commit aims to provide precise visual feedback on the current value at which the slider is at. This helps in case the slider is used for precise value input that benefits from a linear input method.

The value updates on the fly when the slider is moving and it's solid with the slider element when resizing the webpage view, to avoid it being wrongly rendered.

Here's a preview of the feature: image