-
-
Notifications
You must be signed in to change notification settings - Fork 272
Add quick actions #1986
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
base: main
Are you sure you want to change the base?
Add quick actions #1986
Conversation
Hey! thanks for taking care of this. You should precise this is only for android. I'm not a fan of a new screen to show the quick game matrix. It does not add much value. I would much prefer having 2 or 3 "play action" based on the user preferences. I reckon it is more work, as you need to "record" the setup of a game each time a game is created. But it is not that hard after all.
This would add much more value imo. If you look at the Spotify app, this is exactly what they do: the last 3 albums you've listened to are in quick actions. Another feedback: don't put icons, or use the official lichess icons for game kinds; eg: a blitz game should have the blitz (fire) icon, a rapid the rapid (rabbit) icon, etc. |
UPDATE: don't follow my previous comment actually 😅 I realise the Spotify approach is better. We should show the last 3 created game types (if we have them). So it is not a |
iOS has this feature as well. Will this implementation also work on there? |
It should work on iOS as well, but I currently don't have iOS device to test it. |
Resolves #1791
Add a quick action to run "Healthy Mix" puzzle and another quick action to open quick pair screen.