Skip to content

Commit

Permalink
DYN-6783: Thumbnails for interactive guides (#15094)
Browse files Browse the repository at this point in the history
* Revert "DYN-6619-Localizing Stream Writer Exception2 (#15041)"

This reverts commit 765542d.

* Revert "DYN-6619-Localizing Stream Writer Exception2 (#15041)" (#15092)

This reverts commit 765542d.

* base64 img for tour guides

- added base64 img for tour guides as resources to be used as thumbnails in the HomePage

* Update PublicAPI.Unshipped.txt

* revert rebased changes

* revert rebase resources

* moved resources to HomePage class

- moved base64 image resources to the HomePage class

* Update PublicAPI.Unshipped.txt

---------

Co-authored-by: Roberto T <[email protected]>
Co-authored-by: Roberto T <[email protected]>
Co-authored-by: Aaron (Qilong) <[email protected]>
  • Loading branch information
4 people authored Apr 16, 2024
1 parent 534f6cf commit de4e02e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
4 changes: 3 additions & 1 deletion src/DynamoCoreWpf/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1550,9 +1550,11 @@ Dynamo.UI.Views.AboutWindow.InstallNewUpdate.get -> bool
Dynamo.UI.Views.GuidedTourItem
Dynamo.UI.Views.GuidedTourItem.Description.get -> string
Dynamo.UI.Views.GuidedTourItem.Description.set -> void
Dynamo.UI.Views.GuidedTourItem.GuidedTourItem(string name, string description, string type) -> void
Dynamo.UI.Views.GuidedTourItem.GuidedTourItem(string name, string description, string type, string thumbnail) -> void
Dynamo.UI.Views.GuidedTourItem.Name.get -> string
Dynamo.UI.Views.GuidedTourItem.Name.set -> void
Dynamo.UI.Views.GuidedTourItem.Thumbnail.get -> string
Dynamo.UI.Views.GuidedTourItem.Thumbnail.set -> void
Dynamo.UI.Views.GuidedTourItem.Type.get -> string
Dynamo.UI.Views.GuidedTourItem.Type.set -> void
Dynamo.UI.Views.GuidedTourType
Expand Down
19 changes: 15 additions & 4 deletions src/DynamoCoreWpf/Views/HomePage/HomePage.xaml.cs

Large diffs are not rendered by default.

0 comments on commit de4e02e

Please sign in to comment.