Problem
The dashboard's WorkspaceSidebar is rendered as a permanent flex column. Below 768px viewport width it eats most of the horizontal space and pushes the findings list and call graph off-screen.
Reproduction
- Open http://localhost:3000/dashboard with a loaded workspace
- Resize the window below ~768px (or use Chrome DevTools mobile preset)
- Observe: sidebar takes ~50% of the width; findings list compresses to a couple of words per line; call graph spills horizontally
Acceptance Criteria
Pointers
Difficulty
Medium. Layout reflow + state for the open sheet.
Problem
The dashboard's
WorkspaceSidebaris rendered as a permanent flex column. Below 768px viewport width it eats most of the horizontal space and pushes the findings list and call graph off-screen.Reproduction
Acceptance Criteria
<mdbreakpoint, sidebar collapses to a slide-out sheet triggered by a hamburger in the dashboard headerWorkspaceSidebarat mobile + desktop breakpointsPointers
Difficulty
Medium. Layout reflow + state for the open sheet.