-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector context menu lazy load #12091
Connector context menu lazy load #12091
Conversation
…#12069) * Add visiblity trigger to empty tooltip strings * PR comment * Pr comments Co-authored-by: Craig Long <[email protected]>
* add pins to groups * Update ConnectorPinView.xaml.cs
* Polyline + thick outline removed. * Removed 'ConnectorType` menu from view->connectors. * Updated connector styles. * New resources added/old ones removed. Minor UI updates to reflect mockups.
* make sure nodes gets added to parent group * remove commented code Co-authored-by: Aaron (Qilong) <[email protected]>
@QilongTang one sec fixing a few things.. |
…-JULIANI/Dynamo into Connector-ContextMenu-LazyLoad
OK fixes made @QilongTang. |
@QilongTang let me know if the Self-Serve is something on my end. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments, then LGTM
@QilongTang unit tests added :) |
The regression list shown are not related to this PR. Merging.
|
I apologize, the three regressions are related to this PR, the fix is proposed in #12106 |
Description
This PR:
Connectors.xaml
into aConnectorContextMenuViewModel
and associated view that gets created when right clicked, and set tonull
when mouse leaves or when an action is complete.Declarations
Check these if you believe they are true
*.resx
filesReviewers
@saintentropy
@QilongTang
FYIs
@SHKnudsen
@Amoursol