-
Notifications
You must be signed in to change notification settings - Fork 6
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
Blui 5309 rewrite jsdocs #375
Conversation
…native-workflows into blui-5309-rewrite-jsdocs
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.
These look great — very nice job with the cleanup
login-workflow/src/components/WorkflowCard/WorkflowCard.types.ts
Outdated
Show resolved
Hide resolved
login-workflow/src/components/WorkflowCard/WorkflowCardHeader.tsx
Outdated
Show resolved
Hide resolved
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.
Looks good.
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.
looks good
Fixes # .
Changes proposed in this Pull Request:
Fixed following issues:
WorkflowCard and related types are not exported from the main index file…these need to be exported so they can be consumed by users who want to use variables to hold some of their configuration properties.
Incorrect use of @param
Missing annotations for top-level type definitions
Misplaced annotations. E.g., here the annotation for the BasicDialog component is not next to the BasicDialog component definition:
Missing annotations on various components, e.g., PasswordRequirements:
Missing annotations on various screens, e.g., CreatePasswordScreenBase
Missing annotations on ContextProvider components that will be used by adopters directly, e.g., RegistrationWorkflowContextProvider
Incorrect Component annotation format / duplicated comments/definitions, e.g., AccountDetailsScreenBase, SuccessScreenBase:
Screenshots / Screen Recording (if applicable)
To Test:
Any specific feedback you are looking for?