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] 갤러리 미리보기 컴포넌트 추가 #39

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

sera2222
Copy link
Contributor

작성자: @sera2002
이슈: #8

체크 리스트

  • 적절한 제목으로 수정했나요?
  • 상단에 이슈 번호를 기입했나요?
  • Target Branch를 올바르게 설정했나요?
  • Label을 알맞게 설정했나요?

작업 내역

  • 갤러리 미리보기 컴포넌트를 개발했습니다.

비고

  • 참고 사항을 적어주세요. 코드 리뷰하는 사람이 참고해야 하는 내용을 자유로운 형식으로 적을 수 있습니다.

close/resolve/fix #{이슈 번호 기입}

@sera2222 sera2222 added the feat label Jul 25, 2024
@sera2222 sera2222 self-assigned this Jul 25, 2024
Copy link

@chunzhi23 chunzhi23 requested review from chunzhi23 and obinox July 27, 2024 11:17
Copy link
Contributor

@chunzhi23 chunzhi23 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다. 아래 수정사항을 살펴봐주세요 :D

@@ -11,6 +11,7 @@ const config: StorybookConfig = {
name: "@storybook/nextjs",
options: {},
},
staticDirs: ["../public"],
Copy link
Contributor

Choose a reason for hiding this comment

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

제 storyview에는 왜 이미지가 반영 안 되나 궁금했는데 이렇게 추가할 수 있군요! 배워갑니다 :)

</Text>
{viewCount && (
<Flex align="center">
<Image
Copy link
Contributor

Choose a reason for hiding this comment

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

이미지 아이콘이 흐릿해서 잘 보이지 않을까 걱정되어 Tabler를 이용한 다른 방법을 추천드려보고 싶습니다!

Tabler Icons에서 원하는 아이콘을 검색한 후 아래 빨간색 네모 박스 위치에 적혀있는 이름을 확인해주세요.
클릭하시면 복사가 됩니다!

image

그럼 vscode에서 컴포넌트 같이 사용할 수 있습니다!

image

  • size: 크기
  • stroke: 굵기

참고해주시면 좋을 것 같습니다 :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵 수정했습니다!

return (
<>
<Card padding="sm" radius="md" style={{ paddingBottom: 0 }}>
<Card.Section className={classes.image_section}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Card.Section이 오류로 인해 CardSection으로 작성해주시는 게 안전할 것 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정했습니다! 확인 부탁드려요 :)

@sera2222 sera2222 merged commit 681cfb6 into develop Aug 9, 2024
1 check passed
Copy link

github-actions bot commented Aug 9, 2024

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