-
Notifications
You must be signed in to change notification settings - Fork 6
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: 콜렉션 리스트 무한스크롤 기능 구현 및 일부 로직 수정 #268
Feat: 콜렉션 리스트 무한스크롤 기능 구현 및 일부 로직 수정 #268
Conversation
@ParkSohyunee is attempting to deploy a commit to the Eujin Ahn's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
콜렉션 언제봐도 너무 깔끔하고 좋습니다..🥹 저도 무한스크롤 구현할 때 교본삼아 보며 구현하겠습니다..!
@@ -35,7 +40,7 @@ export default function HeaderContainer({ handleSetOnBottomSheet, handleSetOnDel | |||
|
|||
return ( | |||
<> | |||
<Header title="콜렉션" left="back" right={<RightButton />} leftClick={() => history.back()} /> | |||
<Header title="콜렉션" left="back" right={!isHideOption && <RightButton />} leftClick={() => history.back()} /> |
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.
@ParkSohyunee 콜렉션 '전체'가 생긴 후 기획안을 세워두지 않았는데, 세심한 부분까지 챙겨주셔서 진심으로 감사드립니다🙇♀️
개요
작업 사항
참고 사항 (optional)
스크린샷
전체 폴더 추가
콜렉션 리스트
리뷰어에게