[Bugfix/#388] 초대 수락 토큰 인코딩, 함수명 오타 및 import 경로 별칭으로 정리 - #393
Conversation
|
Warning Review limit reached
Next review available in: 51 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 (1)
📝 WalkthroughWalkthrough초대 수락 API의 함수명 오타를 수정하고 초대 토큰을 URL 인코딩합니다. 초대 수락 페이지의 호출부를 갱신하고 로그인 대기 상태에 접근성 속성을 추가합니다. 계정 삭제 훅의 import 경로를 별칭 경로로 변경합니다. Changes초대 수락 흐름
계정 삭제 훅 import 경로
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 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 |
📚 Storybook 배포 완료
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/pages/workspace/InviteAcceptPage.tsx`:
- Around line 201-205: InviteAcceptPage의 카운트다운 컨테이너에서 role="status"와
aria-live="polite"를 제거하고, 변경되지 않는 정적 안내 문장만 별도의 라이브 영역으로 감싸세요. countdown 표시 자체는
일반 텍스트 요소로 유지해 매초 전체 상태가 다시 읽히지 않도록 하세요.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 3de6378c-882b-44ce-b029-cdd4a6dbf073
📒 Files selected for processing (3)
src/api/workspace/org.tssrc/hooks/auth/useDeleteMyAccount.tssrc/pages/workspace/InviteAcceptPage.tsx
🚨 관련 이슈
Closed #388
✨ 변경사항
✏️ 작업 내용
acceptInvitaton→acceptInvitation)encodeURIComponent적용useDeleteMyAccountimport 경로@/별칭으로 정리😅 미완성 작업
N/A
📢 논의 사항 및 참고 사항
main 배포 과정에서 발견된 초대 수락 관련 이슈 수정입니다.
Summary by CodeRabbit