feat(shop): 10펫 뽑기 UX 개편 — 카드팩 개봉 연출#397
Merged
Merged
Conversation
- 2x5 그리드 플립(TenCardFlipGame) 제거하고 카드팩 개봉 기반 CardPackGame 신설 - 픽셀 카드 뒷면(AnimalCardBack) 재활용한 ×10 덱 → 탭 개봉 시 카드가 덱 중앙에서 딜되어 그리드로 펼쳐짐 - 순차 플립 공개, 레어(S+/EX)는 팝·글로우·화면 흔들림·컨페티로 강조 - 최고 등급 카드 중앙 확대 피날레 + 상시 스포트라이트 - 3초 자동닫힘 제거, 뽑는 중 닫기 차단(포인트 차감 후 결과 미확인 방지) - canvas-confetti 추가(픽셀 사각형), prefers-reduced-motion 존중, 탭 스킵 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
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.
배경
기존 10펫 뽑기는 2x5 그리드를 클릭하면 전부 순차 플립되고 3초 뒤 자동 닫히는 밋밋한 연출이었습니다.
postGotcha({count:10})API는 그대로 두고 연출/UX만 개편했습니다.변경
TenCardFlipGame) 제거 → 카드팩 개봉 기반CardPackGame신설AnimalCardBack) 재활용해 ×10 덱 구성 (별도 에셋/라이선스 불필요)canvas-confetti,prefers-reduced-motion존중, 탭 스킵테스트
참고
🤖 Generated with Claude Code