-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(web-evals): enhance dashboard with dynamic tool columns and UX improvements #9592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…mprovements - Add aggregate statistics panel on run details page - Add dynamic tool usage columns sorted by total usage - Add API config selector for multi-config imports - Add language toggle buttons for exercise selection - Persist concurrency/timeout settings to localStorage - Make table rows clickable for faster navigation - Add View Settings option in dropdown menu - Support controlled mode for MultiSelect component - Filter deprecated models from Roo Code Cloud list
Re-review complete for the latest dashboard changes (runs list sorting plus provider and created columns). No new issues were identified and all previously flagged items remain resolved.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
- Update running task filter to check tokenUsage like TaskStatus component - Add tokenUsage and usageUpdatedAt to stats useMemo dependencies
|
Evals Dashboard UX Improvements
Summary
This PR enhances the web-evals dashboard with better visibility into tool usage metrics, improved exercise selection, and various quality-of-life improvements.
New Features
Run Details Page
New Run Configuration
Runs List
Improvements
valuepropTechnical Notes
apps/web-evalspackageToolNametyping from@roo-code/typesImportant
Enhances web-evals dashboard with dynamic tool columns, improved exercise selection, and UX improvements.
run.tsxandruns.tsx, sorted by total usage.run.tsxwith aggregate statistics panel and tool usage summary.new-run.tsxfor exercise selection.new-run.tsxnow persist to localStorage.MultiSelectinmulti-select.tsxto support controlled mode viavalueprop.Dialogfor viewing run settings inrun.tsx.use-roo-code-cloud-models.ts.formatDateTimetoformatters.tsfor date formatting.This description was created by
for f0492aa. You can customize this summary. It will automatically update as commits are pushed.