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 : 북마크 페이지 #16

Merged
merged 6 commits into from
Aug 22, 2023
Merged

feat : 북마크 페이지 #16

merged 6 commits into from
Aug 22, 2023

Conversation

seondal
Copy link
Member

@seondal seondal commented Aug 18, 2023

💡 왜 PR을 올렸나요?

  • 신규 피처

💁 무엇이 어떻게 바뀌나요?

  1. 포즈피드 포토 컴포넌트에 북마크 버튼을 추가하였습니다.
  2. 북마크 페이지를 만들었습니다 (탭 추가, 메인 페이지로 구현)
  3. EmptyCase 컴포넌트도 만들었습니다 (포즈를 보관해보세요 !, 신비한 포즈를 찾으시는군요 !)

📆 작업 예정인 것이 있나요 ?

  • api 연결

💬 리뷰어분들께

PR #15 에서 판 브랜치입니다. 해당 pr 코드리뷰 및 머지 먼저 부탁드려요 ☺️

@seondal seondal added the MyPose 🔖 북마크 label Aug 18, 2023
@seondal seondal added this to the DND Final Project ⛳️ milestone Aug 18, 2023
@seondal seondal requested a review from guesung as a code owner August 18, 2023 11:59
@seondal seondal self-assigned this Aug 18, 2023
Comment on lines +8 to +11
title={'포즈를 보관해 보세요!'}
text={`북마크 버튼으로 포즈를 보관할 수 있어요.\n포즈피드에서 멋진 포즈를 찾아 보관해 보세요.`}
button={'포즈피드 바로가기'}
path={'/feed'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

p3)

중괄호 제거해주세용

import FilterSheet from './components/FilterSheet';
import PhotoList from './components/PhotoList';

export default function Feed() {
return (
<>
<Filter />
<div className="pt-72">
Copy link
Collaborator

Choose a reason for hiding this comment

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

p4)

pt-72보다, Spacing컴포넌트 사용하는 거 어떤가요 ??

}

export default function EmptyCase(props: EmptyCase) {
const { title, text, button, path } = props;
Copy link
Collaborator

Choose a reason for hiding this comment

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

p3)

컨벤션을 통일해야 할 것 같아요.

PrimaryButton등 다른 컴포넌트에서는 인자에서 구조분해하여 할당받았는데, 이 방식으로 통일하는 거 어떤가요?

export default function EmptyCase( { title, text, button, path } : EmptyCase) { }

이런 식으로요 !

Copy link
Collaborator

@guesung guesung left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@guesung guesung removed their assignment Aug 18, 2023
@seondal seondal merged commit b5ef501 into feature/OZ-38 Aug 22, 2023
@seondal seondal deleted the feat/OZ-68 branch August 22, 2023 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MyPose 🔖 북마크
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants