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

경기 상세 페이지 구현 #59

Merged
merged 5 commits into from
Nov 1, 2023
Merged

경기 상세 페이지 구현 #59

merged 5 commits into from
Nov 1, 2023

Conversation

dlwl98
Copy link
Member

@dlwl98 dlwl98 commented Oct 30, 2023

⚙️ PR 타입

  • Feature
  • Hotfix

✨ 기능 설명 or 🚨 문제 상황

경기 상세 페이지를 구현했습니다.

👨‍💻 구현 내용 or 👍 해결 내용

feat: Flex 공통 컴포넌트 구현

feat: 경기 상세정보 불러오는 Query 작성

feat: 경기 상세 페이지 UI 구현

2023-10-31.12.41.06.mov

🎯 PR 포인트

📝 참고 사항

Flex 컴포넌트를 만들었습니다. 잘 활용하면 좋을듯 합니다.
대화하기, 참여 신청하기 버튼 클릭 핸들러는 미구현입니다~

❓ 궁금한 점

#55 close

@dlwl98 dlwl98 added 기능 코드의 기능이 추가되거나 바뀌었습니다. D-2 2일 내로 리뷰해 주세요 labels Oct 30, 2023
@dlwl98 dlwl98 self-assigned this Oct 30, 2023
@dlwl98 dlwl98 linked an issue Oct 30, 2023 that may be closed by this pull request
@1eecan
Copy link
Contributor

1eecan commented Oct 30, 2023

🎉 @dlwl98 님 랜덤 리뷰어로 당첨되셨습니다! 리뷰를 부탁드립니다. 🙏

Copy link
Contributor

@1eecan 1eecan left a comment

Choose a reason for hiding this comment

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

노력의 흔적이 엿보이네요 허허

width: 100%;
max-width: 150px;
border-radius: 8px;
border: ${({ theme }) => `1px solid ${theme.PALETTE.GRAY_400}`};
Copy link
Contributor

Choose a reason for hiding this comment

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

${theme.PALETTE.GRAY_400}
이렇게만 써도 될걸요...? maybe...?😀

@dlwl98 dlwl98 force-pushed the feat/#55-game-detail-page branch from 3f37d7a to bf9f045 Compare October 31, 2023 12:41
@dlwl98 dlwl98 merged commit f232ddf into dev Nov 1, 2023
@dlwl98 dlwl98 deleted the feat/#55-game-detail-page branch November 1, 2023 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-2 2일 내로 리뷰해 주세요 기능 코드의 기능이 추가되거나 바뀌었습니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

경기 상세 페이지 구현
2 participants