-
Notifications
You must be signed in to change notification settings - Fork 0
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
라우터 구조 변경 (중첩 라우틱 적용, 레이아웃 믹스인 포함) #273
base: 249-layout
Are you sure you want to change the base?
Conversation
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.
👍 jsx
수정 감사합니다.
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.
❗ 아울렛이 헤더를 포함하기 때문에 main
태그의 자식 요소로 아울렛을 두면 스타일이 정상적으로 작동하지 않습니다. header
태그와 main
태그를 형제 요소로 상정하고 스타일 설계하였습니다. 또, 일부 페이지에서 main
태그를 직접적으로 이용하여 스타일을 제어하는 부분이 있어, main
태그를 여기서 관리하지 않고 각 페이지에서 관리하면 좋겠습니다. 정리하면, 레이아웃으로 아울렛을 감싼 형태로만 jsx를 구성하면 좋겠습니다.
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/apis/climbing.ts
src/components/channel/SearchBottomsheet.tsx
src/components/communityinfosetting/CommunityInfoSection.tsx
src/components/communityinfosetting/CommunitySettingSection.tsx
src/components/communitysidebar/CommunitySideBar.tsx
src/pages/addcommunity/CreateNewCommunityPage.tsx
src/pages/addcommunity/EnterInvitationPage.tsx
src/pages/book/RecordListPage.tsx
src/pages/book/ReviewListPage.tsx
src/pages/book/SearchPage.tsx
src/pages/communityinfosetting/CommunityInfoSettingPage.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.
👍 루트 레이아웃 파일 분리 확인했습니다~!!
🔎 What is this PR?
✨ 설명
레이아웃 믹스인 반영하여 아울렛 적용하였습니다.
레이아웃과 아울렛이 밀접한 연관이 있는 것 같아 이슈넘버 레이아웃 믹스인 #249 를 그대로 사용했습니다. 머지 브랜치 역시 249-layout입니다.
커밋 메세지 바디에 자세히 작성하려 했는데, 이를 잊어 설명에 작성합니다.
Layout jsx 컴포넌트 생성 696b0fb
루트 레이아웃 생성 f02b00f
라우터 구조 변경 f9b1860
📷 스크린샷 (선택)
☑️ 테스트 체크리스트
💡 집중 리뷰 요청