-
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: 검색 및 콜렉션 페이지 구현 #53
Feat: 검색 및 콜렉션 페이지 구현 #53
Conversation
…' into feature/explore_search_component # Conflicts: # src/app/search/_components/SearchBar.tsx
…ch_component # Conflicts: # public/icons/crown.svg # src/app/page.tsx # src/lib/constants/queryKeys.ts
…ch_component # Conflicts: # src/lib/constants/queryKeys.ts
@kanglocal 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. |
|
||
return response.data; | ||
} | ||
|
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.
저도 몰랐는데 api 함수는 화살표 함수라고 합니당..🥹 나중에 리팩토링 할 때 대대적으로 바꿔도 좋을 것 같습니다!!
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.
현지님 콜렉션 페이지, 리스트 상세 조회 바뀐 부분이 많아서 수정하기 힘드셨을 때 고생하셨습니다..!!🥹 얼른 머지해서 완성체를 너무너무 보고싶습니다.!! 고생하셨습니다 LGTM!!🔥🔥
) : ( | ||
// 데이터가 없는 경우 | ||
<NoData /> | ||
)} |
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.
주석을 달아주셔서 알기 쉽네용..!!👍👍
@@ -0,0 +1,291 @@ | |||
export const searchResult = { |
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.
오잉!! 이게있었네요 감사합니다!!
<div className={styles.collectWrapper}> | ||
{data.isCollected ? <CollectedIcon onClick={handleCollect} /> : <CollectIcon onClick={handleCollect} />} | ||
</div> | ||
</> |
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.
👍👍🔥
handleSetOff: () => set({ isOn: false }), | ||
})); | ||
|
||
export default useModalState; |
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.
모달 전역 상태관리로 만들어주셨군요..! 감사합니다 👍👍
개요
작업 사항
참고 사항 (optional)
관련 이슈 (optional)
추가 작업 예정
스크린샷
검색 페이지
콜렉션 페이지
리뷰어에게
그러니 힘드시지 않게 짧게 봐주시길 바랍니다...!
작은 문제점/개선점 이라도 발견하신다면 말씀부탁드립니다!