Conversation
기존 TitleLeft/TitleCenter 타입을 default/1depth로 변경하고, heading/trailing 영역을 분리한 새로운 Header API로 재작성. 스타일과 Storybook 스토리도 함께 업데이트. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…type Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ling icons Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 48 minutes and 15 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, 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 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. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (29)
✨ 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 |
📝 관련 이슈 |
Deploying moddo-frontend with
|
| Latest commit: |
129f928
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3a57a44a.moddo-frontend.pages.dev |
| Branch Preview URL: | https://feat-md-8.moddo-frontend.pages.dev |
# Conflicts: # src/features/user-profile/ui/MyProfile/index.tsx
Summary
default | 1depth두 가지 type으로 재설계S.IconButton→Button variant="text"로 교체하여 디자인 시스템 일관성 확보변경 내용
defaulttype: 서브 페이지용 (heading 영역 + 중앙 타이틀 + trailing)1depthtype: 최상위 페이지용 (좌측 큰 타이틀/로고 + trailing)TitleLeft,TitleCentertype 및showIcon,handleBackButtonClick등 레거시 props 삭제type미지정 시default로 동작Test plan
npx tsc --noEmit에러 없음npm run build성공🤖 Generated with Claude Code