노래 검색 페이지 스켈레톤 추가 - #321
Conversation
|
Warning Review limit reached
Next review available in: 42 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthrough노래 검색 화면이 디바운싱 또는 요청 대기 중일 때 Changes노래 검색 로딩 상태
태그 오류 메시지
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant SongListPage
participant useSearchTracks
participant SongSelectSkeleton
SongListPage->>useSearchTracks: 검색어와 검색 상태 조회
useSearchTracks-->>SongListPage: 디바운싱·요청 상태와 검색 트랙 반환
SongListPage->>SongSelectSkeleton: 디바운싱 또는 요청 대기 중 표시
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✨ Finishing Touches 💡 1⚔️ Resolve merge conflicts 💡
📝 Generate docstrings
🧪 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 |
203b7b5 to
dc15758
Compare
변경 내용
SongSelectSkeleton및 로딩 조건을 재사용합니다.관련 이슈
Closes #319
변경 사항
테스트
브라우저에서 정상 동작 확인
기존 기능에 영향 없음 확인
pnpm typecheckpnpm exec eslint src/pages/SongListPage.tsxpnpm exec prettier src/pages/SongListPage.tsx --checkgit diff --check스크린샷 (UI 변경시)
체크리스트
pnpm format)pnpm lint:fix)코드 품질 확인
PR 제출 전에 다음 명령어를 실행하여 코드 품질을 확인해주세요:
Summary by CodeRabbit