-
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/#76] 은행 컴포넌트(바텀시트) 구현 #78
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
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.
새벽까지 해서 완성한 컴포넌트,,,,,, 고생 많았어요 ㅠㅠ 🫶 은행 바텀시트 function 때문에 어푸는 수정되면 하겠습니다!!
src/assets/svgs/index.ts
Outdated
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.
p3) tsx로 맞춰주셨다고 해서 혼란스럽지 않도록 이 친구는 지워주는 게 좋을 것 같습니다~~!!
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.
삭제 완료했습니다~
`; | ||
|
||
// BankBtn | ||
export const BankBtnWrapper = styled.button` |
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.
p5) 결국 성공한,,, 이게 진짜 의지의 한국인이다
const BankBottomSheet = ({ value, onBankClick, onOutClick }: BankBottomSheetProps) => { | ||
return ( | ||
<> | ||
<S.BankLayout> |
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.
헤헤 지우고.... 푸시를 까먹었어요...ㅎㅎ 완료했습니다!! 쵝오
`; | ||
|
||
// InputBank | ||
export const InputBank = styled.div<{ $hasChildren: boolean }>` |
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.
p3) 제 기분탓일지 모르겠지만,,, 은행을 선택해주세요 Input 글자가 살짝 위로 치우쳐진 것 같아요!!!
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.
수정했습니다! 매의 눈!!!👁️👁️
return ( | ||
<S.InputAccountWrapper> | ||
<S.InputAccountLabel>공연료 입금 계좌번호</S.InputAccountLabel> | ||
<Spacing marginBottom="2" /> |
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.
p5) 도영 오빠가 만들어준 공통 컴포넌트 야무띠게 사용하는 채현,,, 조아욥
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.
고생하셨습니다 ;)
깔끔하네용!
리뷰만 확인하고 머지해도 될 것 같아요!
import styled from "styled-components"; | ||
|
||
// BankBottomSheet | ||
export const BankLayout = styled.section` |
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.
`; | ||
|
||
// InputBank | ||
export const InputBank = styled.div<{ $hasChildren: boolean }>` |
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.
p4) 이 컴포넌트 누르면 바텀시트가 열리니까 여기에 cursor: pointer;
추가하면 좋을 것 같아요!
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.
바녕완
src/constants/bankList.ts
Outdated
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.
p5) 굿 ~
TODO: 개발자 도구 키면 발생하는 오류 -> 배포 환경에서 테스트 |
Quality Gate passedIssues Measures |
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
📸 스크린샷
입력 전 input창
은행 클릭시 바텀시트 오픈
입력 완료
🔗 참고 자료