-
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
GUI for Custom Time Sliding Window in Leaderboard #105
Conversation
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 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.
Still looks good to me 👍🏼
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!
Motivation
After the introduction of sliding time windows on the server in #100, we now aim to provide an intuitive GUI on the client to navigate through the past weekly leaderboards.
Description
This PR introduces a FILTER-card for the leaderboard among smaller QoL improvements:
Skeleton
-component with an artificial delay (1s) added on top to improve UX and display smooth transitionsSelect
-component for choosing the timeframe to be displayed in the leaderboard. A timeframe is defined as a calendar week (monday-sunday). The options consist of the current as well as the last 4 weeks.Screenshots (if applicable)
Checklist
General
Client (if applicable)