Avoid padding Unity moves with tackle#107
Conversation
|
Warning Review limit reached
More reviews will be available in 7 minutes and 13 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ 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 |
Pull Request
🎯 작업 내용
Unity 전투 스킬 모달에서 일부 포켓몬의 기술이 몸통박치기 4개로 표시되던 문제를 수정했습니다.
📌 작업 배경
배포 환경에서 일부 카드는 정상 기술이 표시되지만, 일부 카드는 스킬 모달에 몸통박치기만 4개 표시되는 문제가 있었습니다.
확인 결과 FE의 포켓몬 기술 데이터가 없는 경우 빈 슬롯을 모두
tackle로 채워 Unity에 전달하고 있었고, Unity는 전달받은 런타임 기술 목록을 그대로 표시하고 있었습니다.🔨 구현 내용
Added (추가)
Changed (변경)
20260623-skill-modal-runtime-moves로 변경했습니다.tackle로 강제 패딩하지 않도록 변경했습니다.Fixed (수정)
📸 결과물
/battle에서 일부 포켓몬의 스킬 목록이 몸통박치기로만 채워지지 않는지 확인 필요.🧪 테스트
corepack pnpm typecheck통과.💬 리뷰 요청사항