Conversation
Summary of ChangesHello @cho-in-sik, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 댓글에 블러 처리 기능을 추가하여 특정 조건에서 댓글 내용을 가릴 수 있도록 합니다. 이는 사용자에게 민감한 정보나 특정 권한이 필요한 댓글을 보호하는 데 사용될 수 있습니다. 새로운 UI 컴포넌트와 데이터 모델 변경을 통해 이 기능을 지원하며, 블러 처리된 댓글에 대한 사용자 상호작용(예: 좋아요)을 제한합니다. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
| <div className="relative select-none"> | ||
| <div className="blur-sm text-sm">자신의 댓글만 조회할 수 있습니다.</div> | ||
| </div> |
| isLike: boolean; | ||
| likeCount: number; | ||
| canEdit: boolean; | ||
| isBlurred: boolean; |
There was a problem hiding this comment.
There was a problem hiding this comment.
ApplicantCommentReq -> ApplicantCommentRes 로만 변경해주시면 좋을것같아요!
dle234
left a comment
There was a problem hiding this comment.
고생하셨습니다! gemini 리뷰 정말 잘하네요
| isLike: boolean; | ||
| likeCount: number; | ||
| canEdit: boolean; | ||
| isBlurred: boolean; |
There was a problem hiding this comment.
ApplicantCommentReq -> ApplicantCommentRes 로만 변경해주시면 좋을것같아요!
관련 이슈
작업 분류
PR에서 핵심적으로 변경된 부분이 어떤 부분인가요? 👀
체크리스트 ✅
reviewers설정assignees설정label설정