-
Notifications
You must be signed in to change notification settings - Fork 636
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
new wizzard control #15439
Conversation
- new wizard-style custom user control
Looks AWESOME @dnenov! |
Indeed, looking good man @dnenov ! |
public static readonly DependencyProperty TitleProperty = | ||
DependencyProperty.Register("Title", typeof(string), typeof(StepIndicatorControl), new PropertyMetadata("Step")); | ||
|
||
public string Title |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
@reddyashish I think we are supposed to review and merge #15536 instead? |
So this is not needed? |
@QilongTang I can revert this once you confirm it. |
@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 |
This reverts commit f6c1bea.
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
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@QilongTang
@Amoursol
FYIs
@reddyashish