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

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Apr 7, 2024

Purpose

This PR addresses https://jira.autodesk.com/browse/DYN-6783:

  • Display thumbnails for interactive guides in the gallery view (attached images)

The following PR contains the changes in the react app to allow the correct functionality of this PR.
 

UI Changes

image

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

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

Reviewers

@QilongTang

FYIs

@Amoursol

Copy link

github-actions bot commented Apr 7, 2024

UI Smoke Tests

Test: success. 2 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net8.0

@QilongTang
Copy link
Contributor

hi @dnenov I think you still have a few deletion change needs to be reverted in DSOffice project

@dnenov
Copy link
Collaborator Author

dnenov commented Apr 9, 2024

hi @dnenov I think you still have a few deletion change needs to be reverted in DSOffice project

Oh boy, thank you for your patience @QilongTang .

@dnenov dnenov closed this Apr 9, 2024
@dnenov dnenov reopened this Apr 9, 2024
@QilongTang QilongTang added this to the 3.2 milestone Apr 10, 2024
- moved base64 image resources to the HomePage class
@@ -4713,6 +4715,9 @@ static Dynamo.Wpf.Properties.Resources.GroupStylesCancelButtonText.get -> string
static Dynamo.Wpf.Properties.Resources.GroupStylesSaveButtonText.get -> string
static Dynamo.Wpf.Properties.Resources.HideClassicNodeLibrary.get -> string
static Dynamo.Wpf.Properties.Resources.HideWiresPopupMenuItem.get -> string
static Dynamo.Wpf.Properties.Resources.HomePageInteractiveGuideGettingStartedImg.get -> string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are private APIs so they dont need to be declared

@QilongTang QilongTang merged commit de4e02e into DynamoDS:master Apr 16, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants