-
Notifications
You must be signed in to change notification settings - Fork 3
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/#361] 공연 수정하기 Step2(스태프&캐스트 리스트) 수정 가능하도록 변경 + 상세 이미지 추가 및 변경 #379
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
Quality Gate failedFailed conditions |
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.
@@ -135,6 +149,15 @@ export const CustomFileInput = styled.label<{ width?: number; height?: number }> | |||
border-radius: 6px; |
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.
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.
넵 반영하겠습니다!
export const PreviewImageWrapper = styled.article<{ width?: number; height?: number }>` | ||
position: relative; | ||
width: ${({ width }) => (width ? width : 10.8)}rem; |
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.
p2) 여기 PreviewImageWrapper에도 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.
넵 반영하겠습니다!
공연 수정은 되는데, 종종 이미지가 안 보이거나, 가격이 안보이거나, 매니저가 바로 적용이 안되거나.. 하는 문제들이 발생하고 있습니다 ㅜㅜ 이 문제들 발생 원인을 아직 잘 모르겠어서, 더 고민해봐야할 것 같습니다 |
우선 #380에 코리 내용 전부 반영해뒀습니다 ~ |
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
📸 스크린샷
🔗 참고 자료