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

[v0.1.1] 댓글 영역(CommentItem) 답글쓰기, 수정, 삭제 버튼 클릭 시 액션 추가 필요 #90

Open
2 of 6 tasks
callmebyneon opened this issue Jul 18, 2024 · 0 comments · Fixed by #102
Open
2 of 6 tasks
Assignees
Labels
feature 기능 개발
Milestone

Comments

@callmebyneon
Copy link
Contributor

callmebyneon commented Jul 18, 2024

common/Organisms/Comment/CommentItem.tsx

  • 답글쓰기 버튼 클릭 시 CommnetInput 컴포넌트 보이기 (init={true})
  • 작성자 본인이 쓴 댓글/대댓글에만 수정, 삭제 버튼 보이기
  • 수정 버튼 클릭 시 CommentBodyLayout에 CommentItem 컴포넌트 보이기 (init={true})
  • 삭제 버튼 클릭 시 confirm modal(삭제하시겠습니까?) 표시
    • confirm modal에서 취소 버튼 클릭 시 모달만 hide 처리
    • confirm modal에서 삭제 버튼 클릭 시 모달 hide 처리 + 삭제 액션(ex. DELETE to api/reply/:replyId) 실행
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant