Skip to content

Comments

feat/PRO-2943/leaderboard-app#234

Merged
RanaBug merged 3 commits intostagingfrom
feat/PRO-2943/leaderboard-app
Jan 29, 2025
Merged

feat/PRO-2943/leaderboard-app#234
RanaBug merged 3 commits intostagingfrom
feat/PRO-2943/leaderboard-app

Conversation

@RanaBug
Copy link
Collaborator

@RanaBug RanaBug commented Jan 28, 2025

Description

  • Frontend implementation of the Leaderboard App
  • API calls

How Has This Been Tested?

  • Manual testing and unit tests

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@RanaBug RanaBug requested a review from IAmKio January 28, 2025 16:13
@RanaBug RanaBug self-assigned this Jan 28, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 28, 2025

Deploying x with  Cloudflare Pages  Cloudflare Pages

Latest commit: 37a14e7
Status: ✅  Deploy successful!
Preview URL: https://9e171d10.x-e62.pages.dev
Branch Preview URL: https://feat-pro-2943-leaderboard-ap.x-e62.pages.dev

View logs

Copy link
Collaborator

Choose a reason for hiding this comment

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

Just wondering if we could start splitting types into their own files per app? We don't need to do this now but just a note for future - let me know what you think

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes I thought of this too, happy to do this, just need a ticket for this so we have it in the backlog

Copy link
Collaborator

@IAmKio IAmKio left a comment

Choose a reason for hiding this comment

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

LGTM - really well coded, great work! 🚀

@github-actions github-actions bot temporarily deployed to Preview (feat/PRO-2943/leaderboard-app) January 29, 2025 12:58 Inactive
Comment on lines +15 to +36
{ length: 25 },
(_, i) => ({
address: `0xAddress${i + 1}`,
points: (i + 1) * 100,
totalGasUsed: (i + 1) * 10,
pointsPerChain: {
'100': i + 7,
'137': i + 160,
'8453': i + 40,
},
transactionCount: {
'100': i + 7,
'137': i + 8,
'8453': i + 2,
},
gasCount: {
'100': i + 1863679,
'137': i + 1816553,
'8453': i + 415853,
},
rankChange: LeaderboardRankChange.NO_CHANGE,
})
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice

Copy link
Collaborator

@IAmKio IAmKio left a comment

Choose a reason for hiding this comment

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

LGTM!

@RanaBug RanaBug merged commit cf76986 into staging Jan 29, 2025
5 checks passed
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.

2 participants