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] FIX: 버그 수정 #253 #254

Merged
merged 14 commits into from
Feb 26, 2025
Merged

[FE] FIX: 버그 수정 #253 #254

merged 14 commits into from
Feb 26, 2025

Conversation

42inshin
Copy link
Collaborator

해당 사항 (중복 선택)

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

설명

🔗 관련 이슈

해결한 이슈: closed #253

📝 작업 내용

  • 토큰 시간 변경했습니다.
  • iOS webView를 위한 코드 추가했습니다.
  • accessToken 초기화 시 Store 초기화하는 코드 추가했습니다.
  • 새로운 채팅 온 경우 내 방 버튼에 인디케이터가 추가되었습니다.
  • 룸 페이지 렌더링을 위해서 strore 상태를 불러오는 방식을 변경했습니다.
  • Sentry host 추가했습니다.
  • 방 초대 api 추가했습니다.
  • WebSocketStore에 Stomp 구독 해지 기능 추가했습니다.

@42inshin 42inshin added FEAT 새로운 기능 추가 및 개선 🖥️FE 프론트엔드 작업 labels Feb 26, 2025
@42inshin 42inshin requested a review from juwon5272 February 26, 2025 06:01
@42inshin 42inshin self-assigned this Feb 26, 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.

렌더링 횟수가 많이 줄었네요 고생하셨습니다

@juwon5272 juwon5272 merged commit f07afda into dev Feb 26, 2025
1 check passed
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] FIX: 렌더링 개선 및 1차 목표를 위한 수정
2 participants