Skip to content
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

DYN-6783: Thumbnails for interactive guides #15094

Merged
Merged
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.

Loading