Conversation
|
Caution Review failedThe pull request is closed. WalkthroughAPI 응답 필드 recentWriters가 myFollowingUsers로 변경되었고, FollowList는 이에 맞춰 상태/매핑을 갱신했습니다. TabBar는 탭별 보더 대신 슬라이딩 언더라인 컴포넌트를 도입했습니다. Mypage는 고객센터/가이드/약관 관련 외부 링크 핸들러를 추가·수정했습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant FL as FollowList
participant API as getRecentFollowing
U->>FL: 페이지 진입/로드
FL->>API: fetch recent following
API-->>FL: { data: { myFollowingUsers: [...] } }
FL->>FL: setMyFollowings(myFollowingUsers)
FL-->>U: 최대 10개 목록 렌더
sequenceDiagram
participant U as User
participant TB as TabBar
participant AI as ActiveIndicator
U->>TB: 탭 클릭(activeTab 변경)
TB->>TB: activeIndex = findIndex(activeTab)
TB->>AI: translateX(activeIndex * 80px)
AI-->>U: 슬라이딩 언더라인 표시
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (4)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
#️⃣연관된 이슈
#71 [API] feeds API 연동
📝작업 내용
내 띱 목록에서 기획 요구사항에 맞춰 내가 팔로잉한 유저들 중 가장 최근에 글을 작성한 순으로 상위 10명이 노출되도록 함
스크린샷
💬리뷰 요구사항
없음
Summary by CodeRabbit
신기능
스타일