-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add leaderboard to staff/admin dashboard #485
Add leaderboard to staff/admin dashboard #485
Conversation
✅ Deploy Preview for cesium-seium ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This pull request is being automatically deployed to Netlify. |
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.
Shouldn't Leaderboard
be a shared component between Attendee
and Manager
layouts? With this approach we are not repeating the exact same code between different layouts.
✅ Deploy Preview for seium-stg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Since we already have a folder components, I don't think it makes sense to put the leaderboard inside layout/shared
Also, since you removed the navigation field in the manager routes, could you please do the same in all the sponsor routes as well? That way we could remove the navigation argument from the Layout altogether. I think that would be nice :)
Also, the leaderboard link is missing from the landing. It's in components/Navbar/index.jsx.
No description provided.