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

친구 목록 메시지 보내기 연결 #149

Merged
merged 5 commits into from
Dec 5, 2022

Conversation

ktmihs
Copy link
Member

@ktmihs ktmihs commented Dec 5, 2022

📕 제목

📗 작업 내용

구현 내용 및 작업 했던 내역

  • sidebar, chatting recoil atom 생성
  • 친구 목록 클릭 시, 해당 친구 메시지 컴포넌트로 연결

📘 PR 특이 사항

PR을 볼 때 주의깊게 봐야하거나 말하고 싶은 점

  • chatting을 전역 상태로 분리하였습니다. 변경 사항 확인해주세요.

… atom 생성

- 다른 컴포넌트에서도 접근할 수 있도록 전역 변수로 관리
- 메시지 보내기 버튼 클릭 시, 컴포넌트 변경
@ktmihs ktmihs added 프론트엔드 프론트엔드 기능 기능 추가 labels Dec 5, 2022
@ktmihs ktmihs added this to the [ 4주차 ] 22.12.05 ~ 22.12.11 milestone Dec 5, 2022
@ktmihs ktmihs self-assigned this Dec 5, 2022
Comment on lines 48 to 52
<button onClick={sendChatting}>
<img src={message} alt="채팅하기 버튼"></img>
</button>
<img src={unfollow} alt="친구 끊기 버튼" onClick={unfollowing}></img>
{isCalling && <div></div>}
Copy link
Collaborator

Choose a reason for hiding this comment

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

img를 감싸는 button을 맞춰주시면 더 좋을 것 같아요!

@hj1n hj1n merged commit 7aed1aa into boostcampwm-2022:develop Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 기능 추가 프론트엔드 프론트엔드
Projects
Status: 🎄 Done
Development

Successfully merging this pull request may close these issues.

3 participants