Clarify landing preview metrics - #2328
Conversation
|
🤖 Review skipped: Repository rate limit exceeded. Free accounts are limited to 2 reviews per 4 hours per repository. Upgrade to a paid plan for unlimited reviews. |
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 33 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Reviewer's GuideClarifies that the landing page preview shows fixed example data, enriches each insight panel with comparison/coverage/source/confidence/next-action context, and refactors the chart components to be accessible with labeled axes, units, and time ranges, backed by updated tests and a new Storybook story. File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
PR Summary by QodoClarify landing-page preview metrics with labeled examples and accessible charts
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
|
Storybook previews for This comment updates automatically on each PR push. |
Code Review by Qodo
Context used✅ Compliance rules (platform):
159 rules✅ Skills:
fix-provider, write-tests, cloudflare 1.
|
|
🤖 Review skipped: Repository rate limit exceeded. Free accounts are limited to 2 reviews per 4 hours per repository. Upgrade to a paid plan for unlimited reviews. |
Summary
Validation
pnpm --filter dofek-web exec vitest run src/pages/LandingPage.test.tsxpnpm --filter dofek-web exec tsc --noEmitpnpm --filter dofek-web build-storybookpnpm lintpnpm tsc --noEmitcd packages/server && pnpm tsc --noEmitpnpm testFixes #2093
Summary by Sourcery
Clarify the landing page product preview with concrete, labeled example metrics and accessible chart context.
New Features:
Enhancements:
Tests:
Summary by cubic
Clarifies the landing-page preview with a fixed, illustrative example and accessible, labeled charts, while centralizing chart rendering and metric formatting for consistent units. Fixes #2093.
LandingPreviewScatterPlotandLandingPreviewLineChartcomponents with axis labels, tick labels, units, time endpoints, and accessible names; updated the landing page to use them.Written for commit ea0cb93. Summary will update on new commits.