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(my-recruit): 내 공고 페이지 카드 UI구현 #22

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

qkrdmstlr3
Copy link
Member

3. 관련 스크린샷을 첨부해주세요.

2024-08-13.1.11.19.mov

4. 완료 사항

  • 내 공고 페이지의 카드 UI를 구현합니다.
  • 기본적인 마크업 작업만 해두고, 로직 구현하면서 세부 마크업을 구현할 예정입니다

5. 추가 사항 / 코드 리뷰 받고 싶은 부분


Copy link
Member

@eunbeann eunbeann left a comment

Choose a reason for hiding this comment

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

제 눈엔 완벽해 보임니다..

whileTap="touch"
whileHover="hover"
className="px-8 py-4 flex items-center gap-[4px] rounded-[4px]">
<Icon name={isDateSelected ? 'calendarFill' : 'calendar'} size={20} color="#AEB0B6" />
Copy link
Member

Choose a reason for hiding this comment

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

전에 다른 리뷰에서도 본 것 같긴한데, 이 색만 hex 코드로 쓰신 이유가 따로 있으신거죠..?!!?

Copy link
Member Author

Choose a reason for hiding this comment

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

155f4a3 여기서 반영했습니다!

Copy link
Member

Choose a reason for hiding this comment

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

헉 이거 좋아요

Copy link
Member

@Collection50 Collection50 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 !

src/components/SwitchCase.tsx Show resolved Hide resolved
Comment on lines 20 to 21
const dayDifference = differenceInDays(target, today);
return dayDifference;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const dayDifference = differenceInDays(target, today);
return dayDifference;
return differenceInDays(target, today);

이렇게는 어떠신가요??

Copy link
Member Author

Choose a reason for hiding this comment

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

bc93ab2 여기서 반영했습니다!

@qkrdmstlr3
Copy link
Member Author

리뷰 감사합니닷 이따 저녁에 수정해서 어프룹하겠습니다!

@qkrdmstlr3 qkrdmstlr3 merged commit 1d72ffc into main Aug 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants