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

EditorTextArea에 compound Component 패턴 적용 #234

Open
3 tasks
jae-hun-e opened this issue Jan 23, 2024 · 0 comments · May be fixed by #237
Open
3 tasks

EditorTextArea에 compound Component 패턴 적용 #234

jae-hun-e opened this issue Jan 23, 2024 · 0 comments · May be fixed by #237
Assignees
Labels
🔨 Refactor 코드를 리팩토링

Comments

@jae-hun-e
Copy link
Collaborator

jae-hun-e commented Jan 23, 2024

🔨 설명

patchThread에만 사용하는 뷰,
무능게시판에서만 사용하지 않는 멘션input등이 있으니
compound 컴포넌트로 재사용성을 향상 시킬 예정

  • 멘션여부를 선언적으로 사용할 수 있도록 compound components로 리팩토링
  • 전송 버튼을 선언적으로 사용할 수 있도록 compound components로 리팩토링

작업 상세 내용

  • 멘션input, textArea, 전송 버튼 (전송 / 취소+확인) 합성
  • textArea placeholder 외부에서 선언
  • 전송 외부에서 선언
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드를 리팩토링
Projects
None yet
1 participant