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

TripPage & TripEditPage 모바일 대응 #363

Merged
merged 10 commits into from
Aug 8, 2023
Merged

TripPage & TripEditPage 모바일 대응 #363

merged 10 commits into from
Aug 8, 2023

Conversation

ashleysyheo
Copy link
Collaborator

@ashleysyheo ashleysyheo commented Aug 7, 2023

📄 Summary

🙋🏻 More

일단 모바일에서 지도는 안 보이게 했습니다. 나중에 어느 정도 정리 된 다음에 airbnb 처럼 밑에 버튼을 클릭하면 지도를 볼 수 있게 할 예정입니다. (아마 ? 페이지를 새로 만들고 조건부 렌더링을 해야 해서 일단 보류)



close #360
close #364

@ashleysyheo ashleysyheo added ✨ Feature FE-Service 행록 서비스 프론트엔드 labels Aug 7, 2023
@ashleysyheo ashleysyheo added this to the 4차 스프린트 milestone Aug 7, 2023
@ashleysyheo ashleysyheo self-assigned this Aug 7, 2023
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

로컬 cypress 테스트가 실패했습니다. 테스트 결과 자세히 보기

Copy link
Member

@dladncks1217 dladncks1217 left a comment

Choose a reason for hiding this comment

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

💯💯💯

}, [setIsMobile, setViewportWidth]);

useEffect(() => {
const mediaQueryList = window.matchMedia(MOBILE_MEDIA_QUERY_SIZE);
Copy link
Member

Choose a reason for hiding this comment

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

이런게있었군요?!

@ashleysyheo ashleysyheo merged commit a833694 into develop Aug 8, 2023
2 checks passed
@ashleysyheo ashleysyheo deleted the feature/#360 branch August 11, 2023 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE-Service 행록 서비스 프론트엔드 ✨ Feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

TripItemAddModal 모바일 대응 TripPage & TripEditPage 모바일 대응
3 participants