-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Favourite variants in New game dialog dropdown #1723
Comments
I don't want to add more input fields to the new game dialog tbh. |
Agreed, but my idea was to have that Input field elsewhere though. E.g. in the dropdown that opens with button#btn-settings that currently has the options: Log out / Language / Sound / Background / Board Settings / Zen Mode And in the sub menu having the input field. |
This sound a bit better, but in general I'm not sure which UI design would be the best to implement this whole "favorites" idea. Or is it worth to start implement it at all... |
What I really like to see (instead of adding favorites into the variant chooser dropdown) is an app level favorites stored in users profile (similar to language), with toggle switch similar to zen mode. When it is switched on, the whole site shows the favorite variants only everywhere. From variant chooser to leader board page. Everywhere. Except in the favorite variants settings of course :) We are already handling disabled variants more or less on client and server side. That should be generalized to support "real" disabled variants and user specific disabled (= NOT favorite) variants. We don't use This whole stuff will touch lots of our code base of course, but filtering variant selection dropdown would be a good first step I think. This way f.e. a Shogi player can turn the site similar to lishogi, showing Shogi variants only everywhere. |
As the number of variants grows, it takes time to scroll up and down the list to find the variant that one wishes to create the challenge for.
Suggestion: implement a Favourites category to be shown on top, before Chess Variants.
Favourite variants could be selected in one of the following ways:
The text was updated successfully, but these errors were encountered: