fix(web): improve scroll areas, layout, and chart formatting#91
fix(web): improve scroll areas, layout, and chart formatting#91ZingerLittleBee merged 3 commits intomainfrom
Conversation
Use content-start on the grid container so rows size to content instead of stretching to fill the allocated widget height. Drop h-full from ServerCard and flatten the latency section wrapper.
Settings tab content no longer stretches to fill remaining page height. Default targets list uses ScrollArea with fixed height (h-72) to enable proper scrolling of 90+ probe targets. Remove stray semicolons from JSX.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThis PR standardizes scrolling behavior across the application by introducing the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
overflow-auto/overflow-y-autowith shadcn<ScrollArea>across Table, network probes settings, and authed layout for consistent custom scrollbar behaviorh-fulland addingcontent-startLatencyChartfor extended time ranges (≥168h): date-based tick formatting (MM-DD), 24h time in tooltips, and transparent area fill to reduce visual noiseDataTableheader sticky withsticky top-0 z-10 bg-backgroundTest plan
Summary by CodeRabbit
New Features
Improvements