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: GNB3 공지, 회비 페이지 레이아웃 구현 #35

Merged
merged 5 commits into from
Jul 13, 2024

Conversation

crolvlee
Copy link
Member

Issue number

#28

Summary

  • GNB3 공지, 회비 페이지 레이아웃 구현
  • GNB3 공지 페이지에서 플로팅 버튼 고정 안되는 문제는 추후 해결 예정

Describe your changes (option)

Screenshot (option)

스크린샷 2024-07-13 오후 9 27 18 스크린샷 2024-07-13 오후 9 27 23

@leve68 leve68 added the ✨ Feature New feature or request label Jul 13, 2024
Copy link
Member

@leve68 leve68 left a comment

Choose a reason for hiding this comment

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

👍

return (
<Container>
<NoticeItem title="6월 정기 모임 관련 공지1" date="2024.05.30" isNew={true} /> {/* TODO: API 연결 필요 */}
<NoticeItem title="6월 정기 모임 관련 공지2" date="2024.05.30" isNew={true} />
Copy link
Member

Choose a reason for hiding this comment

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

이런거 요소가 많거나 길어지면

const noticeItemProps = {
  title: "6월 정기 모임 관련 공지",
  date: "2024.05.30",
  isNew: true
};

<NoticeItem {...noticeItemProps} />

이런식으로 모아서 주는 방법도 있어

@leve68 leve68 merged commit 7fa9f6c into IT-Cotato:web_develop Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants