-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Relationships screen usability improvements #4016
Comments
Part of the confusion is probably due to representing an action with a checkbox. If you want to do something, it's plausible that your eye would scan right past a UI element that usually represents toggling a setting. A toolbar across the top should be much clearer. Trying to imagine which buttons it would contain, I think we only need three actions:
I don't think there's a general case where you'd want to install all suggestions without recommendations, since suggestions are even more tenuously related to the mods you picked. If you want all suggestions or all supported, you probably want everything. |
@JonnyOThan know anybody who can make us some nice toolbar button icons? ... replaced by: Better versions still welcome. |
I don't think the checkbox is terrible as long as it changes state in response to actions in the list - like if all recommendations are checked, the "include recommendations" checkbox should be checked. Then if you manually uncheck one, it should change state to "indeterminate" - I don't even know if OSs other than windows support that. And if you uncheck all of them, it changes state to unchecked. But I have nearly no preference one way or another for checkbox vs buttons. Just that it's a little weird to have buttons that do opposite things when most of the time only one of them will have any effect (notably right when the window opens the first 2 buttons are probably viable, but "check recommendations" is a no-op). You could disable the buttons that wouldn't do anything, just like the checkbox state. But I can also understand if that complicates the UI code unnecessarily and the cost isn't worth the benefit. |
Works for me. |
As an alternative to #4015, we could significantly improve the usability of the recommendations/suggestions screen.
The use case here is essentially someone who never wants to install a mod like Waterfall. Waterfall is recommended by many mods (justifiably), so it would be nice for this person to be able to express that desire once instead of every time they install a mod that recommends it. The label system seems like a great fit there, without being quite so wide in scope as the idea in #4015 . Perhaps this labeling idea should be split into its own issue.
The text was updated successfully, but these errors were encountered: