-
Notifications
You must be signed in to change notification settings - Fork 0
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(community): 공지사항 페이지 #37
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 15 changed files in this pull request and generated no suggestions.
Files not reviewed (9)
- packages/design-system/package.json: Language not supported
- apps/community/src/components/board/page-controller.tsx: Evaluated as low risk
- pnpm-lock.yaml: Evaluated as low risk
- apps/community/src/app/board/notice/page.tsx: Evaluated as low risk
- apps/community/src/constants/api.ts: Evaluated as low risk
- apps/community/src/components/board/list.tsx: Evaluated as low risk
- apps/community/src/components/board/search-bar.tsx: Evaluated as low risk
- packages/design-system/src/icons/lucide.ts: Evaluated as low risk
- apps/community/src/app/board/notice/remote.ts: Evaluated as low risk
|
||
import * as styles from '~/components/board/board-list.css'; | ||
|
||
async function BoardList({ data }: { data: Board[] }) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 컴포넌트는 추상화 레벨, 결합도가 높다는 것이 걱정이네요. 현재 상태에서는 DS의 리스트에서 사용하기 어렵다고 판단되어 이와 같이 구현한 것으로 보여지는데요. 일단 넘어가고 나중에 DS 리스트를 활용하는 것이 좋아보여요.
다른 분들 좋은 아이디어가 있다면 피드백주세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 타입 선언 피드백 확인해주시고 정리 부탁드려요
- ds의 size token을 추가하고 사용하지 않는 것으로 보여요, 사용하지 않는다면 삭제해주세요 (다음 버전에서 아이콘 크기를 위한 사이드 토큰을 추가해볼게요)
apps/community/src/types/api.ts
Outdated
@@ -1,5 +1,12 @@ | |||
import type { Board, Pagable } from './board'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import type { Board, Pagable } from './board'; |
Summary
공지사항 페이지 퍼블리싱을 하였어요.
Tasks
To Reviewer
디자인적으로 수정사항이 필요하거나 아이디어가 떠오른다면 적극적으로 말해주세요!
Screenshot
(기존 page의 size는 10이나, 촬영 편의성을 위해 5로 조정하였어요.)