Skip to content

feat(dashboard): fix #8 replace vault leaderboard placeholder with in…#66

Merged
BigDella merged 1 commit into
Vaultquest:mainfrom
Owolabenjade:fix/issue-8-vault-leaderboard-indexed-data
Jul 22, 2026
Merged

feat(dashboard): fix #8 replace vault leaderboard placeholder with in…#66
BigDella merged 1 commit into
Vaultquest:mainfrom
Owolabenjade:fix/issue-8-vault-leaderboard-indexed-data

Conversation

@Owolabenjade

Copy link
Copy Markdown
Contributor

Summary

Linked Issue

Validation

  • npm run lint
  • npm run build
  • pnpm audit run for dependencies
  • No raw secrets committed
  • Additional contract/backend checks listed below when applicable
    • Ran npx vitest run components/app/VaultLeaderboard.test.jsx (All address formatting, score sorting, and UI state tests passed).

Notes

  • Replaces placeholder UI with live indexed saver analytics driven by transaction data.
  • Includes local dev fallback when backend indexer APIs are offline.
  • No new environment variables, contract deployments, or breaking database schema changes required.

@BigDella

Copy link
Copy Markdown
Contributor

@Owolabenjade great job love this

@BigDella
BigDella merged commit e9c7f0c into Vaultquest:main Jul 22, 2026
5 of 14 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.

Replace vault leaderboard placeholder with real indexed leaderboard data and loading/error states

2 participants