-
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] Improvements following the feedback #57
[DYN-7334] Improvements following the feedback #57
Conversation
1. help icon removed 5. minor UI changes 7. jagged edges fixed
2. zoom on node when selected in the UI
6. group title font color auto-adjusts for contrast with background color
4. TuneUp loads in Extensions in non-default languages
// and does not appear in Dynamo 3.1+. | ||
// We need to specify _View for TuneUpMenuItem to be added to the Extensions menu | ||
var extensionsMenuItem = dynamoMenuItems.Where(item => item.Header.ToString() == "_View"); | ||
var extensionsMenuItem = dynamoMenuItems.Where(item => item.Header.ToString() == Resources.DynamoViewExtensionsMenu); |
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.
👍🏻
What is the 3rd improvement? Just curious |
The grouped nodes are not ordered correctly. |
So I will add this to one of the open tuneup tasks and we can do that for 3.4. Changes look good. Merging this. |
This PR aims to address some of the resent feedback on TuneUp's revised control layout. It covers all points from column "3.3" of Mural with the exception of point 3.
@QilongTang
@reddyashish
@Amoursol
@dnenov