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

new wizzard control #15439

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Aug 21, 2024

Purpose

A PR containing the preliminary UI work for the design rehaul of the Package Manager publishing package. "Step-by-step wizard. Users should be able to navigate around by clicking the numbers at the top (once each step has been successfully fulfilled)."

The control has not been implemented anywhere in code yet.

Link to the Figma board: https://www.figma.com/design/MJh76m7bbafE3sjwLUTZhZ/Dynamo-package-manager-update?node-id=2409-15319&t=4BQN0lZMCg2MRHTp-0

UI Changes

CIGMsb99xD

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

  • new wizard-style custom user control

Reviewers

@QilongTang
@Amoursol

FYIs

@reddyashish

- new wizard-style custom user control
@Amoursol
Copy link
Contributor

Looks AWESOME @dnenov!

@QilongTang QilongTang added this to the 3.4 milestone Aug 21, 2024
@QilongTang
Copy link
Contributor

Indeed, looking good man @dnenov !

public static readonly DependencyProperty TitleProperty =
DependencyProperty.Register("Title", typeof(string), typeof(StepIndicatorControl), new PropertyMetadata("Step"));

public string Title
Copy link
Contributor

Choose a reason for hiding this comment

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

Add summary to public properties

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added summaries to all public properties!

@dnenov dnenov mentioned this pull request Sep 2, 2024
9 tasks
@reddyashish
Copy link
Contributor

@reddyashish
Copy link
Contributor

@reddyashish reddyashish merged commit f6c1bea into DynamoDS:master Oct 14, 2024
20 of 23 checks passed
@QilongTang
Copy link
Contributor

@reddyashish I think we are supposed to review and merge #15536 instead?

@reddyashish
Copy link
Contributor

So this is not needed?

@reddyashish
Copy link
Contributor

@QilongTang I can revert this once you confirm it.

@QilongTang
Copy link
Contributor

@reddyashish Can you check locally? I think the wizard is not complete, this PR is a WIP. I would prefer we revert in that case

reddyashish added a commit to reddyashish/Dynamo that referenced this pull request Oct 15, 2024
zeusongit pushed a commit that referenced this pull request Oct 15, 2024
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