빈 정산 카드UI 추가 및 홈 노출#64
Merged
Merged
Conversation
지출이 없는 빈 정산을 표시하는 카드 컴포넌트 추가.
클릭 시 지출 생성 페이지(/create-expense/{groupCode})로 이동.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
홈 정산 리스트에서 totalAmount === 0인 빈 정산은 EmptySettlementCard로, 그 외에는 기존 SettlementProgressCard로 분기 렌더링. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
📝 관련 이슈 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthrough비용 정산 화면에서 정산 항목이 없는 빈 상태를 표시할 새로운 EmptySettlementCard 컴포넌트를 추가했습니다. 스타일 정의, React 컴포넌트 구현, 모듈 내보내기를 완성하고, 기존 SettlementDateSection에 조건부 렌더링 로직을 통합했습니다. ChangesEmptySettlementCard 컴포넌트 추가
Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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: |
4cfd9dd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b692afbc.moddo-frontend.pages.dev |
| Branch Preview URL: | https://feat-md-48.moddo-frontend.pages.dev |
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.
Summary
totalAmount === 0)을 표시하는EmptySettlementCard컴포넌트 추가SettlementDateSection)에서 빈 정산은EmptySettlementCard, 그 외에는 기존SettlementProgressCard로 분기 렌더링/create-expense/{groupCode})로 이동Details
SettlementProgressCard와 동일한 토큰/레이아웃 컨벤션 사용SystemWarning(노란 삼각형,fg.accent-yellow.normal) + "아직 정산 내역을 입력하지 않았어요" 메시지#d6d6d6사용(주석 명시)Test plan
totalAmount === 0인 정산이 빈 정산 카드로 노출되는지 확인/create-expense/{groupCode}로 이동하는지 확인🤖 Generated with Claude Code
Summary by CodeRabbit
새로운 기능