-
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
Graph node manager updates #14307
Graph node manager updates #14307
Conversation
- bigger text - header dividers - add labels for single and multiple outputs - added original name when copying node info - added separator to table headers
Cannot find the static member 'Title_TopLevelItemsNumber' on the type 'Resources'. [D:\a\Dynamo\Dynamo\net60_Win_Dynamo\src\GraphNodeManagerViewExtension\GraphNodeManagerViewExtension.csproj] This fork does not build |
src/GraphNodeManagerViewExtension/Converters/GraphNodeManagerConverter.cs
Show resolved
Hide resolved
src/GraphNodeManagerViewExtension/ViewModels/GridNodeViewModel.cs
Outdated
Show resolved
Hide resolved
src/GraphNodeManagerViewExtension/ViewModels/GridNodeViewModel.cs
Outdated
Show resolved
Hide resolved
src/GraphNodeManagerViewExtension/ViewModels/GridNodeViewModel.cs
Outdated
Show resolved
Hide resolved
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.
LGTM with some comments but this fork does not build, waiting for more changes. Also, can you make a gif how to trigger the copy node info button? I cant see it locally
- reordered usings with 'System' on top - added comments to new properties in GridNodeViewModel
|
@dariaivanciucova @dnenov |
Purpose
This PR contains the following changes to the GraphNodeManager extension UI:
Figma link
Replaced Function icon with updated version
Copy to Clipboard includes the original node name as well as the renamed node name
Added List Counter for top level items and single item icon
TODO: replace text with icons
Moved Export button to bottom of the nodes table, replaced the icon with text button.
updated font size to match Figma
added header vertical separators to match Figma
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Quality of Life improvements to Graph Node Manager.
Reviewers
@reddyashish
@QilongTang
FYIs
@dnenov
@Amoursol