feat(ui): Sprint 0.5 — StatusMatrix, TimeSeriesChart, ComparisonBar, RankList (v0.2.0)#2
Merged
Merged
Conversation
…RankList (v0.2.0) Four new shared components that clear the ≥2-consumer rule and unblock the portfolio sprint sequence before any consumer wires up a frontend. - StatusMatrix: pass/fail/warn grid for compliance dashboards (squash, toki) - TimeSeriesChart: rolling sparkline with SVG pathLength draw-in (kairu, squish, toki) - ComparisonBar: horizontal benchmark bars with baseline ghost marker (vectro, kairu, squash) - RankList: scored ranked list with relevance score bars (kyro, miru, toki) All four: useReducedMotion, ARIA semantics, JSDoc, Vitest tests (51 passing). Bumps @konjoai/ui to v0.2.0. Adds CHANGELOG.md. https://claude.ai/code/session_013Uv873eoEfYRG6Q6ihzT8R
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.
$(cat <<'EOF'
Summary
Sprint 0.5 — Design System Completion. Four new shared components that clear the ≥2-consumer rule and unblock the full portfolio sprint sequence before any consumer wires a frontend.
StatusMatrix— pass/fail/warn grid for compliance and quality dashboards. ARIA table semantics, staggered row entrance. Consumers: squash (EU AI Act article checks), toki (attack vs. defence matrix).TimeSeriesChart— rolling sparkline with SVGpathLengthdraw-in, gradient area fill, y-axis guides, latest-value dot. Consumers: kairu (tok/s), squish (throughput), toki (loss curves).ComparisonBar— horizontal benchmark bars withscaleXfill animation and optional baseline ghost marker. Auto-severity from value vs. baseline ratio. Consumers: vectro (recall@k vs. fp32), kairu, squash.RankList— scored ranked list with rank badge, score readout, and score bar. Consumers: kyro (NDCG/MRR retrieval), miru (reasoning steps by attention).All four components:
useReducedMotion, full ARIA semantics, JSDoc on every export, Vitest tests.Test suite: 51 tests passing (was 25). Typecheck clean. Build green.
Bumps
@konjoai/uifrom v0.1.0 → v0.2.0. AddsCHANGELOG.md.Test plan
npm run typecheck— cleannpm run build— green (both packages/ui and apps/web)npm test— 51/51 passingpnpm dev:ui— four new sections render with motionhttps://claude.ai/code/session_013Uv873eoEfYRG6Q6ihzT8R
EOF
)
Generated by Claude Code