You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR disables the sign-in functionality when Dynamo is running in "no network mode" to provide a better user experience by preventing failed authentication attempts when network connectivity is unavailable. The changes introduce logic to conditionally disable the login menu and provide appropriate user feedback.
Disables the login menu when NoNetworkMode is enabled
Updates tooltip text to inform users how to enable sign-in functionality
Ensures tooltip is visible even when the button is disabled
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
File
Description
DynamoView.xaml.cs
Adds logic to disable login menu when no network mode is active
ShortcutToolbar.xaml.cs
Sets initial login menu state based on network mode during toolbar load
ShortcutToolbar.xaml
Enables tooltips on disabled buttons and implements conditional tooltip content
Resources.resx
Adds new tooltip text for offline sign-in state
Resources.en-US.resx
Adds English localization for the new offline tooltip
Files not reviewed (1)
src/DynamoCoreWpf/Properties/Resources.Designer.cs: Language not supported
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.
Purpose
Disable sign in on no network mode
Declarations
Check these if you believe they are true
Release Notes
Disable sign in on no network mode
Reviewers
@DynamoDS/eidos
@DynamoDS/synapse
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of