-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add tick mark for the initial slider value #11
Comments
This issue was written back in the pre-0.7 days when there was a Similar to my last comment in #14, the app code in So, I'm going to close this as "will not fix", but I'd be happy to accept new issues / PRs that provide new or improved project templates that offer different UI features for generated apps. |
I don't know if I would think of this too much as a "feature" that is arbitrary. The main thing is that, for almost all (or all?) sliders it is useful to do know the default value. Once a user moves it, they lose this information. If SDE only does one kind of slider style, I suggest a 'tick' be the default. |
@travisfranck: I think I was kind of using this issue to make a larger point that there's a slippery slope where if we add lots of fine tuning to the app template code, it potentially increases the complexity and "understandability" of the code. I've been erring on the side of keeping the template as minimal as possible because I don't want SDE to get into the business of a once-size-fits-all (or even super configurable) app layout for model/simulator apps. (It might be nice to have a standard UI component library for SDE, or maybe as a Anyway, my feelings about maintaining UI tweaks can be kept for a separate discussion thread. I guess having a tick mark is a small thing to add, so I'll just reopen and fix and put philosophical stuff aside. I'll note that in the current app template we already have track highlighting (like in En-ROADS), so when you move the slider, you don't lose track of the default value like you said above. But having both track highlighting and a tick mark (like we have in En-ROADS) seems fine, and like I said, easy to add, so I'll just do it. Screenshot below. |
Thanks. I think the issue was written before track highlighting was implemented, but I think the tick mark is nice. 👍 |
It would be nice to have a tick mark for the the initial slider value. This would allow users to see a what has changed from defaults, and also allow them to move individual slides to their default values more easily.
The text was updated successfully, but these errors were encountered: