-
Notifications
You must be signed in to change notification settings - Fork 16
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
TaskList: task list to support notRequired
status
#1884
base: develop
Are you sure you want to change the base?
TaskList: task list to support notRequired
status
#1884
Conversation
🦋 Changeset detectedLatest commit: a663171 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -94,6 +97,8 @@ const TaskListItem = ({ | |||
css={{ | |||
position: 'relative', | |||
textDecoration: 'none', | |||
cursor: isDisabled ? 'not-allowed' : 'pointer', |
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.
FYI the design team will do a review of this and follow up with you
Quality Gate passedIssues Measures |
Provide an overview of your changes here. Include screenshots, photos or links if necessary.
Following changes are implemented:
message
can be string or aReactNode
notRequired
added. It makes that step skippable. In some business cases, a step becomenot required
because of some business conditions. This caters to such needs.View preview
Checklist
Preflight
accordion: Updated padding
ordocs: Updated header links
yarn changeset
. Learn more about change management.Testing
yarn test
to ensure tests are passing. If required, runyarn test -u
to update any generated snapshots.Documentation
Creating new component
docs/overview.mdx
anddocs/code.mdx
at a minimum)yarn
in the root of the repo to do this)docs/components/designSystemComponents.tsx
).storybook/stories/KitchenSink.tsx
)docs/playroom/snippets.ts
)docs/components/pictograms/index.tsx
)