-
Notifications
You must be signed in to change notification settings - Fork 236
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
unable to scroll through the discover challenge list due to the list "jumping" #1307
Comments
im guessing this is an issue with how we handle lazy load for the challenge list..? |
The app was sorting the challenges by decreasing member count, but the server returns challenges in order of creation date (with official challenges overriding the ordering). This should fix the challenges jumping around. Fixes HabitRPG#1307.
The app was sorting the challenges by decreasing member count, but the server returns challenges in order of creation date (with official challenges overriding the ordering). This should fix the challenges jumping around. Fixes HabitRPG#1307.
I think I've traced this down to a mismatch between the challenge sort order on the server (official challenges on top, then from newest to oldest) and the app (most members first). I submitted #1330 to fix this. |
Thanks for your help with this! We're working on a rather large release right now, but once that's out of the way we'll be back to reviewing and merging PRs. |
The text was updated successfully, but these errors were encountered: