Conversation
브랜치 히스토리 동기화: main -> develop
fix: QA 사항 반영
|
Caution Review failedThe pull request is closed. Walkthrough검색/그룹/피드 화면 전반의 레이아웃 보정과 최근검색 로딩 타이밍을 조정했습니다. 헤더 높이/오프셋 정렬, 모달 오버레이의 min-height 및 패딩 도입, 그룹 컴포넌트 높이 규칙 조정, 캐러셀 항목 고정 높이 제거, 일부 패딩/마진 값 변경과 최근검색 재조회 트리거 추가가 포함됩니다. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor U as User
participant US as UserSearch
participant API as RecentSearch API
U->>US: 페이지 진입
activate US
US->>US: isSearched === false?
alt not searched
US->>API: fetchRecentSearches()
API-->>US: 최근검색 목록
US-->>U: 목록 렌더
else searched
US-->>U: 목록 비갱신
end
U->>US: 최근검색 삭제
US->>API: deleteRecentSearch(id)
API-->>US: 삭제 성공
US->>API: fetchRecentSearches() %% 변경된 흐름
API-->>US: 최신 목록
US-->>U: 목록 갱신
deactivate US
sequenceDiagram
autonumber
actor U as User
participant GS as GroupSearch
participant API as RecentSearch API
U->>GS: 페이지 진입
GS->>API: fetchRecentSearches()
API-->>GS: 최근검색 목록
GS-->>U: 목록 렌더
U->>GS: 검색 수행
GS->>GS: searchStatus = 'loading'/'success'
U->>GS: 검색 종료/초기화
GS->>GS: searchStatus = 'idle'
GS->>API: fetchRecentSearches() %% idle 시 재조회 추가
API-->>GS: 최신 목록
GS-->>U: 목록 갱신
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
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 Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (11)
✨ 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
신기능 없음
버그 수정
스타일