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

Feat : PosterWithButton 컴포넌트 구현 #137

Closed
wants to merge 50 commits into from

Conversation

jymaeng1234
Copy link
Collaborator

📝 Summary

  • 공연 포스터, 찜하기 버튼, 공유 버튼이 그룹화된 컴포넌트 입니다.

✨ Changes

  • PosterWithButton 컴포넌트 추가

🖼️ Screenshots

image

✅ PR Checklist

  • 하나의 목적을 가진 PR입니다.
  • 코딩 컨벤션과 스타일 가이드를 준수합니다. 📌Conventions
  • 불필요한 코드 중복이 없습니다.
  • 컴포넌트의 책임이 단일합니다.
  • 리액트 훅을 올바르게 사용했습니다.
  • 민감한 정보를 포함하지 않았습니다.
  • 불필요한 콘솔 로그나 주석을 포함하지 않았습니다.
  • 컴포넌트 key값에 고유한 값을 할당했습니다.

🔗 References

💬 Comments

  • 하트 아이콘 클릭시, 찜하기가 동작합니다.
  • 공유 아이콘 클릭시, 컴포넌트에 전달한 경로가 복사됩니다.

jymaeng1234 and others added 30 commits October 2, 2024 10:24
- width, height가 문자열일 때 수학 계산을 위해 숫자만 추출하는 함수를 구현함
- rank 속성 옵셔널 값으로 변경
- width만 입력받도록 함
- 입력한 형태(px, % 등)에 따라 height의 형태도 자동으로 변하게 함
- children이 없는 컴포넌트 닫는 방식 변경 (<어쩌구 />로)
- postergallery 컴포넌트 pList 7개로 잘라서 포스터 보여주도록함
@jymaeng1234 jymaeng1234 linked an issue Oct 2, 2024 that may be closed by this pull request
@jymaeng1234 jymaeng1234 closed this Oct 2, 2024
@jymaeng1234
Copy link
Collaborator Author

취소합니다.

@jymaeng1234 jymaeng1234 deleted the 129-feature/posterwithbuttons-component branch October 2, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🎯[Feature]PosterWithButtons 컴포넌트 구현
5 participants