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

Feat: complete trip space page #92

Merged
merged 9 commits into from
Jan 15, 2024
Merged

Conversation

JSH99
Copy link
Member

@JSH99 JSH99 commented Jan 14, 2024

개요

여행 스페이스 페이지 마무리
close #91

스크린샷

주요 내용

  • 여행 나가기 모달 마크업
  • 여행 수정 바텀 시트 페이지 navigate 연결
  • 페이지 라우팅
  • 여행 페이지 일부 디자인 수정

고민한 점, 질문거리

⭐️ 여행 페이지 path 변경

명확한 네이밍을 위해 /carryout -> /trip으로 변경했습니다. gnb path도 수정해두었습니다.
혹시 다른 컴포넌트에서 carryout path를 쓰시는 분이 계시다면 변경 부탁드립니다 🙇🏻‍♀️

@JSH99 JSH99 added the feat label Jan 14, 2024
@JSH99 JSH99 self-assigned this Jan 14, 2024
@JSH99 JSH99 linked an issue Jan 14, 2024 that may be closed by this pull request
3 tasks
Copy link

vercel bot commented Jan 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
trip-vote ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2024 5:46am

SKY-PEY
SKY-PEY previously approved these changes Jan 14, 2024

import { LeaveTripModalProps } from "@/types/modal";

function LeaveTripModal({ isOpen, onClose }: LeaveTripModalProps) {
Copy link
Contributor

@SKY-PEY SKY-PEY Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 저도 지금 이 모달 만들고 있었는데 혹시 모달뜨면서 바텀슬라이드 내려가는거 해보셨나요??ㅜ
모달이나 바텀슬라이드나 같은 onClose를 쓰니까 꼬이는 것 같더라구요,,,, 우선 지금 이것저것 해보는데 시간을 많이 빼앗겨서... 서현님은 어떻게 하시나 궁금했습니다😥

(수정)
방금 해결했습니다ㅎㅎ..!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

은영님 PR 확인했습니다!! 참고할게요 👍🏻

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉...여기서 컨플릭트가 나오네요ㅠㅠ
trip.tsx 최대한 안건드리려고 했는데 죄송합니다🥲

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

괜찮습니다 ㅎㅎ #90 PR 머지 되면 conflict 해결할게요~

NamgungJongMin
NamgungJongMin previously approved these changes Jan 15, 2024
@JSH99 JSH99 dismissed stale reviews from NamgungJongMin and SKY-PEY via 52a1480 January 15, 2024 05:53
@HOOOO98 HOOOO98 merged commit dc7459f into dev Jan 15, 2024
3 checks passed
@HOOOO98 HOOOO98 deleted the 91-feat-complete-trip-space-page branch January 15, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat : complete trip space page
6 participants