-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings-Dialog: Slider Interaction with Clicking #217
Comments
Hey @TomNextSense and thanks for the suggestion! Slider seemed like a good idea at a time, but it's proven a bit problematic and maybe not necessarily the best user experience. I'm was actually thinking of replacing it with two buttons and a text field showing the current value, so something like that: Would that work better in your case? Best, |
Hello @jan-molak , |
Another idea that just came up in a discussion with my colleagues: Would it be possible to allow configuration of the "local parameters" (like number of columns and font size) via get parameters? This would make it unnecessary to rely on the onscreen settings dialog. 👍 |
Sure, that makes sense as well, there's actually a ticket raised for that: #54 (and pull requests are also welcome! ;-) ) |
As a user I want to be able to adjust the text scale (and probably also the number of columns) using click events on the slider bar (including the vertical space around the visual line) - additionally to dragging the dot.
Background: We are using a Smart-TV as build monitor. The browser is capable of rendering the build monitor page, but the automated scaling fails. We would need to adjust the text scale. But the remote of the TV only can create click-, but no drag-events. To be able to click also some pixels above the line (where the numbers are displayed) would help too, as positioning the mouse withe remote is quite tricky. Thanks a lot in advance!
Screenshot of current usage:
The text was updated successfully, but these errors were encountered: