Connector context menu lazy load#12091
Merged
QilongTang merged 37 commits intoDynamoDS:masterfrom Oct 4, 2021
Merged
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]>
Author
|
@QilongTang one sec fixing a few things.. |
Author
|
OK fixes made @QilongTang. |
Author
|
@QilongTang let me know if the Self-Serve is something on my end. |
Contributor
|
QilongTang
reviewed
Oct 1, 2021
QilongTang
reviewed
Oct 1, 2021
QilongTang
reviewed
Oct 1, 2021
QilongTang
reviewed
Oct 1, 2021
QilongTang
reviewed
Oct 1, 2021
Contributor
QilongTang
left a comment
There was a problem hiding this comment.
Some comments, then LGTM
Author
|
@QilongTang unit tests added :) |
Contributor
|
The regression list shown are not related to this PR. Merging. |
QilongTang
approved these changes
Oct 4, 2021
8 tasks
Contributor
|
I apologize, the three regressions are related to this PR, the fix is proposed in #12106 |
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.
Description
This PR:
Connectors.xamlinto aConnectorContextMenuViewModeland associated view that gets created when right clicked, and set tonullwhen mouse leaves or when an action is complete.Declarations
Check these if you believe they are true
*.resxfilesReviewers
@saintentropy
@QilongTang
FYIs
@SHKnudsen
@Amoursol