feat: 멘토 페이지 로딩 스켈레톤 적용#548
Conversation
|
Warning Review limit reached
More reviews will be available in 54 minutes and 7 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
✨ 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
관련 이슈
작업 내용
/mentorroute-levelloading.tsx를 추가해 라우트 전환 중에도 멘토 페이지 형태의 로딩 화면이 보이도록 했습니다.isPending기준 분기를 추가했습니다.useCallback으로 안정화해 effect가 불필요하게 다시 예약되지 않도록 했습니다.indexOf대신map의 index를 사용하도록 정리했습니다.특이 사항
401을 반환하고,isApplied처럼 사용자별 상태를 포함할 수 있어 커뮤니티 페이지처럼 서버 prefetch hydration을 직접 적용하지 않았습니다.page-hydration-skeleton을~/.codex/skills/page-hydration-skeleton에 추가했습니다. 이 스킬 파일은 개인 로컬 Codex 설정이라 저장소 PR에는 포함되지 않습니다.22.x)과 달라Unsupported engine경고가 출력되지만 검증은 통과했습니다.리뷰 요구사항 (선택)
검증
pnpm --filter @solid-connect/web run lint:checkpnpm --filter @solid-connect/web run typecheck:cipnpm --filter @solid-connect/web run buildci:check및build통과/mentor접근 시/login정상 이동 및 콘솔 에러 없음 확인page-hydration-skeleton스킬quick_validate.py통과