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] 2주차 운영 피드백 반영(#704) #705

Merged
merged 5 commits into from
Nov 4, 2024
Merged

[FE] 2주차 운영 피드백 반영(#704) #705

merged 5 commits into from
Nov 4, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 3, 2024

📓 스토리북 링크

바로가기

📌 관련 이슈

✨ PR 세부 내용

  • 닉네임 길어지면 아이콘 잘리는 문제
  • 평균 평점 소수점 첫째자리까지만 보이기
  • 매칭 실패했을 때 참여자 목록 안 뜨는 문제
  • confirm 모달 컨텐츠에 줄바꿈 주기

@github-actions github-actions bot added FE 프론트 개발 관련 작업 기능 기능 구현 작업 labels Nov 3, 2024
@github-actions github-actions bot requested review from chlwlstlf and pp449 November 3, 2024 11:39
Copy link
Contributor

@chlwlstlf chlwlstlf left a comment

Choose a reason for hiding this comment

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

QA 받은 내용 다 반영한 것 같아서 Approve 드리겠습니다!
\n도 추가해서 훨씬 알림창이 깔끔해진 것 같네요👍👍

Comment on lines +46 to +54
// 방 종료 후 매칭 실패 상태의 화면
if (roomInfo.roomStatus === "CLOSE" && roomInfo.message !== "") {
return (
<S.TotalContainer>
<S.MessageWrapper>{MESSAGES.GUIDANCE.NO_PARTICIPANTS}</S.MessageWrapper>
</S.TotalContainer>
);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

종료 후 매칭 실패인 걸 알 수 있는 방법이 roomInfo.message !== "" 인데 주석이 없으면 모호할 것 같네요.! 백과 얘기해서 다른 방법도 생각해봐야 할 것 같습니당😂

Copy link
Contributor

@pp449 pp449 left a 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;
Copy link
Contributor

Choose a reason for hiding this comment

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

요거보고 flex-shrink에 대해 찾아봤는데 기본값이 0인데 이렇게 하면 차이가 있나요??

@pp449 pp449 merged commit 622ee2c into develop Nov 4, 2024
3 checks passed
@pp449 pp449 deleted the fix/#704 branch November 4, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트 개발 관련 작업 기능 기능 구현 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] 2주차 운영 피드백 반영
3 participants