-
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
Dnenov restyle visual restyle #13075
Dnenov restyle visual restyle #13075
Conversation
- part of the overall visual restyle in Q3 2022 - style matched to the existing DynamoMessageBox - interim commit
- swapped window icons
…ov-restyle-visual-restyle
- restyle Edit text pop-up window
- restyle to the Dynamo About window
- changed Edit Node to dark theme as per Figma
- small tweaks to UI of Edit, About and TermsOfUse Windows
- visual update to the Usage Reporting Agreement Window - changed the fontsize for all RichTextFiles (this is a limitation)
- restyle to Dynamo crash window
- the Generic Task Dialog is the base class that is used to display the 'Graph Contains Unresolved Nodes and Cannot be Saved dialog.' Restyled to match the new Theme.
-contextually rename Node directly when under the ZoomThreshold
- small visual fix to the About Dialog - added documentation for the new methods incorporated in the NodeView
@Jingyi-Wen as per the Slack conversation, could you please update the two nodal graphics here? One sad face and the other band-aid face ones! 😁 |
- Graph contains unresolved nodes dialog: - blue button, image change - Dynamo has crashed - image change - About Dynamo - Dynamo icon text needs to be changed to darker color. Same for version text
@dnenov |
- removed png files that are no longer needed
- multiple dialog texts have been updated - crash dialog - unresolved nodes - minor alignment to control buttons of dialogs
- updated 'About' dialog following team meeting - green color of (Up-to-date) changed - (Up-to-date) changed to (Up to date) - the dialog is now resizable with grip (slow performance noted, not sure how to optimize or if it is possible) - minimize, maximize buttons added
- implemented a version of the high-density design style - generally less margins all around
- added the ability to close down a dialog window by hitting the Escape key
- fixed the style of the text box displaying the details of a crash, if expanded - a new style created, old style is still in use so remains unchanged
The unification of all the dialog icons (minimize, maximize, close, normalize) will be done in a separate PR. |
…ov-restyle-visual-restyle
- fixed the double 'Dynamo' text of the Crash Dialog Title inside the US Recourses
Thanks Deyan for fixing the regressions. Running the job again to make sure everything is passing. |
Purpose
Visual restyle for dialog-type UI elements.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@reddyashish
FYIs
@Amoursol