Conversation
Made-with: Cursor
|
Warning Rate limit exceeded
⌛ 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: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ 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 mateball-client with
|
| Latest commit: |
368c6b9
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://156b1b05.mateball-client.pages.dev |
| Branch Preview URL: | https://feat--406-calendar-swipe.mateball-client.pages.dev |
|
MATEBALL-STORYBOOK |
#️⃣ Related Issue
Closes #406
☀️ New-insight
framer-motion의AnimatePresence+mode="popLayout"을 사용하면 exit/enter 애니메이션이 동시에 진행되어 자연스러운 슬라이드 전환이 가능useRef로 터치 시작 좌표와 방향을 관리하면 리렌더 없이 스와이프 판정 가능💎 PR Point
onTouchStart/onTouchEnd로 좌우 스와이프 감지 후onWeekChange콜백으로 주 이동 처리.SWIPE_THRESHOLD(50px)이상 이동 시에만 동작slideVariants로 방향에 따른 enter/exit 슬라이드 정의.directionRef를customprop으로 전달해서 방향별 애니메이션 분기WeekCalendar→CalendarSection→Home으로onWeekChange콜백 전달.Home에서setBaseWeekDate로 ±7일 이동📸 Screenshot
2026-03-21.6.13.06.mov