-
Notifications
You must be signed in to change notification settings - Fork 2
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
🎉 ItemListPage 컴포넌트 UI 완성 #32
Conversation
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.
테스트코드를 다시 확인해주세요.
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
className="h-5 w-5 text-gray-400" | ||
viewBox="0 0 20 20" | ||
fill="currentColor" | ||
> | ||
<path | ||
fillRule="evenodd" | ||
d="M9 16a7 7 0 100-14 7 7 0 000 14zm0 1a8 8 0 100-16 8 8 0 000 16zm5.293-11.293a1 1 0 00-1.414-1.414l-4 4a1 1 0 001.414 1.414l4-4z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> |
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.
요거는 SVG 파일로 저장하고 불러와서 사용하면 좋을 것 같습니다!
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.
현재 NABI-63(검색 로직 구현) 에서 해당 부분 고쳤습니다.
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,67 @@ | |||
import Image from 'next/image' |
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.
넵 고치겠습니다.
@@ -0,0 +1,29 @@ | |||
import React from 'react' |
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,19 @@ | |||
import Image from 'next/image' |
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.
따로 컴포넌트화 해주신거 너무 좋네요! 감사합니다 👍
const queryString = req.url.search | ||
const cursorId = queryString.slice(10) | ||
const currentPage = Number(cursorId) | ||
const PAGE_SIZE = 5 |
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.
PAGE_SIZE 관련해서 카드 조회할때 이 데이터를 백엔드에 보내주는거 맞는지 다시 백엔드랑 확인해보는게 좋을 것 같아요! 만약 맞다면 msw가 조금 수정되어야 할 것 같아요! 이전 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.
넵넵, 슬랙으로 한번 물어봐야겠습니다.
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.
actions 결과를 다시 확인해주세요. -자동으로 작성됨-
- 목적
관련 티켓 번호: 59
- 주요 변경 사항
기타 사항 (선택)
- 스크린샷 (선택)