-
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: 탐색 페이지 퍼블리싱, 데이터 바인딩 (임시) #25
Conversation
…yWave-front into feature/list-detail-outer
@Nahyun-Kang 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.
나현님, 연휴동안에도 많은 부분 작업하시느라 정말 고생많으셨습니다!!👍
요청 주신대로 추후 PR에서 꼼꼼히 다시 확인하도록 하겠습니다. 감사합니다.🥰
export interface ListItemsType { | ||
id: number; | ||
rank: number; | ||
title: string; | ||
comment: string; | ||
link: string; | ||
imageUrl: string; | ||
} | ||
|
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.
나현님 이부분만 나중에 합친 PR올리실 때, 기존에 있는 타입(ItemType)을 사용하면 될 것 같습니다!
+. 나현님 아이템 부분이랑 피드페이지 아이템 부분 켭치는 부분이 있어서 타입 작업하실때 타입 같이 보면 좋을 것 같습니당~!!
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.
앗 그렇군요..! 생각해보니 겹치는 타입이 많을 것 같네용...👀 이후에 PR 합칠 때 기존에 만들어두신 타입 사용해보겠습니당!!🤩
개요
작업 사항
참고 사항 (optional)
관련 이슈 (optional)
스크린샷
리뷰어에게