Conversation
Bring the score card up to Recruidea ATS surface parity: - Add Chip primitive (src/components/ui/) with neutral/success tones - Add ScoreRing feature component: SVG circular progress ring with band-coloured stroke via getScoreTier + scoreBandTextClass - Add VerdictHeader: verdict word + "ATS readiness · N / 100" subline, band-coloured via scoreBandTextClass - Factor scoreBand.ts: single band→token map shared by both features; no copy-paste duplication - Replace bare score number in AtsScoreReadout with ScoreRing + VerdictHeader - Restyle Dimension sub-cards: filled brand-amber bar on surface-card track - Replace plain "None" text in LayoutFlagsList with green success Chip - Add boxed amber R monogram + Chip row (⚡ / 🔒 / ✓) to App header - Tokenize text-neutral-500 in header to text-content-muted - Create 3-tier component dirs: src/components/ui/ and src/components/features/ Resolves #24 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Jun 11, 2026
s-annam
added a commit
that referenced
this pull request
Jun 15, 2026
Bring the score card up to Recruidea ATS surface parity: - Add Chip primitive (src/components/ui/) with neutral/success tones - Add ScoreRing feature component: SVG circular progress ring with band-coloured stroke via getScoreTier + scoreBandTextClass - Add VerdictHeader: verdict word + "ATS readiness · N / 100" subline, band-coloured via scoreBandTextClass - Factor scoreBand.ts: single band→token map shared by both features; no copy-paste duplication - Replace bare score number in AtsScoreReadout with ScoreRing + VerdictHeader - Restyle Dimension sub-cards: filled brand-amber bar on surface-card track - Replace plain "None" text in LayoutFlagsList with green success Chip - Add boxed amber R monogram + Chip row (⚡ / 🔒 / ✓) to App header - Tokenize text-neutral-500 in header to text-content-muted - Create 3-tier component dirs: src/components/ui/ and src/components/features/ Resolves #24 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
s-annam
added a commit
that referenced
this pull request
Jun 25, 2026
Bring the score card up to Recruidea ATS surface parity: - Add Chip primitive (src/components/ui/) with neutral/success tones - Add ScoreRing feature component: SVG circular progress ring with band-coloured stroke via getScoreTier + scoreBandTextClass - Add VerdictHeader: verdict word + "ATS readiness · N / 100" subline, band-coloured via scoreBandTextClass - Factor scoreBand.ts: single band→token map shared by both features; no copy-paste duplication - Replace bare score number in AtsScoreReadout with ScoreRing + VerdictHeader - Restyle Dimension sub-cards: filled brand-amber bar on surface-card track - Replace plain "None" text in LayoutFlagsList with green success Chip - Add boxed amber R monogram + Chip row (⚡ / 🔒 / ✓) to App header - Tokenize text-neutral-500 in header to text-content-muted - Create 3-tier component dirs: src/components/ui/ and src/components/features/ Resolves #24 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
s-annam
added a commit
that referenced
this pull request
Jun 28, 2026
Bring the score card up to Recruidea ATS surface parity: - Add Chip primitive (src/components/ui/) with neutral/success tones - Add ScoreRing feature component: SVG circular progress ring with band-coloured stroke via getScoreTier + scoreBandTextClass - Add VerdictHeader: verdict word + "ATS readiness · N / 100" subline, band-coloured via scoreBandTextClass - Factor scoreBand.ts: single band→token map shared by both features; no copy-paste duplication - Replace bare score number in AtsScoreReadout with ScoreRing + VerdictHeader - Restyle Dimension sub-cards: filled brand-amber bar on surface-card track - Replace plain "None" text in LayoutFlagsList with green success Chip - Add boxed amber R monogram + Chip row (⚡ / 🔒 / ✓) to App header - Tokenize text-neutral-500 in header to text-content-muted - Create 3-tier component dirs: src/components/ui/ and src/components/features/ Resolves #24 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Round 2 of the UI-parity epic (#22) — chrome-only, no parser/data/score-logic changes. Brings the score card up to the Recruidea ATS surface:
features/ScoreRing.tsx) — SVG circular ring, stroke colored by verdict band via existinggetScoreTier+ a sharedscoreBand.tstoken map.features/VerdictHeader.tsx) — verdict word via canonicalgetScoreLabel+ATS readiness · N / 100subline, band-colored.brand-amberonsurface-subtletrack.feedback.successchip when zero layout triggers.Rmonogram +⚡ ~30 seconds·🔒 Runs in your browser·✓ No signup requiredchip row via newui/Chip.tsxprimitive; tokenized touchedneutral-*classes.ui/+features/component tiers perCLAUDE.md.Semantic tokens only — no raw palette, no invented tokens. Reuses existing score helpers (zero score-logic change).
Closes #24
Test plan
npm run typecheckcleannpm run testgreen (181 tests)npm run buildgreennpm run dev— ring (63/amber), "Getting There" verdict, clean-layout banner, dimension bars, header monogram + chips all render; visually comparable to Recruidea screenshot