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] Badge 컴포넌트 구현 #58

Merged
merged 4 commits into from
Jan 13, 2025
Merged

[Feat] Badge 컴포넌트 구현 #58

merged 4 commits into from
Jan 13, 2025

Conversation

minseong0324
Copy link
Contributor

@minseong0324 minseong0324 commented Jan 12, 2025

관련 이슈

#39

변경 사항

디자이너 분들의 요구사항대로 뱃지의 종류를 제한하여 구현했어요.

image image

레퍼런스

Summary by CodeRabbit

  • 새로운 기능

    • 다양한 크기, 변형 및 모양의 Badge 컴포넌트 추가
    • 계정 유형 및 상태를 시각적으로 표시하는 Badge 구현
  • 스타일

    • Badge 컴포넌트에 대한 새로운 CSS 모듈 도입
    • 중립, 기본, 분홍, 파란색 등 다양한 시각적 변형 지원
  • 개선 사항

    • UI 라이브러리에 Badge 컴포넌트 통합
    • 유연하고 맞춤 설정 가능한 Badge 디자인 추가

Copy link

coderabbitai bot commented Jan 12, 2025

Caution

Review failed

The pull request is closed.

Warning

There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure.

🔧 eslint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

apps/web/src/app/page.tsx

Oops! Something went wrong! :(

ESLint: 9.17.0

Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@repo/eslint-config' imported from /eslint.config.mjs
at packageResolve (node:internal/modules/esm/resolve:839:9)
at moduleResolve (node:internal/modules/esm/resolve:908:18)
at defaultResolve (node:internal/modules/esm/resolve:1038:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:557:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:525:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:246:38)
at ModuleJob._link (node:internal/modules/esm/module_job:126:49)

워크스루

이 풀 리퀘스트는 @repo/ui 라이브러리에 새로운 Badge 컴포넌트를 도입합니다. 새로운 컴포넌트는 크기, 변형, 모양 등 다양한 스타일 옵션을 제공하며, CSS 모듈과 React 컴포넌트로 구현되었습니다. 웹 애플리케이션의 홈 페이지에 이 배지 컴포넌트가 추가되어 UI의 시각적 표현을 개선합니다.

변경 사항

파일 변경 요약
apps/web/src/app/page.tsx Badge 컴포넌트 임포트 및 홈 페이지에 배지 추가
packages/ui/src/components/Badge/Badge.css.ts 배지 컴포넌트를 위한 새로운 CSS 모듈 생성
packages/ui/src/components/Badge/Badge.tsx 새로운 Badge React 컴포넌트 구현
packages/ui/src/components/index.ts Badge 컴포넌트 및 타입 익스포트

시퀀스 다이어그램

sequenceDiagram
    participant UI as UI 컴포넌트
    participant Badge as Badge 컴포넌트
    UI->>Badge: 크기, 변형, 모양 props 전달
    Badge-->>UI: 스타일이 적용된 배지 렌더링
Loading

관련 가능성 있는 PR

제안된 리뷰어

  • kongnayeon

토끼의 시

🐰 Badge의 세계로 떠나요
스타일과 색상 가득한 UI
작고 둥근 배지들이
웹 페이지에 생기를 불어넣어요
코드의 마법, 토끼의 춤! 🎉


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c03c709 and 6282df6.

📒 Files selected for processing (3)
  • apps/web/src/app/page.tsx (2 hunks)
  • packages/ui/src/components/Badge/Badge.css.ts (1 hunks)
  • packages/ui/src/components/Badge/Badge.tsx (1 hunks)

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🧹 Nitpick comments (3)
packages/ui/src/components/Badge/Badge.tsx (1)

9-34: BadgeCombination 타입을 단순화할 수 있습니다

현재 BadgeCombination 타입이 너무 복잡하게 정의되어 있습니다. 타입을 더 간단하게 리팩토링하면 유지보수가 더 쉬워질 것 같습니다.

type BadgeCombination = {
  size: BadgeSize;
  variant: BadgeVariant;
  shape: BadgeShape;
} & (
  | { size: 'medium'; variant: 'neutral' | 'primary'; shape: 'round' }
  | { size: 'medium'; variant: 'pink' | 'blue'; shape: 'square' }
  | { size: 'large'; variant: 'neutral'; shape: 'square' }
);
apps/web/src/app/page.tsx (1)

42-58: Badge 컴포넌트 사용 개선사항

  1. 'neautral' 오타를 'neutral'로 수정해야 합니다.
  2. Badge들을 의미론적으로 그룹화하면 좋을 것 같습니다.
-<div style={{ display: 'flex', gap: '8px' }}>
+<section 
+  aria-label="계정 상태 뱃지"
+  style={{ display: 'flex', gap: '8px' }}
+>
   <Badge
-    size="medium" variant="neautral" shape="round"
+    size="medium" variant="neutral" shape="round"
   >
     X Premium 계정 전용
   </Badge>
   {/* ... other badges ... */}
   <Badge
-    size="large" variant="neautral" shape="square"
+    size="large" variant="neutral" shape="square"
   >
     요약
   </Badge>
-</div>
+</section>
packages/ui/src/components/Badge/Badge.css.ts (1)

4-68: 상호작용 상태 스타일 추가 제안

뱃지에 호버나 포커스 상태가 정의되어 있지 않습니다. 사용자 경험 향상을 위해 상호작용 상태를 추가하면 좋을 것 같습니다.

 export const badge = recipe({
   base: {
     display: 'inline-flex',
     alignItems: 'center',
     justifyContent: 'center',
     whiteSpace: 'nowrap',
     height: 'fit-content',
+    transition: 'all 0.2s ease-in-out',
+    cursor: 'default',
+    ':hover': {
+      filter: 'brightness(0.95)',
+    },
+    ':focus-visible': {
+      outline: `2px solid ${vars.colors.primary600}`,
+      outlineOffset: '2px',
+    },
   },
   // ... rest of the code
 });
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 562478e and 6e59852.

📒 Files selected for processing (4)
  • apps/web/src/app/page.tsx (2 hunks)
  • packages/ui/src/components/Badge/Badge.css.ts (1 hunks)
  • packages/ui/src/components/Badge/Badge.tsx (1 hunks)
  • packages/ui/src/components/index.ts (1 hunks)
🔇 Additional comments (1)
packages/ui/src/components/index.ts (1)

9-10: 내보내기가 올바르게 구현되었습니다!

컴포넌트와 타입 내보내기가 기존 패턴을 잘 따르고 있습니다.

import * as styles from './Badge.css';

export type BadgeSize = 'medium' | 'large';
export type BadgeVariant = 'neautral' | 'primary' | 'pink' | 'blue';
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

'neutral' 단어 오타를 수정해주세요

'neautral'이라고 작성된 부분을 'neutral'로 수정해야 합니다.

-export type BadgeVariant = 'neautral' | 'primary' | 'pink' | 'blue';
+export type BadgeVariant = 'neutral' | 'primary' | 'pink' | 'blue';
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
export type BadgeVariant = 'neautral' | 'primary' | 'pink' | 'blue';
export type BadgeVariant = 'neutral' | 'primary' | 'pink' | 'blue';

Comment on lines +41 to +51
export const Badge = forwardRef<HTMLSpanElement, BadgeProps>(
({ size, variant, shape, children, className = '', ...props }, ref) => (
<span
ref={ref}
className={`${styles.badge({ size, variant, shape })} ${className}`}
{...props}
>
{children}
</span>
)
);
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

접근성 속성을 추가해주세요

Badge 컴포넌트에 접근성 속성이 누락되어 있습니다. 스크린 리더 사용자를 위해 적절한 ARIA 속성을 추가하는 것이 좋습니다.

 <span
   ref={ref}
   className={`${styles.badge({ size, variant, shape })} ${className}`}
+  role="status"
+  aria-label={typeof children === 'string' ? children : undefined}
   {...props}
 >
   {children}
 </span>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
export const Badge = forwardRef<HTMLSpanElement, BadgeProps>(
({ size, variant, shape, children, className = '', ...props }, ref) => (
<span
ref={ref}
className={`${styles.badge({ size, variant, shape })} ${className}`}
{...props}
>
{children}
</span>
)
);
export const Badge = forwardRef<HTMLSpanElement, BadgeProps>(
({ size, variant, shape, children, className = '', ...props }, ref) => (
<span
ref={ref}
className={`${styles.badge({ size, variant, shape })} ${className}`}
role="status"
aria-label={typeof children === 'string' ? children : undefined}
{...props}
>
{children}
</span>
)
);

Comment on lines 27 to 30
neautral: {
backgroundColor: vars.colors.grey50,
color: vars.colors.grey600,
},
Copy link

@coderabbitai coderabbitai bot Jan 12, 2025

Choose a reason for hiding this comment

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

⚠️ Potential issue

'neutral' 변형 이름 수정 필요

'neautral' 오타를 'neutral'로 수정해야 합니다.

-      neautral: {
+      neutral: {
         backgroundColor: vars.colors.grey50,
         color: vars.colors.grey600,
       },
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
neautral: {
backgroundColor: vars.colors.grey50,
color: vars.colors.grey600,
},
neutral: {
backgroundColor: vars.colors.grey50,
color: vars.colors.grey600,
},

Copy link
Contributor

Choose a reason for hiding this comment

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

요거 확인 부탁드려요!

Copy link

Choose a reason for hiding this comment

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

@kongnayeon 'neautral' 오타가 여러 파일에서 발견되었습니다. 다음 위치들도 함께 수정이 필요합니다:

  1. packages/ui/src/components/Badge/Badge.css.ts: variant 정의
  2. packages/ui/src/components/Badge/Badge.tsx: BadgeVariant 타입 정의
  3. apps/web/src/app/page.tsx: Badge 컴포넌트 사용 부분

모든 'neautral'을 'neutral'로 수정해주시면 감사하겠습니다.

ʕ •ᴥ•ʔ
| |

🔗 Analysis chain

@kongnayeon 네, 'neautral'을 'neutral'로 수정하는 것이 맞습니다. 이 수정으로 Badge 컴포넌트의 variant 이름이 올바르게 표기될 것입니다. 변경사항을 적용해주시면 감사하겠습니다.

ʕ •ᴥ•ʔ
| |

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for any other instances of the misspelled word
rg "neautral" --type-add 'ts:*.{ts,tsx}' -t ts

# Search for correct usage of "neutral" in Badge component usage
rg "neutral" --type-add 'ts:*.{ts,tsx}' -t ts -C 2

Length of output: 637

Copy link
Contributor

@kongnayeon kongnayeon left a comment

Choose a reason for hiding this comment

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

새벽까지 고생하셨어요!! ㅠㅠ neutral 오타만 확인 부탁드려요!

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (3)
packages/ui/src/components/Badge/Badge.tsx (3)

1-3: named import로 변경이 필요합니다

스타일 임포트를 named import로 변경하는 것이 좋습니다.

-import * as styles from './Badge.css';
+import { badge } from './Badge.css';

9-34: BadgeCombination 타입을 더 간단하게 리팩토링할 수 있습니다

현재 구현은 매우 상세하지만, 유지보수가 어려울 수 있습니다. 다음과 같이 단순화하는 것을 고려해보세요:

type BadgeCombination = {
  size: BadgeSize;
  variant: BadgeVariant;
  shape: BadgeShape;
} & (
  | { size: 'medium'; variant: 'neutral' | 'primary'; shape: 'round' }
  | { size: 'medium'; variant: 'pink' | 'blue'; shape: 'square' }
  | { size: 'large'; variant: 'neutral'; shape: 'square' }
);

이렇게 하면:

  1. 코드가 더 간결해집니다
  2. 새로운 조합을 추가하기 더 쉬워집니다
  3. 중복된 코드가 줄어듭니다

1-53: 컴포넌트 문서화 및 유효성 검사가 필요합니다

  1. JSDoc을 사용하여 컴포넌트와 props에 대한 문서를 추가해주세요:
/**
 * Badge 컴포넌트는 상태나 카테고리를 시각적으로 표시하는데 사용됩니다.
 * @param size - 배지의 크기 ('medium' | 'large')
 * @param variant - 배지의 스타일 변형 ('neutral' | 'primary' | 'pink' | 'blue')
 * @param shape - 배지의 모양 ('round' | 'square')
 */
  1. prop-types 또는 zod를 사용하여 런타임 유효성 검사를 추가하는 것을 고려해주세요.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6e59852 and c03c709.

📒 Files selected for processing (1)
  • packages/ui/src/components/Badge/Badge.tsx (1 hunks)
🔇 Additional comments (2)
packages/ui/src/components/Badge/Badge.tsx (2)

6-6: 'neutral' 단어 오타를 수정해주세요

'neautral'이라고 작성된 부분을 'neutral'로 수정해야 합니다.


41-51: 접근성 속성을 추가해주세요

Badge 컴포넌트에 접근성 속성이 누락되어 있습니다. 스크린 리더 사용자를 위해 적절한 ARIA 속성을 추가하는 것이 좋습니다.

@minseong0324
Copy link
Contributor Author

neutral

수정했습니다! @kongnayeon

@minseong0324 minseong0324 merged commit af6eabc into develop Jan 13, 2025
1 of 2 checks passed
@minseong0324 minseong0324 deleted the feat/#7287d3abd branch January 13, 2025 12:52
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.

2 participants