-
Notifications
You must be signed in to change notification settings - Fork 1
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
New Global Leaderboard Page #139
Conversation
[diff-counting] Significant lines: 475. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Back_button is probably broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops wrong PR
…gets, just need to flush out more, and work on the formatting.
aed86dd
to
fe6305a
Compare
…rors. This is ready to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! There's a really small seem on the leaderboard podium for whatever reason. Might be an issue with the svg or gradient of the svg. Works on iOS with no issues.
Summary
This represents the completed leaderboard page. The data being displayed is mock data because at the moment there is errors fetching data from the database. The top 3 users are displayed in the podium, and if the user is on the podium their spot is shown in yellow, otherwise in red. If the user is in the scrollable list, they appear in a shaded yellow. The listview is scrollable, and consists of leaderboard cell widgets. Some images are attached.