chore: drop pioneerDividend/pioneerRank from Dashboard API types#1193
Merged
Conversation
added 2 commits
May 15, 2026 11:07
…rface config - Rename all `config.weight` reads to `config.emissionShare` (das renamed the field in the JSONB blob; display label "Weight" stays). - Drop the `weight` field from `RepoChanges` / `RepositoryConfig` API types. - Repositories leaderboard card now shows configs in place of OSS / Issue scores: weight bar, issue-discovery bar, per-label multiplier chips (boost/penalty/neutral tinting), and a trusted-label-pipeline badge.
…lters - Remove the Active/Inactive status pill from RepositoryCard and the watchlist RepoCard - Strip the Active/Inactive filter tabs from TopRepositoriesTable, MinerRepositoriesTable, and WatchlistPage; URL `status` param dropped - Drop `inactiveAt` from RepositoryConfig / RepoChanges / RepoStats / IssueRepoStats and the field plumbing in RepositoriesPage, MinerRepositoriesTable, dashboardData, and useDashboardData - Remove the "Inactive since" chip on the repository details page - Neutralize label-multiplier chip colors (all grey, no boost/penalty tint)
entrius
approved these changes
May 15, 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
pioneerDividend/pioneerRankdeclarations fromsrc/api/models/Dashboard.ts(4 lines, two type definitions)The fields are not rendered anywhere in
src/(grep clean) — purely type-level passthrough that mirrored what das-gittensor returned. Pairs with:Test plan
npx tsc -b --noEmitcleannpm run format:checkcleannpm run lintclean