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

Feat: 주소 목록페이지 생성 #146

Merged
merged 8 commits into from
Oct 19, 2024
Merged

Feat: 주소 목록페이지 생성 #146

merged 8 commits into from
Oct 19, 2024

Conversation

aquaman122
Copy link
Contributor

💡 작업 내용

  • 주소 목록 페이지 생성
  • 나의 경매에서 종료된 경매, 진행중인 경매 나눔

💡 자세한 설명

✅ 셀프 체크리스트

  • PR 제목을 형식에 맞게 작성했나요?
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요? (master/main이 아닙니다.)
  • 이슈는 close 했나요?
  • Reviewers, Labels, Projects를 등록했나요?
  • 작업 도중 문서 수정이 필요한 경우 잘 수정했나요?
  • 테스트는 잘 통과했나요?
  • 불필요한 코드는 제거했나요?

closes #이슈번호

@aquaman122 aquaman122 added ✨feature 구현, 개선 사항 관련 부분 👩🏻‍💻frontend 프론트엔드 작업 labels Oct 18, 2024
@aquaman122 aquaman122 self-assigned this Oct 18, 2024
Copy link
Contributor

@CLOUDoort CLOUDoort left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.

@@ -3,27 +3,16 @@ import { LuUsers } from 'react-icons/lu';
import ProductItem from '../common/item/ProductItem';
import { formatCurrencyWithWon } from '@/utils/formatCurrencyWithWon';
import MinPrice from '../common/atomic/MinPrice';
import CreatedAt from '../common/atomic/Created';
Copy link
Contributor

Choose a reason for hiding this comment

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

파일명도 CreateAt으로 변경하는건 어떤가요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵!! 그렇네요 둘이 다르군요

@@ -98,7 +98,7 @@ const UserOrder = ({ participantCount, preRegisterCount, registeredAuctionCount}
<div
className="flex flex-col items-center w-1/2 p-4 border rounded-lg cursor-pointer border-gray2"
onClick={() =>
navigate(ROUTERS.REGISTERED_LIST, { state: { sortType: false } })
navigate(ROUTERS.REGISTERED_LIST, { state: { sortType: 'preEnroll' } })
Copy link
Contributor

Choose a reason for hiding this comment

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

사전경매는 preAuction으로 통일해요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵!!

@aquaman122 aquaman122 merged commit 939dcb9 into dev Oct 19, 2024
@aquaman122 aquaman122 deleted the feat/address-page branch October 19, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature 구현, 개선 사항 관련 부분 👩🏻‍💻frontend 프론트엔드 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants