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

Fe/feature/#603 실시간 채팅 알림 기능 #607

Merged
merged 6 commits into from
Mar 6, 2024

Conversation

HeoJiye
Copy link
Collaborator

@HeoJiye HeoJiye commented Mar 6, 2024

변경 사항

  • 실시간 메세지가 왔을 때 알림 기능 추가

고민과 해결 과정

1️⃣ Toast를 추가해서 채팅이 왔을 때 알림이 오도록 함

  • Toast 메세지를 전역 상태로 빼놓고 어디서든 Toast를 띄울 수 있도록 함.

✅ TODO: sidebar 관련 상호작용 추가가 필요함

  • sidebar가 보여진 상태에서는 toast 띄우지 않기
  • toast를 클릭할 때 sidebar 열기
  • sidebar 버튼을 누르면 toast 끄기

-> sidebar 상태를 원래 전역으로 사용했었는데, 그 부분이 수정되어서 이 부분 어떻게 할지 생각해봐야 함.

(선택) 테스트 결과

녹화_2024_03_06_18_36_36_285

Copy link
Collaborator

@Doosies Doosies left a comment

Choose a reason for hiding this comment

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

💬 사이드바 상태를 다른곳에서도 사용해야 하면 다시 전역으로 빼는것도 좋은 방법같아!

@Doosies
Copy link
Collaborator

Doosies commented Mar 6, 2024

👍 토스트 메세지 필요하면 다른곳에서도 편하게 쓸 수 있겠다

Copy link
Collaborator

@kimyu0218 kimyu0218 left a comment

Choose a reason for hiding this comment

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

토스트 귀엽다~~ 👍👍
💬 만약에 카드 이미지가 전송되면 어떻게 되는 거야? (카드 펼치기 한 후에 채팅방으로 전송되잖아!!) 아직 처리 안했으면 작은 이미지도 좋을 것 같고, 옛날 카톡처럼 (사진) 이런 식으로 해도 좋을 것 같아 :)

@kimyu0218
Copy link
Collaborator

💬 토스트도 빛나네...!! css 천재 👏

@kimyu0218 kimyu0218 linked an issue Mar 6, 2024 that may be closed by this pull request
2 tasks
@HeoJiye HeoJiye merged commit 98a4cfb into dev Mar 6, 2024
8 checks passed
@HeoJiye HeoJiye deleted the FE/feature/#603-실시간-채팅-알림-기능 branch March 6, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✅ FEATURE: 실시간 채팅 알림 기능
3 participants