refactor: 인기차 섹션 검색-탐색 이동, 더보기 메뉴 확장, 캘린더 헤더 통일#266
Merged
FLYLIKEB merged 1 commit intoMar 16, 2026
Conversation
- 홈 인기차/인기다우 섹션을 검색-탐색(/sasaek) 탐색 탭으로 이동 - 인기차 카드 크기 컴팩트하게 변경 (300px → 200px) - 더보기 메뉴에 탐색, 알림(인증시), 캘린더 항목 추가 - 캘린더 헤더에 showBack 추가하여 다른 페이지와 통일 - HomeTrendingSection 삭제 (orphaned) - Home fetchForYouFeed에서 불필요한 Promise.allSettled 제거 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Caution Review failedPull request was closed or merged during review 워크스루홈 페이지에서 추세 섹션을 제거하고, 탐색 페이지로 이동시켰습니다. 더보기 메뉴에 탐색과 캘린더 경로를 추가하고, 인증된 사용자에게만 알림 메뉴를 표시하도록 했습니다. 메뉴 활성화 로직을 단순화하고 관련 라우팅과 테스트를 업데이트했습니다. 변경 사항
시퀀스 다이어그램sequenceDiagram
participant User
participant SearchPage as Search 페이지
participant API as API
participant ExploreSection as ExploreSection<br/>컴포넌트
User->>SearchPage: 탐색 탭 클릭
activate SearchPage
SearchPage->>API: teasApi.getTrending('7d') 요청
API-->>SearchPage: 인기 차 데이터 반환
SearchPage->>API: usersApi.getTrending('7d') 요청
API-->>SearchPage: 인기 creator 데이터 반환
SearchPage->>SearchPage: state에 데이터 저장
SearchPage->>ExploreSection: trendingTeas, trendingCreators props 전달
activate ExploreSection
ExploreSection->>ExploreSection: 인기 차와 creator 섹션 렌더링
ExploreSection-->>User: 추세 콘텐츠 표시
deactivate ExploreSection
deactivate SearchPage
예상 코드 리뷰 노력🎯 3 (Moderate) | ⏱️ ~25 분 관련 가능성이 있는 PR
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
This was referenced Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
릴리스 노트
새로운 기능
테스트