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

docs: added support for commit-copy-action #1241

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

harish-viswa
Copy link
Contributor

closes #1238

Copy link

netlify bot commented Mar 12, 2025

Deploy Preview for harness-design ready!

Name Link
🔨 Latest commit 9a2d83d
🔍 Latest deploy log https://app.netlify.com/sites/harness-design/deploys/67e53059db71a20008e5d8bc
😎 Deploy Preview https://deploy-preview-1241--harness-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@harish-viswa harish-viswa force-pushed the docs/commit-copy-action branch from a7f47ad to 176921f Compare March 12, 2025 16:06
Copy link

netlify bot commented Mar 12, 2025

Deploy Preview for harness-xd-review ready!

Name Link
🔨 Latest commit a7f47ad
🔍 Latest deploy log https://app.netlify.com/sites/harness-xd-review/deploys/67d1b06514bd1a00082ed932
😎 Deploy Preview https://deploy-preview-1241--harness-xd-review.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@harish-viswa harish-viswa force-pushed the docs/commit-copy-action branch from 176921f to d6ede6d Compare March 12, 2025 16:10
Copy link

netlify bot commented Mar 12, 2025

Deploy Preview for harness-xd-review ready!

Name Link
🔨 Latest commit 9a2d83d
🔍 Latest deploy log https://app.netlify.com/sites/harness-xd-review/deploys/67e53059346c8e000894daf9
😎 Deploy Preview https://deploy-preview-1241--harness-xd-review.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@harish-viswa harish-viswa force-pushed the docs/commit-copy-action branch from d6ede6d to 37c3dbd Compare March 12, 2025 16:16
Copy link
Collaborator

@knagurski knagurski left a 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

Copy link
Collaborator

@knagurski knagurski left a 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.

Copy link
Collaborator

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?

Comment on lines +41 to +42
sha="abc1234"
toCommitDetails={({ sha }) => `/commit/${sha}`}
Copy link
Collaborator

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?

Suggested change
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

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.

Document commit-copy-action component
2 participants