Skip to content

Conversation

@cskime
Copy link
Collaborator

@cskime cskime commented Aug 12, 2025

📝 작업 내용

  • 여러 페이지에서 공통적으로 사용되는 layout을 구현합니다.
  • Layout에 공통적으로 들어가는 Header component를 공통 component로 구현합니다.
  • OnboardingLayout은 메인 페이지(/)와 롤링 페이퍼 목록 페이지(/list)에 사용되었습니다.
  • ContentLayout은 나머지 페이지들(/post, /post/:id, /post/:id/message)에 사용되었습니다.
  • Desktop, tablet, mobile의 media query를 JavaScript 객체로 만들어 사용하였습니다(media.js). 반응형 개발하실 때 이 객체를 사용하시면 @media (max-width: 1199px) 같은 코드를 반복 작성하지 않아도 됩니다.

@cskime cskime linked an issue Aug 12, 2025 that may be closed by this pull request
2 tasks
@cskime
Copy link
Collaborator Author

cskime commented Aug 12, 2025

#18 merge 후 develop branch에 rebase 한 뒤 관련 없는 commit을 제외시키기 위해 force push를 진행했습니다.

Copy link
Collaborator

@nidor022 nidor022 left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@nidor022 nidor022 left a comment

Choose a reason for hiding this comment

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

아 실수로 두번이나

@cskime cskime merged commit d443219 into codeit-FE-18-part2:develop Aug 13, 2025
@cskime cskime deleted the feature/#15 branch August 13, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Layout component 개발

3 participants