Skip to content

Commit

Permalink
Publish Package Dialog UI Refresh #2 (#12206)
Browse files Browse the repository at this point in the history
* Initial Commit

* Add hosts selections

* Add the multi selection

* Multiple Host Selection Display

* Correct Host Dependencies in Json for publishing and download

* Code Clean up

* More Cleanup and Comments

* Bug fixing - publish version

* Workaround to enable publishing from sandbox

* Update PublishPackageView.xaml

* Updates UI

* Adds new resources

* Updates UI

* Adds new close button icons

* Updates UI. Add Markdown selection functionality.

* Update AssemblySharedInfo.cs

* Adding remaining functionality to publish package view

* Updates method names

* Update PublishPackageView.xaml

* Update PublishPackageView.xaml.cs

* Adds ToolTip + Info Icon to Markdown Directory label

* Fixes regressions

* Responds to comments

* Cherry-picks edits from PR #12171

* Undoes whitespace changes

* Removes duplicate resources

Co-authored-by: tanga <[email protected]>
  • Loading branch information
OliverEGreen and QilongTang authored Nov 1, 2021
1 parent 3ea1c03 commit 848429e
Show file tree
Hide file tree
Showing 14 changed files with 1,613 additions and 582 deletions.
9 changes: 6 additions & 3 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
<Page Include="Controls\InPortContextMenu.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</Page>
<Page Include="Views\GuidedTour\ExitGuideWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down Expand Up @@ -1442,6 +1442,11 @@
<Resource Include="UI\Images\profile_normal.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="UI\Images\info-grey.png" />
<Resource Include="UI\Images\remove - default.png" />
<Resource Include="UI\Images\close_blue.png" />
<Resource Include="UI\Images\close_grey.png" />
<Resource Include="UI\Images\Folder.png" />
<Resource Include="UI\Images\caret_down_grey_48px.png" />
<Resource Include="UI\Images\caret_up_grey_48px.png" />
<Resource Include="UI\Images\menu_grey_48px.png" />
Expand All @@ -1456,8 +1461,6 @@
<EmbeddedResource Include="Views\GuidedTour\HtmlPages\learnPackages.html" />
<Resource Include="UI\Images\info_2.png" />
<Resource Include="UI\Images\alert_2.png" />
<Resource Include="UI\Images\close_blue.png" />
<Resource Include="UI\Images\close_grey.png" />
<Resource Include="UI\Images\pin_hidden_48_48.png" />
<Resource Include="UI\Images\pin_hover_48_48.png" />
<Resource Include="UI\Images\wire_anchor_48_48.png" />
Expand Down
228 changes: 222 additions & 6 deletions src/DynamoCoreWpf/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 848429e

Please sign in to comment.