Skip to content
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

Implement user_ranking_scoreboard for web #52

Merged
merged 5 commits into from
Dec 27, 2022
Merged

Conversation

poipiii
Copy link
Contributor

@poipiii poipiii commented Dec 22, 2022

[WIP]

Pull request for #51

Notes:

  • added base Html and Tailwindcss skeleton to website

@poipiii poipiii marked this pull request as draft December 22, 2022 06:22
@yk yk linked an issue Dec 22, 2022 that may be closed by this pull request
Copy link
Collaborator

@fozziethebeat fozziethebeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a helpful skeleton. Could you get https://pre-commit.com/ setup and have it auto-tidy up all the files? That'll help keep automate some of the simple style consistency changes we hope to maintain.

website/src/components/LeaderBoardItem.tsx Outdated Show resolved Hide resolved
website/src/pages/leaderboard/score-leaderboard.tsx Outdated Show resolved Hide resolved
website/src/pages/leaderboard/score-leaderboard.tsx Outdated Show resolved Hide resolved
Copy link
Collaborator

@fozziethebeat fozziethebeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! I just have a few small style requests.

@@ -0,0 +1,53 @@
import RankItem from "@/components/LeaderBoardItem";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the URL, maybe we can just call this leaderboard/score.tsx. I'm not sure we need to have leaderboard twice in the url.

website/src/components/LeaderBoardItem.tsx Outdated Show resolved Hide resolved
@poipiii poipiii marked this pull request as ready for review December 27, 2022 08:16
@fozziethebeat
Copy link
Collaborator

Please resolve the changes in index.tsx to handle prior merges.

@poipiii
Copy link
Contributor Author

poipiii commented Dec 27, 2022

Please resolve the changes in index.tsx to handle prior merges.

done merged and resolved changes

@fozziethebeat fozziethebeat merged commit 7a4849f into LAION-AI:main Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement user_ranking_scoreboard for web
3 participants