fix(top-miners): rename 'Leaderboard' tab to 'OSS Contributions' (#941)#987
Merged
e35ventura merged 1 commit intoentrius:testfrom May 9, 2026
Merged
Conversation
Contributor
Author
|
@anderdc @e35ventura It's ready for review |
e35ventura
approved these changes
May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the first timeline tab on
/top-minersfrom "Leaderboard" → "OSS Contributions" so it's parallel to the sibling "Discoveries" tab and accurately describes the tab's content.const TIMELINE_LABELS: Record<TimelineTab, string> = { - oss: 'Leaderboard', + oss: 'OSS Contributions', discoveries: 'Discoveries', };That's the entire change — one line in
src/pages/TopMinersPage.tsx.Why
'oss'and the watchlist UI already uses the "OSS" label for the same dimension — this aligns the user-facing tab with that vocabulary.Related Issues
Fixes #941
Type of Change
Out of scope (per #941)
?timeline=ossstays as the default and existing bookmarks keep working.<title>; that describes the page, not the tab./top-minersand the sidebar entry are untouched.Screenshots
Test plan
/top-miners— first tab reads "OSS Contributions" and is selected by default./top-miners?timeline=discoveries— second tab reads "Discoveries" and is selected.?timeline=discoveries↔ no param), table content swaps as before.?timeline=ossand?timeline=discoveriesstill resolve to the correct tab.Checklist
npm run formatandnpm run lint:fixhave been runnpm run buildpassesnpm testpasses (75/75)