Merged
Conversation
bk-git-hub
reviewed
Mar 26, 2026
Collaborator
bk-git-hub
left a comment
There was a problem hiding this comment.
수민님 수고많으셨습니다!
css 템플릿도 잘 정리해주시고 테일윈드를 새로 적용해주셨군요!
코드가 전반적으로 깔끔한 것 같아 사소하게 html 태그 관련 다듬을 부분만 코멘트로 남겨두었습니다.
그런데 이번 PR에서는 커밋 메시지나 작업 단위 측면에서 그 부분을 적용해보려는 흔적이 잘 보이지 않아 조금 아쉬웠습니다. 기능을 구현하는 것만큼이나 커밋을 정리된 방식으로 남기고 작업 흐름이 보이도록 구성하는 것도 중요하니, 다음에는 그 부분까지 함께 챙겨주시면 더 좋을 것 같습니다.
제가 공지에 작성해둔 커밋 가이드 링크 남겨드리겠습니다.
https://www.notion.so/Git-Commit-Guide-327793efb80180bcb8f9c357c580a48d
Comment on lines
+25
to
+27
| <p className="text-[14px] leading-[21px] text-[#1F2937]"> | ||
| <Item todo={todo} isCompleted={isCompleted} /> | ||
| </p> |
Collaborator
There was a problem hiding this comment.
p 태그로 Item 컴포넌트를 감싸고 있는데 Item 컴포넌트가 내부에서 div로 감싸져있어 html 구조가 어색해지는 부분이 있습니다 텍스트만 p로 감싸거나, 바깥 구조를 div로 정리하는 쪽이 더 자연스러울 것 같아요.
Comment on lines
+11
to
+13
| <span className="text-[24px] font-bold leading-[36px] text-[#1F2937]"> | ||
| {title} | ||
| </span> |
Collaborator
There was a problem hiding this comment.
헤더 타이틀이 지금은 span으로 들어가 있는데, 화면의 실제 제목 역할이라면 h1이나 h2같은 태그로 표현하면 구조 의미가 더 분명해질 것 같습니다.
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.
✅ 제출 정보
✅ 체크리스트 (필수)
main이 아니라 내 GitHub 핸들 브랜치(<handle>)다<handle>-week-xx형식이다🧩 구현 내용 요약
❓ 궁금한 점