-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/#178: 유저 기권 및 관리자가 실격처리 할 수 있도록 추가 #186
Conversation
{requestUser === -1 && ( | ||
<DisqualificationButton onClick={() => onClickDisqualification(player)}> | ||
실격처리 | ||
</DisqualificationButton> | ||
)} |
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.
실격처리 Text가 나타나면 list의 정렬이 깨져보이는데 이미 실격된 유저들에게도 div 태그를 추가하거나 아니면 실격 처리 버튼의 position을 absolute로 해도 괜찮을 것 같아요
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~
수정 완료했습니다! |
🤠 개요
💫 설명
현재 실격 및 기권 확인은 소켓을 사용한 통신이 아니기에 실시간으로 확인할 수 없어요. 그렇기에 이에 대해 논의 해봐야해요
마찬가지로 실격된 유저의 경우 현재 등수는 어떻게 되고 어디에 배치가 될건지 의논해봐야해요
📷 스크린샷 (Optional)
--- 수정 후 스크린샷