Skip to content
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

Merged
merged 12 commits into from
Nov 3, 2023
Merged

🎉 ItemListPage 컴포넌트 UI 완성 #32

merged 12 commits into from
Nov 3, 2023

Conversation

doggopawer
Copy link
Contributor

- 목적

관련 티켓 번호: 59

  • 물건 목록을 조회하기 위한 페이지의 UI를 만들었습니다.

- 주요 변경 사항

기타 사항 (선택)

  • 현재 msw를 적용하지 않은 상태이며, msw는 무한스크롤을 적용할 때 사용하기로 했습니다.

- 스크린샷 (선택)

@doggopawer doggopawer added the D-0 label Nov 2, 2023
@doggopawer doggopawer self-assigned this Nov 2, 2023
Copy link
Collaborator

@oaoong oaoong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트코드를 다시 확인해주세요.

@oaoong oaoong closed this Nov 2, 2023
@doggopawer doggopawer reopened this Nov 2, 2023
Comment on lines 10 to 21
<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>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거는 SVG 파일로 저장하고 불러와서 사용하면 좋을 것 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 NABI-63(검색 로직 구현) 에서 해당 부분 고쳤습니다.

Copy link
Contributor

@juyeon-park juyeon-park left a 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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

폴더명 케밥케이스로 하기로 했어요!!

Copy link
Contributor Author

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'
Copy link
Contributor

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'
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PAGE_SIZE 관련해서 카드 조회할때 이 데이터를 백엔드에 보내주는거 맞는지 다시 백엔드랑 확인해보는게 좋을 것 같아요! 만약 맞다면 msw가 조금 수정되어야 할 것 같아요! 이전 PR과 똑같은 내용입니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵넵, 슬랙으로 한번 물어봐야겠습니다.

Copy link
Collaborator

@oaoong oaoong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions 결과를 다시 확인해주세요. -자동으로 작성됨-

@doggopawer doggopawer merged commit e80f52a into develop Nov 3, 2023
2 checks passed
@doggopawer doggopawer deleted the NABI-59 branch November 3, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants