-
Notifications
You must be signed in to change notification settings - Fork 1
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
➕ [WV-18] feat : main page에 gallery 추가 구현 #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다. 수고하셨습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
머지된거로만 수정되면 될것같습니당
components/main/gallery.tsx
Outdated
import MainGallery from "@/assets/images/main_title_gallery.png"; | ||
import StoreBanner from "@/assets/images/store_banner.png"; | ||
import PlayerBanner from "@/assets/images/player_banner.png"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
후후후후 제꺼 머지되었으니 index 파일 사용해주라주!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
추가했습니당
constants/main.ts
Outdated
import CarouselImage1 from "@/assets/images/gallery1.jpeg"; | ||
import CarouselImage2 from "@/assets/images/gallery2.jpeg"; | ||
import CarouselImage3 from "@/assets/images/gallery3.jpeg"; | ||
import CarouselImage4 from "@/assets/images/gallery4.jpeg"; | ||
import CarouselImage5 from "@/assets/images/gallery5.jpeg"; | ||
import CarouselImage6 from "@/assets/images/gallery6.jpeg"; | ||
import CarouselImage7 from "@/assets/images/gallery7.jpeg"; | ||
import CarouselImage8 from "@/assets/images/gallery8.jpeg"; | ||
import CarouselImage9 from "@/assets/images/gallery9.jpeg"; | ||
import CarouselImage10 from "@/assets/images/gallery10.jpeg"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
얘도 추가해주라주
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
추가했습니당
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다.
개요
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
PR details
gallery component
2024-12-23.6.36.22.mov
좌우 버튼을 이용해 carousel 계속 회전 가능합니다
가운데 이미지 클릭 시 추후 갤러리 페이지로 이동되도록 연결할 예정입니다
When modifying code...