feat(ui): quick-collapse the left and right side panels#53
Merged
Conversation
Add a fast way to hide/show the two side panels, requested for tighter multi-camera layouts: - View menu: checkable "Show Left Panel" (Ctrl+Alt+[) and "Show Right Panel" (Ctrl+Alt+]). The right panel is the tabbed Camera Info / People / Services group, toggled as one unit; the left is Properties. - Status bar: ◧ / ◨ toggle buttons next to the Logs button. - Menu checkmarks and status-bar buttons stay in sync with the docks however they're toggled (menu, button, shortcut, or a panel's close box), via each dock's visibilityChanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Re-applies the panel-collapse feature. It was the last commit on #52 but the PR head GitHub recorded was the prior (docs) commit, so the squash-merge of #52 excluded it.
What
A fast way to hide/show the two side panels, for tighter multi-camera layouts:
visibilityChanged.Verified: UI smoke tests pass; offscreen functional check confirms toggling via setter, button, and menu all stay in sync with no signal loops.
🤖 Generated with Claude Code