[UI] 상세페이지 댓글창 컴포넌트 구현#93
Merged
Merged
Conversation
HiJuwon
requested review from
gaeulzzang,
jinj00oo,
sunhwaaRj and
waldls
as code owners
July 28, 2025 01:45
waldls
approved these changes
Jul 28, 2025
waldls
left a comment
Member
There was a problem hiding this comment.
확인했습니다! 주석 꼼꼼하게 달아주셔서 좋아요 👍🏻 추후 API 연동 후에, 적어주신 내용대로 리팩토링 진행해주시면 될 것 같습니다~!!
sunhwaaRj
approved these changes
Jul 28, 2025
Member
Author
There was a problem hiding this comment.
화면설계서 상에는 댓글 최대 글자 제한은 없었는데, 한번 여쭤보겠습니다~~!
Member
Author
There was a problem hiding this comment.
댓글 최대 글자수는 없는 것으로 정해졌습니다
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
체크리스트
📌 관련 이슈번호
✅ Key Changes
상세페이지에서 작성 완료 시 나타나는 하단 댓글창 컴포넌트를 구현했습니다.
구현 컴포넌트 경로:
src/components/DetailView/Comment컴포넌트 구성:
CommentSection.tsx: 전체 댓글 섹션에 대한 컴포넌트입니다.CommentItem.tsx: 댓글 입력시 댓글 목록에 렌더링되는 개별 댓글 아이템입니다.CommentInput.tsx: 댓글 작성하는 textarea와 댓글 입력 버튼을 포함한 입력창 컴포넌트입니다.CommentCompletionButton.tsx주요 로직:
📸 스크린샷 or 실행영상
2025-07-28.10.31.38.mov
💬 To Reviewers
상세페이지 타이틀 문구가 파묻히는 문제
댓글 목록 위에 오버레이되는 흰색 그라데이션