Open
Conversation
…igible - Dashboard models: remove tier, currentTier, qualifiedUniqueReposCount, rawCredibility, credibilityScalar, repositoryUniquenessMultiplier, all bronze/silver/gold tier stats fields - Add isEligible and credibility to MinerEvaluation - Delete Predictions model and API - Remove TierConfig from Configurations model and API - Update leaderboard MinerStats type
Strip Bronze/Silver/Gold tier system across 51 files (~4950 lines removed). Replace with flat isEligible boolean, update dynamic PR threshold from 500 to 300, revamp onboard Getting Started with 7-step inline setup guide matching docs, remove Roadmap and FAQ tabs from onboard page.
🤖 Automated formatting by GitHub Actions
…ting Replace dangerouslySetInnerHTML with ReactMarkdown + rehypeRaw for safe rendering of GitHub-provided HTML in issue bodies and PR conversations. Add missing CSS for lists, paragraphs, tables, and other elements that MUI CssBaseline resets. - Use ReactMarkdown with remarkGfm and rehypeRaw (same as ReadmeViewer) - Add styles for ul/ol, li, p, table, hr, task checkboxes - Fix pre/code nesting so inline code inside blocks renders correctly - Left-align conversation panels to match GitHub layout - Fix fallback text rendering (HTML em instead of markdown asterisks)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…/merged When statusFilter is open or closed, the last column header shows "Status" with Open/Merged/Closed labels. When filter is all or merged, it shows "Date" with the merge date.
c4852be to
ae9ceb2
Compare
Author
|
@LandynDev @anderdc How about adding new column "Status"? |
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
This makes the column contextually relevant — dates are most useful when viewing all or merged PRs, while status labels are more informative when already filtering by open or closed.
Changes
src/components/miners/MinerPRsTable.tsx— conditional header text and cell content based onstatusFilterTest plan
Before


After