Fix: onboard step7 active circle color#141
Open
yoko-hennie wants to merge 7 commits intoentrius:testfrom
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>
ccb1056 to
e521b30
Compare
12 tasks
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
Fixes a visual inconsistency in the onboarding stepper on
onboard?tab=getting-startedwhere Step 7 ("Contribute") used highlighted border/text colors but still showed the generic blue active background when selected.What changed
isCurrentStepisSpecialSteprgba(255, 215, 0, 0.15)Related Issues
Fixes #139
Type of Change
Screenshots
Checklist
npm run formatandnpm run lint:fixhave been runnpm run buildpasses