fix(dashboard): contain transcript detail on mobile#1660
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
At a 390px-wide viewport, run detail transcript inspection now stays inside the Dashboard content area instead of letting the selected row detail or transcript controls widen the page. The result tables still keep their intentional contained horizontal scrolling, but opening a row detail, switching to Transcript, using transcript controls, and scrolling message cards no longer creates incoherent page-level clipping.
This keeps the fix scoped to the run-detail/transcript layout:
EvalDetailandTranscriptTimelinenow consistently allow flex and scroll descendants to shrink, and long transcript artifact labels wrap within the panel.Related: av-2s7.24
Validation
bun installbun --filter @agentv/core buildbun --filter @agentv/sdk buildbun test ./src/components/transcript-timeline.test.tsx ./src/components/ResultTable.test.tsx ./src/components/EvalDetail.test.tsfromapps/dashboardbun --filter @agentv/dashboard testbun run lint apps/dashboard/src/components/ResultTable.tsx apps/dashboard/src/components/EvalDetail.tsx apps/dashboard/src/components/TranscriptTimeline.tsx apps/dashboard/src/components/transcript-timeline.test.tsxbun --filter @agentv/dashboard buildagent-browseragainsthttp://localhost:3139:remote::replay-contract, opened row detail, switched to Transcript, verified controls and message anchors.bodyScrollWidth=382,mainScrollWidth=374,detailScrollWidth=324,detailClientWidth=324.mainScrollWidth=1016,detailScrollWidth=670.Private evidence:
EntityProcess/agentv-privatebranchevidence/av-2s7-24-transcript-mobile, commit306c2cc.Evidence files:
dogfood/av-2s7-24-transcript-mobile/mobile-transcript-controls-390x844.pngdogfood/av-2s7-24-transcript-mobile/mobile-transcript-messages-390x844.pngdogfood/av-2s7-24-transcript-mobile/desktop-transcript-sanity-1280x900.pngReview Notes
ce-code-reviewcould not be run through its normal subagent path because this Codex session exposes subagents with a tool-level restriction against spawning unless the user explicitly requested delegation. I performed a manual diff review instead; no actionable findings remain.Post-Deploy Monitoring & Validation
No additional production monitoring required. This is a local Dashboard layout-only fix; validation is browser UAT on the affected run-detail transcript workflow plus Dashboard tests/build.