-
Notifications
You must be signed in to change notification settings - Fork 7
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
docs: added support for commit-copy-action #1241
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for harness-design ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
a7f47ad
to
176921f
Compare
✅ Deploy Preview for harness-xd-review ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
176921f
to
d6ede6d
Compare
✅ Deploy Preview for harness-xd-review ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
d6ede6d
to
37c3dbd
Compare
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 like the name of the file is wrong (missing an s
) and a prop is documented that doesn't exist
Co-authored-by: Kevin Nagurski <[email protected]>
Co-authored-by: Kevin Nagurski <[email protected]>
Co-authored-by: Kevin Nagurski <[email protected]>
Co-authored-by: Kevin Nagurski <[email protected]>
Co-authored-by: Kevin Nagurski <[email protected]>
Co-authored-by: Kevin Nagurski <[email protected]>
Co-authored-by: Kevin Nagurski <[email protected]>
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.
If we can rename this file and add the inline prop comments, we're good to go with this.
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.
Can we rename this file to match the name of the component?
sha="abc1234" | ||
toCommitDetails={({ sha }) => `/commit/${sha}`} |
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.
Can we add the inline comments to describe the props?
sha="abc1234" | |
toCommitDetails={({ sha }) => `/commit/${sha}`} | |
sha="abc1234" // SHA hash to copy to clipboard | |
toCommitDetails={({ sha }) => `/commit/${sha}`} // callback to get the unique URL to navigate to on click |
closes #1238