joyhughes/Jen

Logarithmic slider option

Offen

#168 geöffnet am 15.07.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (20 Forks)auto 404
UIenhancementgood first issue

Repository-Metriken

Stars
 (27 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 24T 12h) (1 gemergte PR in 30 T)

Beschreibung

Include a logarithmic scale option for MUI slider in JenSlider.jsx

I will add a field to slider json called json.log ... if this is true, the slider will operate with a logarithmic value range. Make this work for both regular sliders and range sliders.

Make sure min and max values are positive, as log of zero or a negative number is an error.

Contributor Guide