refactor: 공통 UI 패키지 기반 구축#539
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Warning Review limit reached
More reviews will be available in 59 minutes and 45 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (22)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@codex review 한국어로 리뷰해줘. 코드 식별자는 영어 원문을 유지하고, 실제 버그/회귀/테스트 누락 위주로 봐줘. |
|
Codex Review: Didn't find any major issues. 🚀 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
작업 내용
@solid-connect/ui패키지를 추가해 공통 UI primitive 기반을 마련했습니다.Button,Input,Textarea,Card,Table,Tabs,Label,cn을 shared package로 옮기고 기존 admincomponents/ui/*파일은 re-export shim으로 유지했습니다.@source를 추가했습니다.검증
pnpm --filter @solid-connect/ui ci:checkpnpm --filter @solid-connect/admin ci:checkpnpm --filter @solid-connect/admin buildgit diff --check@solid-connect/web ci:check,@solid-connect/admin ci:check@solid-connect/web ci:check,@solid-connect/web build,@solid-connect/admin ci:check,@solid-connect/admin build참고
origin/main기준 새 브랜치에서 생성해 React Compiler 변경이 섞이지 않도록 정리했습니다.v23.10.0이라node 22.xengine warning은 출력됐지만 검증 명령은 모두 통과했습니다.