Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

[WIP] Add right click menu for nodes - #35

Closed
lunarcloud with Copilot wants to merge 2 commits into
mainfrom
copilot/add-right-click-menu-options
Closed

lunarcloud with Copilot wants to merge 2 commits into
mainfrom
copilot/add-right-click-menu-options

Conversation

Copilot AI commented Mar 19, 2026

Copy link
Copy Markdown
  • Add IsRenaming property to NodeViewModel
  • Add RenameNodeCommand, MoveNodeToTabCommand, ShowNodePropertiesCommand to MainWindowViewModel
  • Add MoveNodeToTabAction to UndoableActions.cs
  • Update MainWindow.axaml: add node header template (inline rename) and ContextMenu (Rename/Delete/Move To Tab/Properties)
  • Update MainWindow.axaml.cs: add code-behind handlers for node context menu and rename TextBox
  • Add tests for new commands
Original prompt

This section details on the original issue you should resolve

<issue_title>Right Click Menu for Nodes</issue_title>
<issue_description>You should have the following options when right clicking nodes:

  • Rename
  • Delete
  • Move To Tab (submenu listing all tabs)
  • Properties</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Co-authored-by: lunarcloud <1565970+lunarcloud@users.noreply.github.com>
Copilot AI requested a review from lunarcloud March 19, 2026 01:52
@lunarcloud

Copy link
Copy Markdown
Owner

@copilot finish the work and update the pr description

@lunarcloud lunarcloud closed this Mar 19, 2026
@lunarcloud
lunarcloud deleted the copilot/add-right-click-menu-options branch March 19, 2026 13:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Right Click Menu for Nodes

2 participants