blazoncek / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
MIT License
31 stars 0 forks source link

Show in some way the slider name on mobile UI #34

Closed ewoudwijma closed 2 years ago

ewoudwijma commented 2 years ago

It's pretty unusable on mobile if you don't know what the slider does when moving the slider

I would say some kind of tooltip similar to how the slider value is shown when changing the slider

blazoncek commented 2 years ago

Agreed but it gets crowded on phone screen. Experiment by removing hd class in index.htm from slider name elements (sliderLabelXXX).

blazoncek commented 2 years ago

Commit https://github.com/blazoncek/WLED/commit/94a79b57e94d8fea131ca7fcbb4bc6b51bd8e626 should close this issue.