react-diff-view icon indicating copy to clipboard operation
react-diff-view copied to clipboard

How to show code changes by user like git blame ?

Open minicloudsky opened this issue 1 year ago • 2 comments

I want to show code changes by git user, like git blame,how to implement it with react-diff-view ?

for example

Tom some codes Tom some codes ... Jack some codes Jack some codes

minicloudsky avatar Aug 01 '24 06:08 minicloudsky

For git blame I believe its something about "author and date of each change", would you like to add these for each line of diff, or for hunks (a bunch of lines), or others?

otakustay avatar Aug 06 '24 07:08 otakustay

For git blame I believe its something about "author and date of each change", would you like to add these for each line of diff, or for hunks (a bunch of lines), or others?

yes,I hope to show git blame info like jetbrains IDE,how to add these info with react-diff-view ? image

minicloudsky avatar Aug 08 '24 03:08 minicloudsky

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 26 '25 01:04 stale[bot]