Conversation
fix: 띱하기가 내 프로필에서 보이는 에러 수정
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughOtherFeed에 선택적 prop isMyself가 추가되고, 기본 follow 버튼 표시 조건이 !profileData.isWriter && !isMyself로 조정됨. MyFeedPage는 OtherFeed에 isMyself={true}를 전달. UserProfileItem은 type==='followlist'에서 isMyself와 무관하게 follow 버튼을 렌더링하도록 변경. Changes
Sequence Diagram(s)sequenceDiagram
actor User
participant MyFeedPage
participant OtherFeed
participant Profile as Profile (in OtherFeed)
participant UserProfileItem
User->>MyFeedPage: Open My Feed
MyFeedPage->>OtherFeed: render({ isMyself: true, ... })
OtherFeed->>Profile: render(showFollowButton = !isWriter && !isMyself)
Note right of Profile: isMyself=true → 기본적으로 버튼 숨김
User->>OtherFeed: View follow list
OtherFeed->>UserProfileItem: render({ type: 'followlist', isMyself })
UserProfileItem-->>User: Show Follow Button (type==='followlist')
Note over UserProfileItem: isMyself와 무관하게 버튼 렌더링
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (3)
✨ 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 (
|
이하동일
Summary by CodeRabbit