-
Notifications
You must be signed in to change notification settings - Fork 390
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
Team member leaderboard #11827
Team member leaderboard #11827
Conversation
I feel like the leaderboard should be its own tab; the members section in the middle being variable height based on the window height seems like a weird behavior now... 🤔 |
might as well move members listing to where leaderboard currently is if we're moving the leaderboard to its own page...? |
drafting this to move to its own tab (and thus depend on #11837) |
0f80718
to
5c7db77
Compare
5c7db77
to
e9281a6
Compare
} | ||
$leaderboard = $team | ||
->members | ||
->loadMissing("user.{$statisticsRelationName}") |
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.
also need to load/set the team and userGroups
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.
more like too much copypaste 👀
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.
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.
eta someone with 800px with complains about the space 👀
I think this is pretty close to the design?
Added a lone
info
link in the header to put the ruleset selector on (mainly for mobile). Will add link to member listing and settings page for admin later (and then remove the "back" link in respective pages).depends on