-
Notifications
You must be signed in to change notification settings - Fork 83
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
[view] 커밋 링크 추가 #668
[view] 커밋 링크 추가 #668
Conversation
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.
LGTM!! PR 올리시느라 고생하셨습니다!!! 👍👍👍
기능 자체의 확장에 대해서도 좀 고민하면 좋을 것 같아서 해당 내용 comment 남깁니다.
@@ -84,15 +85,15 @@ const Detail = ({ selectedData, clusterId, authSrcMap }: DetailProps) => { | |||
</span> | |||
</div> | |||
<div className="commit-id"> | |||
<span | |||
<a | |||
href={`https://github.com/${owner}/${repo}/commit/${id}`} |
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.
해당 기능에 추가로, github.com 외의 도메인도 지원하게 하자는 #465 이슈도 추후에 고려해주셨으면 좋겠습니다~~
(enterprise github등을 쓰는 경우에는 github.com 이 아닌 다른 도메인도 쓰인답니다!)
onClick={handleCommitIdCopy(id)} | ||
role="button" | ||
tabIndex={0} | ||
onKeyDown={handleCommitIdCopy(id)} |
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.
onkeydown 은 저도 왜 있는지 모르겠네요 ^^;;
(말씀해주신걸 보니, 이제야 기억이 났네요;; 해당 기능은 git-graph에 있는 것처럼, commit ID를 눌리면 hash 값이 복사되어서, checkout할 때 등등 사용할 수 있도록 하는 기능이었습니다)
위 사항들 잘게 쪼개서 이슈로 등록해주시면 좋을 것 같고,
|
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.
LGTM 고생하셨습니다~!!
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.
LGTM 고생하셨습니다 ㅎㅎ
리뷰 감사합니다!ㅎㅎ말씀주신 부분들 잘 정리해서 이슈로 등록해둘게요!! |
Related issue
#534
Result
2024-08-25.6.37.01.mov
Work list
Discussion