-
Notifications
You must be signed in to change notification settings - Fork 8
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] 2주차 운영 피드백 반영(#704) #705
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.
QA 받은 내용 다 반영한 것 같아서 Approve 드리겠습니다!
\n
도 추가해서 훨씬 알림창이 깔끔해진 것 같네요👍👍
// 방 종료 후 매칭 실패 상태의 화면 | ||
if (roomInfo.roomStatus === "CLOSE" && roomInfo.message !== "") { | ||
return ( | ||
<S.TotalContainer> | ||
<S.MessageWrapper>{MESSAGES.GUIDANCE.NO_PARTICIPANTS}</S.MessageWrapper> | ||
</S.TotalContainer> | ||
); | ||
} | ||
|
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.
종료 후 매칭 실패인 걸 알 수 있는 방법이 roomInfo.message !== ""
인데 주석이 없으면 모호할 것 같네요.! 백과 얘기해서 다른 방법도 생각해봐야 할 것 같습니당😂
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.
굿굿 소소한 디테일을 살려줬네용 👍👍
color: ${({ theme }) => theme.COLOR.grey3}; | ||
text-align: center; | ||
export const GithubIcon = styled.div` | ||
flex-shrink: 0; |
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.
요거보고 flex-shrink
에 대해 찾아봤는데 기본값이 0인데 이렇게 하면 차이가 있나요??
📓 스토리북 링크
바로가기
📌 관련 이슈
✨ PR 세부 내용