Commit 54db5f7
Set sidebar and bottom panel collapsed by default on load
Changes initial state to provide a clean, minimal workspace on page load.
Both sidebar and bottom panel now start collapsed, showing only the editor
area with the empty state message.
Changes:
- Set sidebarCollapsed initial state to true (was false)
- Set bottomPanelCollapsed initial state to true (was false)
- Users can still open panels using toggle buttons in topbar
- Provides cleaner, more focused initial experience
- Editor area shows "No Instrument Selected" empty state on load
Users can easily open the sidebar or bottom panel at any time using the
panel toggle controls in the top-right of the topbar.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 72e2f95 commit 54db5f7
File tree
1 file changed
+2
-2
lines changed- benchmesh-serial-service/frontend/src/ui/workbench
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments