Skip to content

fix(dashboard): prevent mobile experiment table clipping#1352

Merged
christso merged 1 commit into
mainfrom
feat/1351
Jun 11, 2026
Merged

fix(dashboard): prevent mobile experiment table clipping#1352
christso merged 1 commit into
mainfrom
feat/1351

Conversation

@christso

Copy link
Copy Markdown
Collaborator

Summary

  • Wrap the Experiments tab table in a mobile-safe horizontal overflow container.
  • Give the table a fixed minimum width and nowrap behavior, matching the recent Targets tab pattern.
  • Keep the existing desktop table layout and column order unchanged.

Fixes #1351

Verification

  • cd apps/dashboard && bun run build
  • bun --filter @agentv/dashboard test
  • bun run lint
  • bun run build && bun run test

Manual red/green UAT

Tested with a local fixture served via bun apps/cli/src/cli.ts dashboard --single --dir /tmp/agentv-1351-uat --port 4117 after rebuilding Dashboard static assets.

  • Red before fix: /tmp/agentv-1351-evidence/red-experiments-mobile.png — wrapper was overflow-hidden; viewport wrapper width was 340px while table content was 609px, so right-side columns were clipped.
  • Green after fix: /tmp/agentv-1351-evidence/green-experiments-mobile.png — wrapper is overflow-x-auto; horizontal scroll is available.
  • Green scrolled right: /tmp/agentv-1351-evidence/green-experiments-mobile-scrolled-right.png — verified the table scrolls to the right-side metrics on a 390px mobile viewport.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: f6762da
Status: ✅  Deploy successful!
Preview URL: https://cd407e06.agentv.pages.dev
Branch Preview URL: https://feat-1351.agentv.pages.dev

View logs

@christso christso merged commit 2d06e5e into main Jun 11, 2026
8 checks passed
@christso christso deleted the feat/1351 branch June 11, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: columns truncated in experiments tab in mobile view

1 participant