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] 스켈레톤 컴포넌트 #84

Merged
merged 4 commits into from
Jan 24, 2025
Merged

[Feat] 스켈레톤 컴포넌트 #84

merged 4 commits into from
Jan 24, 2025

Conversation

kongnayeon
Copy link
Member

@kongnayeon kongnayeon commented Jan 23, 2025

관련 이슈

#39

변경 사항

스켈레톤 컴포넌트 추가했습니다!
lottie 파일이나 다른 라이브러리를 활용하는 것보다 css로 구현하는 것이 가장 효율적인 방식이라 생각해 css로 구현해 보았어요.
width, height, radius prop을 내려 주어 원, 정사각형, 직사각형 모양의 스켈레톤 UI를 사용할 수 있도록 했습니다!
image

레퍼런스

Summary by CodeRabbit

  • 새로운 기능

    • 로딩 상태를 나타내는 스켈레톤(Skeleton) 컴포넌트 추가
    • 페이지 로딩 중 사용자 경험 개선을 위한 동적 플레이스홀더 효과 구현
  • 스타일

    • 반짝이는 애니메이션 효과를 가진 스켈레톤 컴포넌트 스타일 도입
    • 너비, 높이, 테두리 반경 등 유연한 스타일링 옵션 제공

@kongnayeon kongnayeon self-assigned this Jan 23, 2025
@kongnayeon kongnayeon marked this pull request as ready for review January 23, 2025 04:15
Copy link

coderabbitai bot commented Jan 23, 2025

Warning

Rate limit exceeded

@kongnayeon has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 20 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 3cc855d and 9163ff8.

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

워크스루

이 풀 리퀘스트는 UI 라이브러리에 새로운 Skeleton 컴포넌트를 도입합니다. 이 컴포넌트는 동적인 너비, 높이, 반경을 지원하며, 로딩 상태 동안 사용자 인터페이스에 시각적 피드백을 제공합니다. Vanilla Extract CSS를 사용하여 스타일링되며, 반짝이는 애니메이션 효과를 포함하고 있습니다.

변경 사항

파일 변경 요약
apps/web/src/app/page.tsx Skeleton 컴포넌트 가져오기 및 로딩 플레이스홀더 추가
packages/ui/src/components/Skeleton/Skeleton.css.ts 스켈레톤 컴포넌트를 위한 CSS 변수 및 스타일 정의
packages/ui/src/components/Skeleton/Skeleton.tsx 동적 스타일링을 지원하는 Skeleton 컴포넌트 구현
packages/ui/src/components/index.ts Skeleton 컴포넌트 및 타입 내보내기

제안된 레이블

enhancement

제안된 리뷰어

  • minseong0324

🐰 로딩의 마법, 스켈레톤 춤
반짝이는 UI의 꿈
너비 높이 자유롭게
사용자의 기다림을 노래해
코드의 토끼가 만든 마법 ✨


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?

❤️ Share
🪧 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: 2

🧹 Nitpick comments (2)
packages/ui/src/components/Skeleton/Skeleton.css.ts (2)

7-17: shimmer 애니메이션 최적화가 필요합니다.

현재 애니메이션에서 80%에서 100% 구간이 정적인 상태로 남아있어 부드러운 반복을 방해합니다.

다음과 같이 수정하는 것을 제안합니다:

 const shimmer = keyframes({
   '0%': {
     left: '-150%',
   },
-  '80%': {
+  '100%': {
     left: '150%',
   },
-  '100%': {
-    left: '150%',
-  },
 });

28-40: transform 속성의 활용도를 개선할 수 있습니다.

현재 transform: 'skewY(0deg)'는 아무런 효과가 없습니다. 시각적 효과를 향상시키기 위해 skew 효과를 추가하거나 제거하는 것이 좋습니다.

다음 중 하나를 선택하여 적용하세요:

- transform: 'skewY(0deg)',
+ transform: 'skewX(-20deg)',  // skew 효과 추가

또는

- transform: 'skewY(0deg)',  // 불필요한 속성 제거
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between e5f37d1 and f9ec3bb.

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

42-43: 코드가 적절히 구현되었습니다.

Skeleton 컴포넌트와 타입이 올바르게 export 되었습니다.

packages/ui/src/components/Skeleton/Skeleton.tsx Outdated Show resolved Hide resolved
Comment on lines +263 to +275
<div
style={{
display: 'flex',
flexDirection: 'row',
gap: '0.8rem',
margin: '2rem',
minWidth: '700px',
}}
>
<Skeleton width="30rem" height="2rem" radius={16} />
<Skeleton width="15rem" height="15rem" radius={4} />
<Skeleton width="15rem" height="15rem" />
</div>
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

반응형 디자인 개선이 필요합니다.

  1. 고정된 minWidth 값은 작은 화면에서 가로 스크롤을 발생시킬 수 있습니다.
  2. 하드코딩된 값들은 상수로 분리하는 것이 좋습니다.

다음과 같이 수정하는 것을 제안합니다:

+const SKELETON_SIZES = {
+  title: { width: '30rem', height: '2rem', radius: 16 },
+  content: { width: '15rem', height: '15rem', radius: 4 },
+  image: { width: '15rem', height: '15rem' },
+} as const;

 <div
   style={{
     display: 'flex',
     flexDirection: 'row',
     gap: '0.8rem',
     margin: '2rem',
-    minWidth: '700px',
+    width: '100%',
+    flexWrap: 'wrap',
   }}
 >
-  <Skeleton width="30rem" height="2rem" radius={16} />
-  <Skeleton width="15rem" height="15rem" radius={4} />
-  <Skeleton width="15rem" height="15rem" />
+  <Skeleton {...SKELETON_SIZES.title} />
+  <Skeleton {...SKELETON_SIZES.content} />
+  <Skeleton {...SKELETON_SIZES.image} />
 </div>
📝 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
<div
style={{
display: 'flex',
flexDirection: 'row',
gap: '0.8rem',
margin: '2rem',
minWidth: '700px',
}}
>
<Skeleton width="30rem" height="2rem" radius={16} />
<Skeleton width="15rem" height="15rem" radius={4} />
<Skeleton width="15rem" height="15rem" />
</div>
const SKELETON_SIZES = {
title: { width: '30rem', height: '2rem', radius: 16 },
content: { width: '15rem', height: '15rem', radius: 4 },
image: { width: '15rem', height: '15rem' },
} as const;
<div
style={{
display: 'flex',
flexDirection: 'row',
gap: '0.8rem',
margin: '2rem',
width: '100%',
flexWrap: 'wrap',
}}
>
<Skeleton {...SKELETON_SIZES.title} />
<Skeleton {...SKELETON_SIZES.content} />
<Skeleton {...SKELETON_SIZES.image} />
</div>

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 (2)
packages/ui/src/components/Skeleton/Skeleton.tsx (2)

11-24: JSDoc 문서를 개선해 주세요.

다음 사항들을 추가하면 좋을 것 같습니다:

  • 컴포넌트의 목적과 사용 사례에 대한 설명
  • 반환값 설명
  • 더 다양한 사용 예시 (원형, 사각형 등)

1-46: 추가 개선사항을 제안드립니다.

  1. 단위 테스트 추가가 필요합니다:

    • 다양한 props 조합에 대한 테스트
    • 스타일 적용 테스트
    • 접근성 관련 테스트
  2. 애니메이션 커스터마이징 기능 추가를 고려해보세요:

    • 애니메이션 속도 조절
    • 애니메이션 비활성화 옵션
    • 다양한 애니메이션 패턴

단위 테스트 코드나 애니메이션 커스터마이징 구현에 도움이 필요하시다면 제안드리도록 하겠습니다.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between f9ec3bb and 3cc855d.

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

1-9: 타입 정의와 임포트가 잘 구성되어 있습니다!

디자인 토큰을 활용한 타입 정의가 일관성 있게 잘 되어있습니다.


25-44: 접근성 및 성능 최적화가 필요합니다.

이전 리뷰에서 지적된 접근성 및 성능 관련 이슈가 아직 해결되지 않았습니다.


46-46: displayName 설정이 잘 되어있습니다!

디버깅을 위한 컴포넌트 이름 설정이 잘 되어있습니다.

Comment on lines 1 to 46
import { tokens } from '@repo/theme';
import { heightVar, radiusVar, skeletonStyle, widthVar } from './Skeleton.css';
import { assignInlineVars } from '@vanilla-extract/dynamic';

export type SkeletonProps = {
width?: string;
height?: string;
radius?: keyof typeof tokens.spacing;
};

/**
*
* @component
* @param {SkeletonProps} props - 스켈레톤 컴포넌트의 속성
* @param {string} [props.width='100%'] - 스켈레톤의 너비
* @param {string} [props.height='100%'] - 스켈레톤의 높이
* @param {keyof typeof tokens.spacing} [props.radius] - 스켈레톤의 테두리 반경
*
*
* @example
* ```tsx
* <Skeleton width="32rem" height="16em" radius={16} />
* ```
*/
export function Skeleton({
width = '100%',
height = '100%',
radius,
}: SkeletonProps) {
const radiusValue = radius ? `${radius}rem` : '100%';

return (
<div
className={skeletonStyle}
style={{
...assignInlineVars({
[widthVar]: width,
[heightVar]: height,
[radiusVar]: radiusValue,
}),
}}
/>
);
}

Skeleton.displayName = 'Skeleton';
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
import { tokens } from '@repo/theme';
import { heightVar, radiusVar, skeletonStyle, widthVar } from './Skeleton.css';
import { assignInlineVars } from '@vanilla-extract/dynamic';
export type SkeletonProps = {
width?: string;
height?: string;
radius?: keyof typeof tokens.spacing;
};
/**
*
* @component
* @param {SkeletonProps} props - 스켈레톤 컴포넌트의 속성
* @param {string} [props.width='100%'] - 스켈레톤의 너비
* @param {string} [props.height='100%'] - 스켈레톤의 높이
* @param {keyof typeof tokens.spacing} [props.radius] - 스켈레톤의 테두리 반경
*
*
* @example
* ```tsx
* <Skeleton width="32rem" height="16em" radius={16} />
* ```
*/
export function Skeleton({
width = '100%',
height = '100%',
radius,
}: SkeletonProps) {
const radiusValue = radius ? `${radius}rem` : '100%';
return (
<div
className={skeletonStyle}
style={{
...assignInlineVars({
[widthVar]: width,
[heightVar]: height,
[radiusVar]: radiusValue,
}),
}}
/>
);
}
Skeleton.displayName = 'Skeleton';
import { CSSProperties } from 'react';
import { RadiusType, vars } from '@repo/theme';
import { heightVar, radiusVar, skeletonStyle, widthVar } from './Skeleton.css';
import { assignInlineVars } from '@vanilla-extract/dynamic';
import { isNil } from '@/utils';
export type SkeletonProps = {
width?: CSSProperties['width'];
height?: CSSProperties['height'];
radius?: keyof RadiusType;
className?: string;
};
/**
*
* @component
* @param {React.CSSProperties['width']} [props.width='100%'] - 스켈레톤의 너비
* @param {React.CSSProperties['height']} [props.height='100%'] - 스켈레톤의 높이
* @param {keyof typeof tokens.borderRadius} [props.borderRadius] - 스켈레톤의 테두리 반경
* @param {string} [props.className] - 스켈레톤의 클래스 이름
*
* @example
* ```tsx
* <Skeleton width="32rem" height="16rem" borderRadius={16} />
* ```
*/
export function Skeleton({
width = '100%',
height = '100%',
radius,
className,
}: SkeletonProps) {
const radiusValue = radius ? vars.borderRadius[radius] : '100%';
return (
<div
className={
!isNil(className) ? `${skeletonStyle} ${className}` : skeletonStyle
}
style={assignInlineVars({
[widthVar]: String(width),
[heightVar]: String(height),
[radiusVar]: String(radiusValue),
})}
/>
);
}
Skeleton.displayName = 'Skeleton';

요렇게 구성하면 어떨까요? 이렇게 하면 width, height를 더 안정적으로 받을 수 있고, className 또한 받아서 vanlia-extract를 통한 커스텀 스타일링도 주입할 수 있어요!

Copy link
Contributor

Choose a reason for hiding this comment

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

image

이런식으로 커스텀이 가능해져요!

Copy link
Member Author

Choose a reason for hiding this comment

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

다크모드는 추후 구현해서 넣어야 할 거 같긴 하네요... 일단 className 열어 두겠습니다!

export type SkeletonProps = {
width?: string;
height?: string;
radius?: keyof typeof tokens.spacing;
Copy link
Contributor

Choose a reason for hiding this comment

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

tokens.spacing의 key를 타입으로 지정한 이유가 뭘까요? 왠지 radius의 키를 타입으로 지정하고자 했던 의도 같은데, @repo/theme에서 RadiusType를 import 해서 사용하시면 됩니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

오우 제가 잘못 작성했네요 수정하겠습니다!

Copy link
Contributor

@minseong0324 minseong0324 left a comment

Choose a reason for hiding this comment

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

고생하셨어요~!!!

@kongnayeon kongnayeon merged commit 13f7d6c into develop Jan 24, 2025
3 checks passed
@kongnayeon kongnayeon deleted the feat/#f03dcf1bc branch January 24, 2025 11:38
kongnayeon added a commit that referenced this pull request Feb 5, 2025
* [Feat] 프로젝트 스캐폴딩 (#2)

* docs: 이슈, PR 템플릿 추가

* docs: codeoners 추가

* feat: web 앱 Next.js, React 버전 다운그레이드

* feat: eslint, tsconfig 종속성, prettier 추가

* feat: husky, lint-staged 설치

* feat: husky, lint-staged 테스트

* chore: husky, lint-staged 테스트

* chore: husky, lint-staged 테스트 2

* fix: eslint config 수정

* chore: husky, lint-staged 테스트 3

* chore: husky, lint-staged 테스트 4

* chore: husky, lint-staged 테스트 5

* feat: .nvmrc 추가

* feat: vanilla extract 설치, config 수정

* chore: web 앱 type: module 설정 제거

* chore: vanilla extract 설치, next.config.js 수정

* [Chore]: 리뷰어 선정 시 슬랙 알림 workflow 적용 (#33)

* [Chore]: ui 패키지 초기 셋팅 (#34)

* feat(packages/theme): theme 패키지를 생성해요. (#36)

* [Chore]: build ci 추가 (#38)

* feat: pnpm workspace 추가 (#42)

* [Fix]: theme, ui 패키지의 vanilla-extract 빌드 설정 수정 (#45)

* fix(apps/web, packages/theme, packages/ui): theme, ui 패키지의 vanilla-extract 빌드 설정, css 관련 수정

* chore(packages/theme, packages/ui): build 스크립트 수정

* chore(packages/theme, packages/ui): exports 수정

* chore(packages/theme, packages/ui): exports 수정

* wip

* chore(packages/theme, packages/ui): 불필요 dependency 제거

* chore(packages/theme, packages/ui): 불필요 필드 제거

* fix: 공통 패키지 루트로 끌어올리기, 패키지 버전 의존성 적용

* fix: 테스트 컴포넌트 제거

* fix: 테스트 컴포넌트 제거

* chore(apps/web): 주석처리

* chore: 빌드 테스트

* chore: 테스트용 컴포넌트 제거

---------

Co-authored-by: kangnayeon <[email protected]>

* [Feat]: theme 적용을 위한 Provider 추가 (#47)

* [Feat] Spacing 컴포넌트 추가 (#49)

* [Feat] Icon 컴포넌트 추가 (#48)

* feat(packages/ui): Icon 컴포넌트 추가

* fix(packages/ui): 아이콘 속성 camelCase로 수정

* feat(packages/ui): svg 파일 import 스크립트, svgr 플러그인 설정 추가

* feat(packages/ui): Icon 컴포넌트

* fix(packages/theme): color 뎁스 낮추기

* [Feat] Spacing 컴포넌트 추가 (#49)

* fix: resolve conflicts

* fix(packages/theme): 컬러 토큰 변경에 따른 dark, theme 토큰 변경

* fix: resolve conflicts

* chore: 주석 제거

---------

Co-authored-by: minseong <[email protected]>

* [Fix] Icon 컴포넌트 수정 (#51)

* fix(packages/ui): Icon 컴포넌트 수정

* chore(packages/ui): 색상 스타일 로직 개선

* fix(packages/ui): IconProps의 color 타입을 string으로 수정해요

* [Fix] 컬러 시스템 내의 색상만 사용할 수 있도록 Icon 컴포넌트 수정 (#53)

* fix(packages/ui): Icon 컴포넌트 수정

* chore(packages/ui): 색상 스타일 로직 개선

* fix(packages/ui): IconProps의 color 타입을 string으로 수정해요

* fix(packages/ui, apps/web): 컬러 시스템 내의 색상만 사용할 수 있도록 Icon 컴포넌트 수정

* [Fix] Spacing 컴포넌트 수정 (#54)

* fix(packages/ui): Spacing 컴포넌트 수정

* chore: name import 하도록 수정

* chore: 배럴 파일 수정

* chore: empty file 삭제

* chore(packages/theme): 색상 추가 (#56)

* [Feat] Text 컴포넌트 추가 (#57)

* feat(packages/ui): Text 컴포넌트

* feat(packages/ui): 컴파운드 객체 추가

* chore(packages/ui): TypographyType theme에서 가져오도록 수정

* fix(packages/ui): TextCompoundType 선언 시 중복되는 구문 수정

* fix(packages/ui): Compound Text 컴포넌트 선언 시 중복되는 로직 수정

* feat(packages/ui): Text 컴포넌트 사용 시 대문자 사용하도록 수정

* [Feat] Toast 컴포넌트 추가 (#52)

* chore(packages/ui): ovarlay-kit 의존성 추가

* feat(packages/ui): Toast 컴포넌트 구현

* test(apps/web): Toast 컴포넌트 사용 예시 추가

* fix(packages/ui): 접근성 개선

* chore(packages/ui): lock 파일 업데이트

* chore(packages/themes): violet 색상 추가

* chore(packages/ui): success일 경우의 색상 변경

* fix(apps/web): Providers 컴포넌트 분리, OverlayProvider 이동

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

* feat(packages/ui, apps/web): Badge 컴포넌트 구현

* fix(packages/ui, apps/web): Badge 컴포넌트 수정

* chore(packages/ui): named import 변경

* [Feat] Checkbox 컴포넌트 추가 (#60)

* feat(packages/ui): 누름 상태 관리를 위한 usePress 추가

* chore(packages/ui): 체크박스 아이콘 추가

* feat(packages/ui): 체크박스 컴포넌트 추가

* chore(apps/web): 사용 예시 추가

* fix(packages/ui): 키보드 접근성 수정

* [Feat] Label 컴포넌트 구현 (#61)

* feat(packages/ui): Label 컴포넌트 구현

* chore(packages/ui): Label 컴포넌트 예시

* [Feat] Button 컴포넌트 추가 (#59)

* feat(packages/ui): Button 컴포넌트

* fix(packages/ui): Icon color 속성 없을 시 currentColor 적용되도록 수정

* chore(packages/ui): Button 컴포넌트 export

* fix(packages/ui): Button 컴포넌트 스타일

* fix(packages/ui): Icon default size 100%로 변경

* fix(packages/ui): Button 컴포넌트의 leftIcon, rightIcon prop을 leftAddon, rightAddon으로 수정

* feat(packages/ui): twincle icon 추가

* fix(packages/ui): 기존 태그의 prop을 상속 받는 경우 ComponentPropsWithoutRef 사용하도록 수정

* [Feat] Breadcrumb 컴포넌트 추가 (#62)

* chore(packages/ui): @radix-ui/react-slot 설치

* feat(packages/ui): Breadcrumb 컴포넌트 구현

* test(apps/web): 사용 예시 추가

* [Feat] px -> rem 변환 (#64)

* fix: px 단위 rem으로 변환

* fix: body font-size 1.6rem으로 지정

* [Chore] Checkbox 컴포넌트의 label fontSize 변환 (#66)

* chore(packages/ui):  Checkbox 컴포넌트의 label fontSize 변환

* chore(packages/ui): className 빈 값 string 기본값 지정

* [Feat] LottieAnimation 컴포넌트 추가 (#63)

* feat(packages/ui): 로티 파일, 생성 스크립트 추가

* feat(packages/ui): LottieAnimation 컴포넌트 추가

* fix(packages/ui): LottieAnimation 따로 export 하도록 수정, 에셋 상대경로로 수정

* fix(packages/ui): 스크립트 오타 수정

* feat(packages/ui): 코드리뷰 반영

* fix: 빌드 에러 수정

* [Feat] TextField 컴포넌트 구현 (#65)

* chore(apps/web): react-hook-form 설치

* feat(packages/ui): isNill 함수 추가

* chore(packages/ui): isNill export

* feat(packages/ui): TextField 컴포넌트 구현

* test(apps/web): 예시 추가

* fix(packages/ui): 디자인 요구사항 수정

* [Feat] 아이콘, 색상 변경 사항 반영 (#72)

* feat(packages/theme): 아이콘 변경 사항 반영

* fix(packages/ui): 누락된 아이콘 추가

* [Feat] IconButton 컴포넌트 (#68)

* [Feat] Spinner 컴포넌트 추가 (#69)

* feat(packages/ui): Spinner 컴포넌트

* feat(packages/ui): Spinner span 태그로 감싸기

* fix(packages/ui): SpinnerColorType 추가

* [�Fix]: ThemeProvider 패키지 이동, 불필요 배럴 파일 정리 (#74)

* wip

* chore(apps/web): 파일 구조 변경

* chore(packages/theme, apps/web): 배럴파일 정리 및 provider 별도 export

* chore(packages/theme): provider 별도 export

* fix(packages/theme, packages/ui): ThemeProvider 이동

* remove(apps/web): 퍼블리싱 삭제 (별도 PR 예정)

* [Feat] RadioCards 컴포넌트 추가 (#73)

* feat(packages/ui): RadioCards 관리를 위한 context 추가

* feat(packages/ui): RadioCards 컴포넌트 구현 및 JSDoc 추가

* feat(packages/ui): RadioCards 사용 예시 추가

* fix(packages/ui): RadioCards 구조 변경

* test(packages/ui): RadioCards 예시 변경

* docs(packages/ui): JSDoc 업데이트

* fix(packages/ui): 키보드 접근성 개선

* [Feat] Modal 컴포넌트 추가 (#83)

* feat(packages/ui): PortalConsumer 컴포넌트

* feat(packages/ui): PortalConsumer 컴포넌트

* feat(packages/ui): Modal로의 포커스를 위한 FocusTrap 구현

* feat(packages/ui): Modal 컴포넌트 구현 및 JSDoc 작성

* test(apps/web): Modal 컴포넌트 사용 예시 추가

* fix(packages/ui): overlay-kit에서 이미 제공하고 있으므로 PortalConsumer 제거

* [Feat] 스켈레톤 컴포넌트 (#84)

* feat(packages/ui): 스켈레톤 컴포넌트

* feat: displayName 속성 추가

* feat: 리뷰 반영

* [Fix] ui 패키지 컴포넌트 사용 시 모든 컴포넌트가 암묵적으로 import 되는 현상 (#79)

* fix(packages/ui): 아이콘 생성 스크립트 확장자 변경

* feat(packages/ui) 컴포넌트 별 배럴 파일 생성

* fix: 공통 로직 임포트 경로 수정

* fix(packages/ui): esm 방식만 지원하도록 수정

* chore: 사용되지 않는 컴포넌트 제거

* chore: 사용되지 않는 아이콘 제거

* fix(packages/ui): 사용되지 않는 플러그인 제거

* fix: 빌드 에러

* fix: 빌드 에러

* fix: 빌드 에러 수정

* feat: svgr 라이브러리 제거, 아이콘 컴포넌트 생성 스크립트 추가

* fix: build error

* fix: icon 매핑 스크립트 수정

* feat(packages/ui): 컴포넌트 전체 export 추가

* [Feat] Chip 컴포넌트 추가 (#70)

* feat(packages/ui): chip 컴포넌트

* [Feat] TextField 컴포넌트 구현 (#65)

* chore(apps/web): react-hook-form 설치

* feat(packages/ui): isNill 함수 추가

* chore(packages/ui): isNill export

* feat(packages/ui): TextField 컴포넌트 구현

* test(apps/web): 예시 추가

* fix(packages/ui): 디자인 요구사항 수정

* [Feat] 아이콘, 색상 변경 사항 반영 (#72)

* feat(packages/theme): 아이콘 변경 사항 반영

* fix(packages/ui): 누락된 아이콘 추가

* feat(packages/ui): chip 컴포넌트

* feat(packages/ui): Chip에 사용되는 아이콘 추가

* fix(packages/ui): Text 컴포넌트 color prop 없을 때 inherit으로 지정, 기본 line height 값 지정

* fix(packages/ui): Icon 컴포넌트 color 상속 시 path 태그 외의 다른 태그들도 상속 받을 수 있도록 수정

* fix(packages/ui): Chip 컴포넌트 스타일 수정

* feat: x 아이콘 color 수정

* feat: onClose 추가

* fix: x 아이콘 호버링 시 cursor pointer로 지정

* feat: 리뷰 반영

* fix(packages/ui):  closable 버튼 보이지 않는 문제

* fix: 리뷰 반영

---------

Co-authored-by: MINSEONG KIM <[email protected]>

* [Refactor] Spinner 컴포넌트 css 방식으로 변경 (#92)

* fix:(packages/ui): Spinner 컴포넌트 css 방식으로 구현

* fix(packages/ui): Button 컴포넌트 스타일 수정, isLoading 상태 스피너 추가

* [Feat] useToast 추가, DynamicLottie 컴포넌트 추가 (#89)

* [Feat]: useModal 추가 (#91)

* chore(packages/ui): overlay-kit 설치

* feat(packages/ui): useModal 추가

* test(apps/web): useModal 사용 예시 추가

* fix(packages/ui): 옵셔널로 치환

* fix(packages/ui): 자잘한 수정

* fix(packages/ui): 자잘한 수정

* docs(packages/ui): JSDoc 추가

* test(apps/web): 사용 예시 추가

* chore(packages/ui): 코드 간소화

* fix(packages/ui): 프로미스를 반환할 수 있도록 수정

* fix(packages/ui): isNil수정, isNotNill 추가, export 수정

* fix(package/ui): nullish 체크

* fix(packages/ui): 모달 doubleCTA의 각각 버튼 공간이 절반 차지하도록 수정

* test(packages/ui): 예시 수정

* chore: lock 파일 업데이트

* [Feat] ImageManager TypeA 컴포넌트 추가 (#94)

* chore(apps/web): Provider -> provider로 변경 (네이밍 컨벤션 통일)

* feat(apps/web): ImageManager TypeA 컴포넌트 구현

* chore(apps/web): 대소문자 git 이슈 해결

* chore(apps/web): baseUrl 설정

* fix(apps/web): 자잘한 수정, 접근성 개선

* chore(apps/web): 키 상수화

* fix(apps/web): 유효성 검사 수정

* chore(apps/web): 경로 수정

* [Feat] 주제 설정 페이지 퍼블리싱 및 폼 연동 (#95)

* chore(apps/web): motion 추가

* chore(packages/ui): styles export 변경

* feat(packages/theme): 색상 추가

* feat(packages/theme): spacing 추가

* feat(apps/web): KeywordChip 컴포넌트 추가

* feat(apps/web): ImageManager 컴포넌트 추가

* feat(apps/web): 주제 설정 페이지 퍼블리싱

* refactor(apps/web): 컴포넌트 분리 및 자잘한 수정

* fix(apps/web): react-hook-form watch를 통한 조건부 렌더링

* feat(apps/web): react-hook-form을 통한 폼 관리

* fix(apps/web): ImageManager 컴포넌트 packages/ui로 이동 예정

* fix(apps/web): ImageManager TypeA css 수정

* fix(apps/web): GradientAnimatedTitle로 수정

* fix(apps/web): GradientAnimatedTitle로 수정

* feat(apps/web): isEmptyStringOrNil 유틸 추가

* fix(apps/web): ImageManager TypeA 제어형으로 사용 가능하도록 변경

* refactor(apps/web): 컴포넌트 분리

* chore(apps/web): px->rem 변경

* fix(app/web): defaultValues 수정

* fix(apps/web): css 수정

* fix(apps/web): placeholder 수정

* [Feat] ky, tanstack-query 설정, presigned-url 모듈, 뉴스 카테고리 api 연동 (#97)

* fix(packages/ui): onClick 누락 수정

* fix(packages/ui): onClick 누락 수정

* feat(apps/web): 필수 항목 입력 후 홈 BreadCrumb 클릭 시 모달

* feat(apps/web): tanstack-query 셋팅

* fix(apps/web): tanstack-query 셋팅 수정

* feat(apps/web): ky 셋팅

* fix(apps/web): KeywordChipGroup 컴포넌트 수정

* feat(apps/web): 뉴스 카테고리 api 연듕

* feat(apps/web): put, patch, delete 추가

* feat(apps/web): put, patch, delete 추가

* fix(apps/web): nullish 검증

* chore(.github/workflows): env 추가

* fix(apps/web): staleTime, gcTime 수정

* fix(apps/web): 자잘한 수정

* fix(apps/web): 토큰 string으로 관리

* chore(apps/web): shared로 폴더명 변경

* feat(apps/web): presigned-url 모듈 구현 및 연동

* [Feat] 주제 설정 페이지 api 연동, 디자인 추가 반영 (#100)

* fix(apps/web): MainBreadcrumbItem 이미지 수정

* fix(apps/web): suspense 래핑

* remove(apps/web): 불필요 코드 제거

* feat(apps/web): 스크롤 감지 훅 추가

* feat(apps/web): 반투명 NavBar 추가

* fix(apps/web): 스타일링 수정

* fix(apps/web): 스타일링 수정

* fix(apps/web): ImageManager TypeA가 File이 아닌 이미지의 url로 받도록 수정

* feat(apps/web): 공통 타입 분리

* feat(apps/web): 게시물 그룹 및 게시물 생성 API 연동

* feat(apps/web): ImageManager TypeA 최적화 및 UI만 그리도록 관심사 분리

* fix: Images 폴더명을 images로 수정

* fix(apps/web): 자잘한 수정

* fix(apps/web): 자잘한 수정

* fix(apps/web): 타입 개선

* fix(apps/web): ImageManager 단일로 관리

* [Feat] Accordion 컴포넌트 (#99)

* fix(packages/ui): Chip 컴포넌트 개별 export

* feat(packages/ui): Accordion 컴포넌트

* chore: Accordion 컴포넌트 예시 추가

* chore(packages/ui): displayName 추가

* fix: 코드리뷰 반영

* fix: resolve conflicts

* [Fix] 컴포넌트 스타일 수정 (#102)

* fix: 폴더명 Images를 images로 변경

* fix(apps/web): 간단한 레이아웃 수정

* fix(apps/web): NavBar 레이아웃 수정

* fix(packages/ui, apps/web): TextField 레이아웃 깨짐 수정

* fix(packages/ui): Checkbox width 수정

* docs(packages/ui): TextField JSDoc 수정

* [Feat]  결과 수정 - 상세 페이지 퍼블리싱 (#86)

* feat(apps/web): ContentItem 컴포넌트

* feat(apps/web): getMinutesAgo 유틸 함수 추가

* feat(apps/web): ContentItem 컴포넌트

* fix(packages/ui): Chip 컴포넌트 개별 export

* feat(packages/ui): Accordion 컴포넌트

* chore: Accordion 컴포넌트 예시 추가

* feat(apps/web): EditSidebar 추가

* feat(packages/ui): 아이콘 에셋  추가

* fix(apps/web): getMinutesAgo 함수 getTimesAgo 함수로 수정

* fix(packages/ui): IconButton 컴포넌트 props에서 type도 받도록 수정

* fix(apps/web): ContentItem 컴포넌트 디자인 수정 반영

* feat(apps/web): PostEditor 추가

* feat(apps/web): EditPromptField 추가

* feat(apps/web) EditPost 영역 추가

* feat(apps/web): ContentItem 컴포넌트

* chore: Accordion 컴포넌트 예시 추가

* fix: resolve conflicts

* fix: resolve conflicts

* fix: 빌드 에러

* fix: 빌드 에러

* fix(apps/web): TextField 수정 반영

* fix(packages/ui): Accordion 컴포넌트 스타일 수정

* [Feat] vercel 자동 배포 빌드 스크립트 (#105)

---------

Co-authored-by: MINSEONG KIM <[email protected]>
Co-authored-by: minseong <[email protected]>
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