code quality
Some checks failed
CI / lint-typecheck (pull_request) Failing after 13s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped

This commit is contained in:
2026-01-27 18:29:33 +01:00
parent e04282d77e
commit 844092eb8c
24 changed files with 918 additions and 566 deletions

View File

@@ -51,7 +51,12 @@ export const LeaderboardPreviewShell = ({
</Box>
</Box>
{onViewFull && (
<Button variant="ghost" size="sm" onClick={onViewFull}>
<Button
variant="ghost"
size="sm"
onClick={onViewFull}
data-testid="view-full-leaderboard"
>
{viewFullLabel || 'View Full'}
</Button>
)}