Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 메인페이지 오도이촌 소개, 오도이촌 커뮤니티 콘텐츠 카드 슬라이더 순환하도록 수정 #277

Merged
merged 2 commits into from
Aug 18, 2024

Conversation

sangminlee98
Copy link
Member

📖 개요

메인페이지 오도이촌 소개, 커뮤니티 콘텐츠 카드 슬라이더 swiper를 loop로 설정하여 순환하도록 설정하려 했으나
현재 슬라이더를 넘기는 좌우 버튼을 swiper 외부로 분리하여 ref로 사용하는 방법과 loop 옵션을 같이 사용하는 경우 제대로 동작하지 않는 이슈가 있습니다.
순환하도록 설정하는 것은 나중으로 미루고 버전 업데이트와 swiper 훅을 분리하는 것을 구현했습니다.

💻 작업사항

  • swiper 버전 업데이트 v9 -> v11
  • swiper 초기화 부분 커스텀훅으로 분리

💡 작성한 이슈 외에 작업한 사항

✔️ check list

  • 작성한 이슈의 내용을 전부 적용했나요?
  • 리뷰어를 등록했나요?

src/hooks/useSwiperRef.ts Show resolved Hide resolved
@JunJongHun JunJongHun merged commit a232eff into develop Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 버그 수정
Projects
None yet
2 participants