Skip to content
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

[Refactor/#82] TextField, TextArea 리팩토링 #83

Merged
merged 5 commits into from
Jul 10, 2024

Conversation

pepperdad
Copy link
Member

📌 관련 이슈번호

🎟️ PR 유형

어떤 변경 사항이 있나요?

  • 새 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 리팩토링

✅ Key Changes

이번 PR에서 작업한 내용을 간략히 설명해주세요

  1. TextField, TextArea 리팩토링

📢 To Reviewers

  • onChange 함수에 event 객체를 넣어서 사용할 수 있도록 변경하였습니다.
  • 노션 페이지에 추가로 작성했으니 확인해주시면 감사하겠습니다!

📸 스크린샷

🔗 참고 자료

https://jiwoothejay.notion.site/Input-a2541f69469a438ab6be1d20ab7d473c?pvs=25

Copy link

PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶

@github-actions github-actions bot added ♻️ REFACTOR 프로덕션 코드 리팩토링 ✨ FEAT 기능 구현 labels Jul 10, 2024
Copy link

Copy link
Contributor

@sinji2102 sinji2102 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 노션에 정리까지,,,,,, 감사합니다 제가 봤을 때 문제 없어보여서 빠른 사용을 위해 얼른 어푸하겟습ㄴ디ㅏ~~

Copy link
Contributor

@imddoy imddoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감자 또이를 위해 직접 리팩토링해주시다니 감사합니다.🙇🏻‍♀️🙇🏻‍♀️ 레전드 국밥 정도영 ㄷㄷ

Comment on lines 85 to 86
</S.TextFieldWrapper>
{maxLength && cap && <S.TextCap>{`${(value as string).length}/${maxLength}`}</S.TextCap>}
{maxLength && <S.TextCap>{`${(value as string).length}/${maxLength}`}</S.TextCap>}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p3) 이 부분 제가 cap 여부 조건 추가해서 머지했는데 혹시 pull 받고 확인가능할까요??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반영했습니다!

Copy link

Copy link
Contributor

@imddoy imddoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정된거 확인해서 어푸푸~

Copy link
Contributor

@ocahs9 ocahs9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

@pepperdad pepperdad merged commit 126de87 into develop Jul 10, 2024
1 check passed
Copy link

Copy link

@sinji2102 sinji2102 deleted the refactor/#82/RefactorInput branch December 16, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ REFACTOR 프로덕션 코드 리팩토링 ✨ FEAT 기능 구현
Projects
Status: 🎉Done
Development

Successfully merging this pull request may close these issues.

[ Refactor ] TextField, TextArea 컴포넌트 리팩토링
4 participants