-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
View recent games by time control/variant #830
Conversation
it looks better visually, and uses space more efficiently
What do you think of the GamePerf enum I added, is it needed? It forces only valid values of the Perf enum to be passed as a param to the api call (puzzles and from position not valid). But in the performance stats screen, the current logic already takes care of that. |
6c9656a
to
c8f8a70
Compare
It does not support the current logged in user if offline, since you can't access the profile nor the performance stats screen if you're offline. Though, if those screens will be available offline in the future it might be worth supporting it anyways, what do you think? |
I don't think we should add another |
This partially cover #454. I agree this feature itself is interesting, but the latter is the most interesting one. |
Now that I see it, I agree that #454 would be really nice to have. Can I work on it, or should we wait until all the filters are available in the server api? Perhaps, I could just add a filter for perftype and integrate it with the current changes in this pr. |
I preferred to merge it right away. Feel free to open another PR for #454 |
@Mauritz8 thank you for this. Quick check, do these games from |
Yes, this just links to the game history screen, so the behavior is the same as before. |
I think being able to see past games in a certain time control/variant would be a really useful feature.