Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣ 연관된 이슈
📝 작업 내용
공통 컴포넌트 - PopUp (Modal) 컴포넌트 마크업
공통 컴포넌트 - PopUp (Modal) 컴포넌트 퍼블리싱
공통 컴포넌트 - PopUp (Modal) 컴포넌트 테스트
max-width 설정 변경
AttractionItem hover 퍼블리싱
NavigationBar Routing 변경
스타일 변경 & 오타 수정 & 불필요 코드 제거
📸 스크린샷
네비게이션바의 Home과 My Trip을 눌렀을 때, 각 페이지로 이동하도록 변경했습니다.
여기에서 추가적인 수정이 필요할 것 같습니다!
추가로 일부 스타일 변경을 했습니다. (hover, cursor, max-width 등)
📌 이슈 사항
feat/myTripPage 브랜치에서 생성한 브랜치입니다!
모달 테스트가 필요해 진행된 브랜치에서 추가로 생성했습니다. (현재 myTripPage로 병합)
현재 Location을 받아오는 형태로 생각해서 변경을 했는데, 추가적인 페이지에서 HOME 활성화되어 있는 것을 확인해 이 부분 체크 후 수정이 필요할 것 같습니다.
그러나, 피그마 상에서 설화별 관광지에도 네비게이션 바가 있는 것으로 확인됩니다! => 회의 때 이야기해봐요🍀
💬리뷰 요구사항(선택)
position: fixed;
의 경우, viewPort 기준이기 때문에 뷰포트 width를 전부 가져가게 되더라구요!그래서 우선 theme에 maxWidth를 설정해두고, 그 값을 가져다가 사용했습니다! 이유는, 저희가 maxWidth를 생각보다 작게가지고 있다고 생각을 해서, 언제든 변경을 할 수 있으려면 값을 담아두고 그 값만을 가지고 사용해야 된다고 생각했기 때문입니당!
변경 코드