Skip to content

Hide application validation badges - #262

Merged
msaroufim merged 1 commit into
mainfrom
agent/hide-application-validation
Jul 27, 2026
Merged

Hide application validation badges#262
msaroufim merged 1 commit into
mainfrom
agent/hide-application-validation

Conversation

@msaroufim

Copy link
Copy Markdown
Member

What changed

  • remove VALIDATED, partial-validation, and validation-error badges/tooltips from leaderboard rows
  • keep validation metadata in the API contract so KernelBot can continue collecting results without changing rankings or stored data
  • replace badge-rendering coverage with a regression test proving validated and partially validated submissions remain visible while validation status stays hidden

Why

The badge appeared next to competitor names and was being mistaken for a ranking signal. Kernelboard rankings have always remained benchmark-score based; hiding the auxiliary status makes that unambiguous during the competition.

Validation

  • npm test -- --run src/pages/leaderboard/Leaderboard.test.tsx (14 passed)
  • npm run lint
  • npm run build
  • npx prettier --check src/pages/leaderboard/Leaderboard.test.tsx src/pages/leaderboard/components/RankingLists.tsx

The repository-wide frontend test run has 93 passing and 8 pre-existing failures in login, news, and navigation tests; none are in the changed leaderboard paths.

@msaroufim
msaroufim merged commit 3b8e36a into main Jul 27, 2026
1 check 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.

1 participant