-
Notifications
You must be signed in to change notification settings - Fork 15
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
[DYN-7334] Revised TuneUp controls layout #53
[DYN-7334] Revised TuneUp controls layout #53
Conversation
fix sorting add datagrids
TODO: - Remove executionOrder from TotalGroupNodes - ExportJSON - write the code - Total time to be calculated from rounded times - Remove ExecutionTimes from NotExecuted nodes - UI to update when a node is renamed - UI to update when group is renamed and/or background color has changed
RaisePropertyChanged(nameof(OriginalName)); | ||
} | ||
} | ||
public bool IsGroupExecutionTime |
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.
Add summary to this public property
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.
done
@@ -18,7 +18,6 @@ public class TuneUpViewExtension : ViewExtensionBase, IViewExtension | |||
|
|||
public override void Dispose() | |||
{ | |||
TuneUpView.Dispose(); |
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.
Any reason to removing the dispose on the view when the extension is closed?
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.
AFAICT it was only unsubscribing from DynamoWindow_SizeChanged, which is not needed anymore.
Purpose
PR to address DYN-7334
Revised layout as in Figma
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang
@reddyashish
FYIs
@Amoursol
@dnenov