Skip to content

Plan View: Allow the edit panel to open/close#13723

Merged
DonLakeFlyer merged 1 commit into
masterfrom
EditorOpenClose
Dec 10, 2025
Merged

Plan View: Allow the edit panel to open/close#13723
DonLakeFlyer merged 1 commit into
masterfrom
EditorOpenClose

Conversation

@DonLakeFlyer

Copy link
Copy Markdown
Contributor

Screenshot 2025-12-09 at 12 37 26 PM

Copilot AI review requested due to automatic review settings December 9, 2025 20:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a collapsible toggle button to the Plan View's right panel, allowing users to show/hide the edit panel. The implementation uses anchor manipulation to slide the panel in and out from the right edge of the screen.

Key Changes

  • Added a toggle button UI with chevron-style text indicators (">", "<") anchored to the left edge of the right panel
  • Implemented panel collapse/expand functionality by dynamically modifying anchor constraints
  • Used a computed expanded property based on anchor comparison to determine panel state

Comment thread src/QmlControls/PlanViewRightPanel.qml Outdated
Comment thread src/QmlControls/PlanViewRightPanel.qml Outdated
Comment thread src/QmlControls/PlanViewRightPanel.qml Outdated
Comment thread src/QmlControls/PlanViewRightPanel.qml
Comment thread src/QmlControls/PlanViewRightPanel.qml Outdated
Comment thread src/QmlControls/PlanViewRightPanel.qml
Comment thread src/QmlControls/PlanViewRightPanel.qml
Comment thread src/QmlControls/PlanViewRightPanel.qml
@DonLakeFlyer
DonLakeFlyer merged commit 3b377bb into master Dec 10, 2025
21 checks passed
@DonLakeFlyer
DonLakeFlyer deleted the EditorOpenClose branch December 10, 2025 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants