-
Notifications
You must be signed in to change notification settings - Fork 5
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#30 강퇴 기능 구현 및 채팅렌더링 최적화 #266
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
@@ -127,6 +127,11 @@ socketService.on('endGame', () => { | |||
useRoomStore.getState().setGameState(GameState.END); | |||
}); | |||
|
|||
socketService.on('kickRoom', () => { | |||
alert('강퇴당하였습니다.'); | |||
// 메인페이지 or 로비로 이동시키기? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
대기방목록으로 보내는건 어떤가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
논의결과 : 모달 후 메인페이지로 이동 버튼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다
import { QuizSettingModal } from './QuizSettingModal'; | ||
import { socketService } from '@/api/socket'; | ||
import { usePlayerStore } from '@/features/game/data/store/usePlayerStore'; | ||
import { useQuizStore } from '@/features/game/data/store/useQuizStore'; | ||
|
||
export const GameHeader = () => { | ||
export const GameHeader = React.memo(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
➕ 이슈 번호
🔎 작업 내용
🖼 참고 이미지
개선 전
개선 후
🎯 리뷰 요구사항 (선택)
✅ Check List