Skip to content

Remove CI evals overview panel and tag filtering#1623

Merged
prathmeshpatel merged 2 commits intomainfrom
evals-ux-improves-10
Mar 16, 2026
Merged

Remove CI evals overview panel and tag filtering#1623
prathmeshpatel merged 2 commits intomainfrom
evals-ux-improves-10

Conversation

@prathmeshpatel
Copy link
Collaborator

@prathmeshpatel prathmeshpatel commented Mar 16, 2026

TL;DR

Removed the dashboard overview panel and simplified the CI evals interface to show a "Select a suite" placeholder when no suite is selected.

What changed?

  • Removed the OverviewPanel component and its associated imports
  • Eliminated dashboard-related state variables (filterTag, tag filtering logic)
  • Removed the dashboard button from the sidebar that showed suite overview statistics
  • Replaced the overview panel with a simple placeholder message encouraging users to select a suite or commit
  • Cleaned up unused props and handlers related to overview functionality

How to test?

  1. Navigate to the CI Evals tab
  2. Verify that no dashboard button appears in the sidebar
  3. Confirm that when no suite is selected, a "Select a suite" message with instructions is displayed
  4. Test that selecting suites and commits from the sidebar still works correctly
  5. Ensure the suite details view loads properly when a suite is selected

Why make this change?

This simplifies the user interface by removing the dashboard overview functionality, likely because it was underutilized or the team decided to focus users directly on individual suite inspection rather than aggregate views.

@railway-app
Copy link

railway-app bot commented Mar 16, 2026

🚅 Environment inspector-pr-1623 in triumphant-alignment has no services deployed.

1 service not affected by this PR
  • mcp-inspector

@chelojimenez
Copy link
Contributor

chelojimenez commented Mar 16, 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:46
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Mar 16, 2026
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Mar 16, 2026
@prathmeshpatel prathmeshpatel force-pushed the evals-ux-improves-9 branch 2 times, most recently from 7ddc73d to 210ad6f Compare March 16, 2026 09:11
@prathmeshpatel prathmeshpatel force-pushed the evals-ux-improves-10 branch 2 times, most recently from 030a77a to cb88843 Compare March 16, 2026 09:12
Base automatically changed from evals-ux-improves-9 to main March 16, 2026 09:14
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels Mar 16, 2026
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Mar 16, 2026
@prathmeshpatel prathmeshpatel merged commit b8be9b3 into main Mar 16, 2026
5 of 7 checks passed
@prathmeshpatel prathmeshpatel deleted the evals-ux-improves-10 branch March 16, 2026 09:14
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 16, 2026

Warning

Rate limit exceeded

@prathmeshpatel has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 43 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a2de2bda-9d00-4f10-a68e-72d24ca8076e

📥 Commits

Reviewing files that changed from the base of the PR and between 5205b2f and 079d815.

📒 Files selected for processing (15)
  • mcpjam-inspector/client/src/components/CiEvalsTab.tsx
  • mcpjam-inspector/client/src/components/evals/__tests__/ai-insights.test.ts
  • mcpjam-inspector/client/src/components/evals/ai-insights.ts
  • mcpjam-inspector/client/src/components/evals/ci-suite-list-sidebar.tsx
  • mcpjam-inspector/client/src/components/evals/commit-detail-view.tsx
  • mcpjam-inspector/client/src/components/evals/commit-list-sidebar.tsx
  • mcpjam-inspector/client/src/components/evals/helpers.ts
  • mcpjam-inspector/client/src/components/evals/iteration-details.tsx
  • mcpjam-inspector/client/src/components/evals/overview-panel.tsx
  • mcpjam-inspector/client/src/components/evals/pass-criteria-badge.tsx
  • mcpjam-inspector/client/src/components/evals/run-accordion-view.tsx
  • mcpjam-inspector/client/src/components/evals/run-detail-view.tsx
  • mcpjam-inspector/client/src/components/evals/suite-hero-stats.tsx
  • mcpjam-inspector/client/src/components/evals/use-ai-triage.ts
  • mcpjam-inspector/client/src/lib/ci-evals-router.ts
📝 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

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