Skip to content

Clean up sidebar and other top improves#1612

Merged
prathmeshpatel merged 1 commit intomainfrom
evals-ux-improves-7
Mar 16, 2026
Merged

Clean up sidebar and other top improves#1612
prathmeshpatel merged 1 commit intomainfrom
evals-ux-improves-7

Conversation

@prathmeshpatel
Copy link
Collaborator

@prathmeshpatel prathmeshpatel commented Mar 14, 2026

TL;DR

Redesigned the evaluation suite sidebar to group suites by name and improved the visual layout with better status indicators and expandable groups.

What changed?

  • Suite Grouping: Suites with the same name are now grouped together, with the most recent run shown as the primary entry and a count badge indicating multiple versions
  • Expandable Groups: Multi-version suite groups can be expanded to show individual entries with timestamps and status indicators
  • Visual Improvements:
    • Renamed "Overview" to "Dashboard" with updated styling
    • Changed sidebar mode labels from "Runs"/"Suites" to "By Commit"/"By Suite"
    • Improved commit list layout with better spacing and status positioning
    • Added color-coded trend charts (green/amber/red based on pass rates)
  • Enhanced Test Case Display:
    • Added negative test indicators with shield icons and explanatory text
    • Improved iteration list with sequence numbers and distinguishing details
    • Updated pass criteria badges to show "Passed (X failed)" for suites that pass overall but have individual failures
  • Better Status Indicators: More prominent visual cues for pass/fail states with appropriate icons and colors

@chelojimenez
Copy link
Contributor

chelojimenez commented Mar 14, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@prathmeshpatel prathmeshpatel marked this pull request as ready for review March 16, 2026 08:47
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. enhancement New feature or request labels Mar 16, 2026
@prathmeshpatel prathmeshpatel force-pushed the evals-ux-improves-7 branch 2 times, most recently from f3cf7ff to a9431c3 Compare March 16, 2026 09:10
Base automatically changed from evals-ux-improves-6 to main March 16, 2026 09:12
@prathmeshpatel prathmeshpatel merged commit 64f6dab into main Mar 16, 2026
5 of 6 checks passed
@prathmeshpatel prathmeshpatel deleted the evals-ux-improves-7 branch March 16, 2026 09:13
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 16, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 28b0d28c-faf8-4b14-9561-01c287a0eb28

📥 Commits

Reviewing files that changed from the base of the PR and between a81e459 and 2aa8f69.

📒 Files selected for processing (5)
  • mcpjam-inspector/client/src/components/evals/ci-suite-list-sidebar.tsx
  • mcpjam-inspector/client/src/components/evals/commit-list-sidebar.tsx
  • mcpjam-inspector/client/src/components/evals/iteration-details.tsx
  • mcpjam-inspector/client/src/components/evals/pass-criteria-badge.tsx
  • mcpjam-inspector/client/src/components/evals/run-detail-view.tsx

Walkthrough

This PR updates multiple eval UI components. ci-suite-list-sidebar now groups suites by name (memoized), selects the latest per group, adds failCount/dashboard badge, and introduces SuiteGroupItem and SuiteEntryButton render paths. commit-list-sidebar reflows commits to a two-row horizontal layout with inline status, branch + summary row, and enhanced selected styling. iteration-details adds a conditional Negative Test Summary panel. pass-criteria-badge reports failed counts and normalizes pass rates. run-detail-view adds 1-based sequence numbers, per-iteration status icons, distinguishing details, and updates IterationListItem to accept an index prop.

📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants