fix(dashboard): make targets table scroll on mobile#1346
Conversation
Deploying agentv with
|
| Latest commit: |
b6c6a54
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://60f945c7.agentv.pages.dev |
| Branch Preview URL: | https://fix-dashboard-targets-mobile.agentv.pages.dev |
|
Addressed AO review finding from review-run-9249950c-122f-4ee1-86bf-daea599a4a02.
Fixed: results repo auto-sync now only treats canonical writable results trees ( Verification:
|
|
Triage for AO review run review-run-1e1767e4-ef83-48c8-b670-bcf6f1a2d665:
No code change needed for this reviewer note. I verified the PR branch is still clean and pushed at |
37e7bb7 to
b6c6a54
Compare
|
Refreshed PR branch after #1347 merged.
Verification rerun after refresh:
UAT evidence from current branch:
|
Summary
Targets on phone-width Dashboard views no longer hide the right-side metrics behind a clipped table. The Targets summary now uses the same mobile-safe table treatment as existing run detail tables: a stable minimum width inside a horizontal overflow container, so users can scroll from target names through pass rate, eval counts, and execution errors while desktop continues to fill the available width.
Verification
cd apps/dashboard && bun run buildbun --filter @agentv/dashboard testbunx biome check apps/dashboard/src/components/TargetsTab.tsxbun run verifybun apps/cli/src/cli.ts dashboard --port 3128at/projects/financial-research-agent?tab=targetsEvidence
/tmp/agentv-evidence/targets-mobile-red.png— columns after Pass Rate are clipped in the non-scrollable table./tmp/agentv-evidence/targets-mobile-green-left.pngand/tmp/agentv-evidence/targets-mobile-green-scrolled.png— horizontal scrollbar is visible and the right-side Evals / Execution Errors columns are reachable./tmp/agentv-evidence/targets-desktop-green.png— table still fills the desktop content area without horizontal scrolling.