fix: 모집중인 모임방 제목 넘침 수정#203
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough이 PR은 GroupCard의 flex 레이아웃에서 텍스트 잘림(ellipsis)이 정상 동작하도록 CSS를 조정하고, Feed 상세 페이지에서 댓글 새로고침 후 상태의 commentCount를 실제 댓글 수로 동기화하며 관련 콜백 의존성을 갱신합니다. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant U as User
participant FDP as FeedDetailPage
participant API as CommentsAPI
participant ST as State
U->>FDP: reloadComments() 트리거
FDP->>API: fetchComments(feedId)
API-->>FDP: comments[]
FDP->>ST: setComments(comments)
alt feedData != null
FDP->>ST: setFeedData({...prev, commentCount: comments.length})
else
Note right of FDP: feedData가 없으면 commentCount 업데이트 생략
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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 (2)
✨ 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.
|
이하동일
Summary by CodeRabbit
스타일
버그 수정