Merged
Conversation
IceBear9028
approved these changes
Jun 28, 2025
Collaborator
There was a problem hiding this comment.
코드 문제 없는것 같고, 실행했을 때도 문제 없었습니다!
컴포넌트 많이 만드시느라 고생하셨어요.
바로 적용해도 된다고 생각해서 Merge 진행하겠습니다!
아래는 사용하면서 느낀 개선사항에 대해서 적용가능한지 확인 부탁드립니다!
-
SectionMessage컴포넌트의 필요- 이번 스프린트(6.23~ 29) 때에 해당 컴포넌트가 사용되는데, 해당 컴포넌트가 디자인시스템에는 아직 없어서 임시로 만들어서 작업진행하고 있습니다.
- 다음 스프린트때 일정 가능하시다면 추가하시는 것도 좋을 것 같아요!
- Figma 링크
-
TextArea와TextAreaWithCount컴포넌트의 분리 이유- 분리된 이유를 잘 모르겠어요. count 라는 props 를 전달해서 TextArea 컴포넌트 하나만 가져가는 것이 편할 것 같습니다.
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.
https://github.com/user-attachments/assets/04c5c9e8-2784-4e37-ad9d-94145fda3bd3
navigation, feedBack, foundation (디자인 토큰), input 등 컴포넌트 유형에 따라 폴더 구분
ProgressBar 개발
현재까지 완료한 작업 갯수 (doneTask), 총 작업 갯수 (totalTask) 이렇게 두 개의 상태를 받아 처리하는 식으로 구현했습니다.
다른 더 좋은 구현 방식이 있다면 추천 부탁드립니다.