feat : 프론트엔드 디자인 시스템 구축 및 데모 페이지 구현 #7
Merged
Merged
Conversation
i3months
approved these changes
May 11, 2026
| 5. PR 시 스크린샷 첨부 (light/dark 양쪽) | ||
| - **2026-05** — Tailwind CSS v4 기반 **sage 모노크로매틱** 시스템으로 전면 개편. 이전 `Pretendard + 블루 브랜드` 스펙은 본 문서로 흡수. | ||
| - **2026-05** — Status / Domain 컬러를 muted jewel tone 으로 재정의 (Sage 톤과 조화). | ||
| - **2026-05** — Z-index, Container max-width, 4-State UI 패턴 등 누락 토큰 / 규약 보강. |
Member
There was a problem hiding this comment.
design-system.md에 프로젝트 디자인시스템 정리해둔거 좋네요.
프론트엔드 개발 시 저 부분 참고해서 디자인 일관성 유지하기도 좋아보입니다. 👍
| </Sub> | ||
| </Section> | ||
| ) | ||
| } |
Member
There was a problem hiding this comment.
먼저 constant로 관련 디자인 컴포넌트 뽑아둔거 좋네요
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
구현
@tailwindcss/vite플러그인 +@/*alias.tokens.css의@theme블록을 SSOT 로:global.css에서 폰트 / focus-visible /prefers-reduced-motion처리.docs/design-system.md전면 재작성 — 12 섹션 (원칙 · 토큰 · 컴포넌트 인벤토리 · 4-State UI · 페이지 레이아웃 · 다크 모드 · 접근성 · 추가 절차).frontend/src/pages/DesignSystem/(15 파일, 섹션별 분리).App.tsx는 thin wrapper.토큰 → Tailwind 유틸리티 (예시)
bg-sage-500·text-fg-muted·bg-primarybg-success-50 text-success-700·bg-job-frontendtext-display(size + lh + letter-spacing + weight 페어)font-heading·rounded-pill·shadow-md·duration-normal·ease-standardmax-w-content(1280px) ·z-[var(--z-modal)]참고
확인 방법
cd frontend npm install npm run dev→
http://localhost:5173에서 9개 섹션 (Overview · Colors · Typography · Radius · Shadow · Spacing · Motion · Z-Index · Container) 확인.npm run build통과 — TS 타입 체크 + Vite 프로덕션 빌드 클린< lg) 에서 사이드바 숨김, 텍스트 스케일 반응형 (*-mobile→lg:*)