the-via / app

GNU General Public License v3.0
917 stars 209 forks source link

Addition of explicit value of sliders #211

Open Cipulot opened 12 months ago

Cipulot commented 12 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

Cipulot commented 4 months ago

Implemented a toggle that enables this feature or leaves it disabled:

Screenshot 2024-07-17 at 3 06 55 PM

The default value has been set to FALSE.