-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issue188 헤더 개선 #202
Issue188 헤더 개선 #202
Conversation
width: 20px; | ||
height: 20px; |
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.
요기만 px이네요!
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.
감사합니다! rem
단위로 변경했습니다 😊
const isMainPage = location.pathname === PATHNAME.HOME; | ||
const isCategoryDetailPage = location.pathname.startsWith( |
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.
지금은 두개니까 괜찮지만 뭔가 이런 페이지들이 많아지면 배열이나 객체로 관리하면 좋을 거 같네요!
- 뒤로가기 보여주는 페이지들[]
- 검색바 보여주는 페이지들[]
@@ -33,7 +31,7 @@ function BookmarkListPage() { | |||
return ( | |||
<S.Container> | |||
<S.HeaderWrapper> | |||
<LeftIcon onClick={() => navigate(-1)} /> | |||
<div></div> |
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.
현재 나의 맛집 페이지의 헤더가 뒤로 가기 버튼 - 나의 맛집 - 지도
순으로 되어 있는데, 전체 페이지 헤더에 뒤로 가기 버튼
을 추가하면서 나의 맛집 페이지의 헤더 중 뒤로 가기 버튼
을 삭제해야 했고, 따라서 빈 div 태그를 추가하여 레이아웃을 맞춰 주게 되었습니다!
Quality Gate passedIssues Measures |
closes #188
상세 화면
로고 대신 뒤로 가기 버튼 추가
불필요한 검색창 제거