-
Notifications
You must be signed in to change notification settings - Fork 82
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] 사용자 정보 클릭시 해당 계정 페이지로 이동 #685
Conversation
target="_blank" | ||
rel="noopener noreferrer" |
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.
😮👍👍
|
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입니다!!
추가적으로, #668 의 리뷰에 있는 것처럼, 아래 사항들 고려해주시면 감사하겠습니다.
(각각 이슈로 만들어주시면 좋을 것 같습니다!!)
- 현재는 외부 브라우저로 바로 링크가 열리는 것 같은데(맞죠?), vscode의 다른 panel로 열리거나, webview안에서 작은 frame으로 열리거나 하게 할 수도 있을 것 같아요.
- 혹은 이런 외부 링크 열리는 방법들을 사용자 셋팅으로 결정되게 할 수도 있구요.
- 그리고, 리뷰에 남긴 것처럼, github.com 외의 도메인을 지원하는 부분을 고려해야 할 수도 있을 것 같습니다.
@@ -1,5 +1,5 @@ | |||
import { Tooltip, Avatar } from "@mui/material"; | |||
|
|||
import { GITHUB_URL } from "../../../constants/constants"; |
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이외의 URL을 사용하는 (ex. github enterprise) 경우도 고려해주시면 좋겠습니다.
아래 건 참고하시면 되고,
#668 (comment)
해당 부분 이슈로 등록해주시면 감사하겠습니다!
아 부분 불편하다고 생각하고 있었는데 넘 좋습니다..ㅎㅎ |
아, 이제 기억이 났는데, ^^; 해당 부분에 대한 처리가 필요하겠네요. 클릭이 안되게 한다던지, 다른 메시지를 띄운다던지.. 등? |
넵 이슈에 추가하겠습니다! |
요것도 등록해놓겠습니다! |
Related issue
#571
Result
2024-09-02.1.41.17.mov
Work list
Discussion
author.ts
의getAuthorProfileImgSrc
에서 유저 아이콘 이미지가 없는 경우GRAVATA_URL
에서 가져오는 경우 때문에 발생하는 것 같습니다.