Problem
When an app is in fullscreen mode, the DevTools state (and logs) panes cannot be viewed. This makes debugging in fullscreen impractical, since there is no way to inspect state or read logs while the app occupies the whole viewport.
Proposed solution
Make DevTools a toggleable icon/overlay when in fullscreen (similar to React Query Devtools), so the panes can be opened on demand without leaving fullscreen. At minimum this should cover the state and logs panes.
Generated by Claude Code
Problem
When an app is in fullscreen mode, the DevTools state (and logs) panes cannot be viewed. This makes debugging in fullscreen impractical, since there is no way to inspect state or read logs while the app occupies the whole viewport.
Proposed solution
Make DevTools a toggleable icon/overlay when in fullscreen (similar to React Query Devtools), so the panes can be opened on demand without leaving fullscreen. At minimum this should cover the state and logs panes.
Generated by Claude Code