-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: complete trip space page #92
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
import { LeaveTripModalProps } from "@/types/modal"; | ||
|
||
function LeaveTripModal({ isOpen, onClose }: LeaveTripModalProps) { |
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.
헉 저도 지금 이 모달 만들고 있었는데 혹시 모달뜨면서 바텀슬라이드 내려가는거 해보셨나요??ㅜ
모달이나 바텀슬라이드나 같은 onClose를 쓰니까 꼬이는 것 같더라구요,,,, 우선 지금 이것저것 해보는데 시간을 많이 빼앗겨서... 서현님은 어떻게 하시나 궁금했습니다😥
(수정)
방금 해결했습니다ㅎㅎ..!
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 확인했습니다!! 참고할게요 👍🏻
src/pages/Trip/Trip.tsx
Outdated
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.
헉...여기서 컨플릭트가 나오네요ㅠㅠ
trip.tsx 최대한 안건드리려고 했는데 죄송합니다🥲
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.
괜찮습니다 ㅎㅎ #90 PR 머지 되면 conflict 해결할게요~
개요
여행 스페이스 페이지 마무리
close #91
스크린샷
주요 내용
고민한 점, 질문거리
⭐️ 여행 페이지 path 변경
명확한 네이밍을 위해
/carryout
->/trip
으로 변경했습니다. gnb path도 수정해두었습니다.혹시 다른 컴포넌트에서 carryout path를 쓰시는 분이 계시다면 변경 부탁드립니다 🙇🏻♀️