-
Notifications
You must be signed in to change notification settings - Fork 654
Pm mypackages - cherrypick resources #14299
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
Conversation
- merging existing functionality for the package details extension
- added resources for localization - package manager view final changes
- added test for InitialResultsLoaded - removed accidental code
- removed PackageManagerSearchPackagesControlName as no longer needed
- small update to the border thickness - comment added to the new copy-to-clipboard
I have a question, can we allow upload with version lower like nuget.org ?
|
@@ -2202,13 +2202,20 @@ private void DynamoViewModelRequestShowPackageManager(object s, EventArgs e) | |||
WindowStartupLocation = WindowStartupLocation.CenterOwner | |||
}; | |||
|
|||
// setting the owner to the packageManagerWindow will centralize promts originating from the Package Manager | |||
dynamoViewModel.Owner = packageManagerWindow; |
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.
👍🏻
{ | ||
var tabName = Dynamo.Wpf.Properties.Resources.PreferencesPackageManagerSettingsTab; | ||
var expanderName = Dynamo.Wpf.Properties.Resources.PackagePathsExpanderName; | ||
PreferencesPanelUtilities.OpenPreferencesPanel(dynamoView, WindowStartupLocation.CenterOwner, tabName, expanderName); |
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.
Do we do this so it works in a localized environment? But I think it is the other way round right? It would fail that way, did I miss anything here
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.
I can see that you are following an existing example, let's leave it for now
src/DynamoCoreWpf/Views/PackageManager/PackageManagerView.xaml.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
Cherry-pick from #14198 to break it down into smaller chunks.
Purpose
This is a follow-up PR on the package integration PR. It builds on the continuous design guides as per this Figma link.
Even though a lot of areas have been improved, this is still work in progress. With the main skeleton of the solution in place, the major directions of work are:
Screenshots
01 loading screen

02 discard loading timeout

03 package details extension interaction

04 package manager contents

05 package manager to preferences interaction

Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Progression work on the Package Manager
Reviewers
@reddyashish
@QilongTang
FYIs
@Amoursol