fix: carousel 로직 복구#128
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. Walkthroughcarousel 공통 훅(useInfiniteCarousel)에 옵션(scaleAmount) 추가 및 시그니처 변경. 이를 반영해 RecruitingGroupCarousel가 훅 기반으로 리팩터링됨. MyGroupBox에서 점(페이지 인디케이터) UI 제거. Group 페이지에서 세 번째 카테고리(인플루언서·작가) 섹션 삭제. Changes
Sequence Diagram(s)sequenceDiagram
participant Page as Group Page
participant Comp as RecruitingGroupCarousel
participant Hook as useInfiniteCarousel
participant DOM as Scroll Container & Cards
Page->>Comp: sections 전달
Comp->>Comp: sections → sectionGroups 변환
Comp->>Hook: useInfiniteCarousel(sectionGroups, {scaleAmount?})
Hook-->>Comp: {scrollRef, cardRefs, infiniteGroups}
Comp->>DOM: scrollRef, cardRefs 바인딩
DOM-->>Hook: scroll 이벤트
Hook-->>DOM: 카드 스케일/리센터 계산 적용
Comp->>Comp: infiniteGroups 기반 렌더
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 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (4)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 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 (
|
fix: carousel 로직 복구
Summary by CodeRabbit
스타일
신규 기능