Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
워크스루온보딩 라우트의 경로 표기를 변경 사항
예상 코드 리뷰 소요 시간🎯 1 (Trivial) | ⏱️ ~5분 관련 가능성이 있는 PR
제안 라벨
제안 리뷰어
래빗의 축시
🚥 Pre-merge checks | ✅ 1 | ❌ 4❌ Failed checks (3 warnings, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
|
✅ Storybook chromatic 배포 확인: |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
apps/client/src/layout/Layout.tsx (1)
12-16: 중복 조건 제거 필요Line 15의
onBoardingCallback경로 체크는 불필요합니다. Line 13에서 이미ROUTES_CONFIG.onBoarding.path('/onBoarding')로 시작하는지 확인하고 있기 때문에,/onBoarding/callback경로도 자동으로 포함됩니다.♻️ 제안하는 수정사항
const isSidebarHidden = location.pathname.startsWith(ROUTES_CONFIG.onBoarding.path) || location.pathname.startsWith(ROUTES_CONFIG.login.path) || - location.pathname.startsWith(ROUTES_CONFIG.onBoardingCallback.path) || isPolicyPage;
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
apps/client/src/layout/Layout.tsxapps/client/src/pages/onBoarding/GoogleCallback.tsxapps/client/src/pages/onBoarding/components/funnel/MainCard.tsxapps/client/src/routes/routesConfig.tsapps/client/src/shared/apis/setting/axiosInstance.ts
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: storybook
🔇 Additional comments (4)
apps/client/src/routes/routesConfig.ts (1)
24-24: 경로 케이싱 변경 확인 완료라우트 경로를
/onBoarding/callback로 통일한 것은 적절합니다. 다른 파일들과 일관성을 유지합니다.apps/client/src/pages/onBoarding/GoogleCallback.tsx (1)
15-15: 경로 업데이트 확인 완료세 곳의 네비게이션 경로가 모두
/onBoarding으로 일관되게 업데이트되었습니다. 로그인 실패, 신규 사용자, 에러 처리 로직이 올바르게 유지되고 있습니다.Also applies to: 39-39, 54-54
apps/client/src/pages/onBoarding/components/funnel/MainCard.tsx (1)
167-167: 온보딩 퍼널 경로 업데이트 확인 완료다음 단계, 이전 단계, Mac 단계 스킵 로직의 모든 네비게이션 경로가
/onBoarding으로 일관되게 업데이트되었습니다. 퍼널 플로우가 올바르게 유지되고 있습니다.Also applies to: 187-187, 196-196
apps/client/src/shared/apis/setting/axiosInstance.ts (1)
50-50: 인증 실패 리다이렉트 경로 업데이트 확인 완료401/403 에러 처리 시 리다이렉트 경로가
/onBoarding으로 올바르게 업데이트되었습니다. 인증 인터셉터 로직이 적절하게 유지되고 있습니다.
| location.pathname.startsWith(ROUTES_CONFIG.login.path) || | ||
| location.pathname.startsWith(ROUTES_CONFIG.onBoardingCallback.path) || | ||
| isPolicyPage; | ||
|
|
📌 Related Issues
📄 Tasks
⭐ PR Point (To Reviewer)
📷 Screenshot
Summary by CodeRabbit
릴리스 노트
✏️ Tip: You can customize this high-level summary in your review settings.