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] FEAT: 채팅 소켓 연결 #193 #200

Merged
merged 7 commits into from
Feb 19, 2025
Merged

[FE] FEAT: 채팅 소켓 연결 #193 #200

merged 7 commits into from
Feb 19, 2025

Conversation

42inshin
Copy link
Collaborator

해당 사항 (중복 선택)

  • FEAT : 새로운 기능 추가 및 개선
  • FIX : 기존 기능 수정 및 정상 동작을 위한 간단한 추가, 수정사항
  • BUG : 버그 수정
  • REFACTOR : 결과의 변경 없이 코드의 구조를 재조정
  • TEST : 테스트 코드 추가
  • DOCS : 코드가 아닌 문서를 수정한 경우
  • REMOVE : 파일을 삭제하는 작업만 수행
  • RENAME : 파일 또는 폴더명을 수정하거나 위치(경로)를 변경
  • ETC : 이외에 다른 경우 - 어떠한 사항인지 작성해주세요.

설명

🔗 관련 이슈

해결한 이슈: closed #193

📝 작업 내용

  • 채팅 소켓 연결
  • 무한 스크롤 구현
  • 채팅 스크롤 시 아래로 내려가는 버튼 추가
  • 새 메시지 받은 경우 갯수 보여주는 counter 추가
  • date 형식 올해인 경우 연도 안보여주고, 당일인 경우 날짜도 안보여주도록 변경

📸 스크린샷(optional)

test2.mov

@42inshin 42inshin added FEAT 새로운 기능 추가 및 개선 🖥️FE 프론트엔드 작업 labels Feb 19, 2025
@42inshin 42inshin self-assigned this Feb 19, 2025
@42inshin 42inshin changed the title Fe/dev/feat chat/#193 [FE] FEAT: 채팅 소켓 연결 #193 Feb 19, 2025
Copy link
Collaborator

@juwon5272 juwon5272 left a comment

Choose a reason for hiding this comment

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

고도화는 추후에 다시 진행해두겠습니다. LGTM

@42inshin 42inshin merged commit b0ed9fa into dev Feb 19, 2025
1 check passed
@42inshin 42inshin deleted the fe/dev/feat_chat/#193 branch February 19, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥️FE 프론트엔드 작업 FEAT 새로운 기능 추가 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] FEAT: 채팅 웹소켓 연결
2 participants