[FIX] 캘린더 팝업 하단 날짜 잘림 수정 - #220
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughCalendar의 고정 높이와 6행 고정 설정을 제거하고, 날짜 그리드에 Changes달력 레이아웃 수정
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/timo-design-system/src/components/calendar/Calendar.tsx`:
- Line 91: Calendar.stories.tsx에 5주 월과 6주 월을 각각 고정하는 Storybook 또는 테스트 케이스를
추가하세요. 기존 2026년 7월 케이스에 더해 2026년 8월을 포함하고, DateSelector에서 Dropdown.Panel을 연 상태로
각 달의 마지막 행이 잘리지 않고 표시되는지 검증하세요.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 5258964f-69f3-48a1-a792-a642d96981be
📒 Files selected for processing (1)
packages/timo-design-system/src/components/calendar/Calendar.tsx
| <div | ||
| className={cn( | ||
| "shadow-timo h-66 w-67 rounded-[4px] bg-white px-6 py-4", | ||
| "shadow-timo w-67 rounded-[4px] bg-white px-6 py-4", |
There was a problem hiding this comment.
🎯 Functional Correctness | 🔵 Trivial | ⚡ Quick win
5주·6주 달력 회귀 케이스를 추가해 주세요.
Line 91과 Line 118의 변경으로 높이와 행 제약은 완화되었지만, 현재 Calendar.stories.tsx는 new Date(2026, 6, 1)(2026년 7월)만 렌더링해 6주 달인 2026년 8월을 검증하지 않습니다. 5주·6주 월을 각각 Storybook 또는 테스트로 고정하고, DateSelector → Dropdown.Panel 내부에서도 마지막 행이 잘리지 않는지 확인해 주세요.
암시적 Grid 행 동작은 Tailwind CSS 공식 문서를 참고할 수 있습니다. (tailwindcss.com)
Also applies to: 118-118
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@packages/timo-design-system/src/components/calendar/Calendar.tsx` at line 91,
Calendar.stories.tsx에 5주 월과 6주 월을 각각 고정하는 Storybook 또는 테스트 케이스를 추가하세요. 기존 2026년
7월 케이스에 더해 2026년 8월을 포함하고, DateSelector에서 Dropdown.Panel을 연 상태로 각 달의 마지막 행이 잘리지
않고 표시되는지 검증하세요.
Source: MCP tools
Timo Performance ReportBundle Size — timo-web
Lighthouse — timo-web
Image Optimization — timo-web
측정 커밋: |
ISSUE 🔗
close #218
What is this PR? 🔍
캘린더 팝업에서 6주차까지 표시되는 달의 하단 날짜가 잘리는 문제를 수정했습니다! (height 고정값과 row 6 고정값 삭제)
To Reviewers
August 2026처럼 6주차가 있는 달에서도 마지막 주 날짜가 팝업 내부에 정상적으로 보이는지 확인 부탁드립니다.
Screenshot 📷
Test Checklist ✔