Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
a34bcd8 to
5cb3900
Compare
3769430 to
6d25d6f
Compare
5cb3900 to
f311a4f
Compare
6d25d6f to
619d48e
Compare
f311a4f to
ed1168d
Compare
619d48e to
d5f3809
Compare
ed1168d to
dc47709
Compare
d5f3809 to
c05e86b
Compare
c05e86b to
f3cf7ff
Compare
dc47709 to
7cf336a
Compare
f3cf7ff to
a9431c3
Compare
7cf336a to
798b9e2
Compare
a9431c3 to
c39f456
Compare
798b9e2 to
65308c0
Compare
c39f456 to
74d2a5d
Compare
17a133c to
5c2d3bd
Compare
74d2a5d to
21ef175
Compare
5c2d3bd to
4b539d8
Compare
21ef175 to
2aa8f69
Compare
4b539d8 to
5cf87d5
Compare
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
WalkthroughThis pull request restructures the evaluation suite detail interface by introducing two new components—SuiteHeroStats and RunAccordionView—to replace existing UI layouts. Chart visualizations are removed from RunOverview, RunDetailView, SuiteHeader, and TestCasesOverview. TestCaseDetailView gains navigation props (suiteName, onNavigateToSuite) to support suite-level context. RunDetailView adopts a sectioned iteration layout, and TestCaseDetailView refactors its statistics display. The default view mode for suite overview routes shifts from "runs" to "test-cases" in the router configuration. Lines changed: 938 total across 10 files. 📝 Coding Plan
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 |

TL;DR
Redesigned the CI suite overview page with a new accordion-style run view and consolidated hero stats section.
What changed?
SuiteHeroStatscomponent that displays overall suite metrics, trends, and model performance in a compact cardRunAccordionViewcomponent that lists runs chronologically with collapsible test case resultsHow to test?
Why make this change?
This redesign provides a more streamlined and information-dense interface that reduces visual clutter while making it easier to quickly scan run results and drill down into specific failures. The accordion format allows users to see both high-level run status and detailed test results in a single view without switching between tabs.