feat(dashboard): mobile / narrow-viewport layout for agent run view #1007
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!1007
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/975"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mobile-responsive layout for the agent run view (
TaskDetail), targeting 375 px / 640 px / 960 px breakpoints.Test plan
ArtifactPanel+ token/cost meters in footerToolCardin approval cards defaults collapsed regardless of state; expands on tapStatusPilluses default (full) text size; card button meets 44 px tap-target minimumCloses #975
2841fb3673d9b91ef4b7All 5 ACs verified, CI green.
Nit (non-blocking):
workspaceOpenis never reset whenisMobiletransitionstrue → false. If a user opens the bottom sheet then widens the viewport past 640 px, the drawer stays open on desktop. Addif (!isMobile) setWorkspaceOpen(false)to the existingisMobileeffect to close it on breakpoint crossing.