{{ message }}
fix(dashboard): compact 375 day switcher and scroll overview tabs - #3293
Merged
Conversation
Co-Authored-By: duyetbot <bot@duyet.net> Co-authored-by: duyet <duyet@users.noreply.github.com>
Contributor
☁️ Cloudflare Preview Deployment
|
duyet
marked this pull request as ready for review
August 26, 2026 11:30
Co-Authored-By: duyetbot <bot@duyet.net> Co-authored-by: duyet <duyet@users.noreply.github.com>
Contributor
☁️ Cloudflare Preview Deployment
|
6 tasks
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
Fixes #3289: at 375, the overview day switcher (1h…30d) was a 44×44 chip row that overflowed and clipped the theme icon; Memory and later section tabs clipped with no usable in-strip scroll.
Changes
flex-1belowsm, filling the row beside 44×44 refresh/search/theme (time-range-picker.tsx,header-actions.tsx).min-w-0 w-full overflow-x-auto+flex-nowrapso Memory and later tabs scroll inside the strip (overview.tsx, matchingTabsSkeleton).Test plan
pnpm run lintpasses with no errors (Biome on changed files)pnpm run type-check:testpassesTabsSkeletonunit tests passunit-testsanddashboardpassed onf7d2bf9right390 (clips), Memory clippedright348; tab scroll reveals Memory & CPUdocs/content/ai-agent.mdx— N/Apreview.dash.chmonitor.devis a shared last-writer-wins worker. After this PR deployed (dashboard-shell-BXqbY8A-.js), a later PR overwrote it (dashboard-shell-CHrVxKbQ.jsstill hasmin-h-11chips). Use this branch's deploy, not the shared URL, to QA.Notes for reviewer
Measured live
dash.chmonitor.dev/overview?host=0at 375 before coding. 44×44 day-switcher chips (#3108 leftover) overflow the row; utilities stay 44×44.Read-only
?host=0. No add-host, Settings, or AnyRouter changes.Co-Authored-By: duyetbot bot@duyet.net