Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

refactor: 메인 페이지, 방 생성 페이지 반응형 구현 완료 #65

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

tjrmswo
Copy link
Member

@tjrmswo tjrmswo commented Jul 25, 2023

추가한 기능 설명

메인 페이지 반응형 모듈화해서 구현 완료
추후 다른 페이지 반응형 구현된 것도 이 곳에 올릴 예정

check list

  • issue number를 브랜치 앞에 추가 하였는가?
  • 모든 단위 테스트를 돌려보고 기존에 작동하던 테스트에 영향이 없는 것을 확인했는가?

@tjrmswo tjrmswo self-assigned this Jul 25, 2023
@tjrmswo tjrmswo added the REFACTOR 코드 리팩토링 label Jul 25, 2023
@tjrmswo tjrmswo changed the title refactor: 메인 페이지 반응형 구성 완료 refactor: 메인 페이지 반응형 구현 완료 Jul 25, 2023
Copy link
Member

@Leeseunghwan7305 Leeseunghwan7305 left a comment

Choose a reason for hiding this comment

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

화면 줄이고 늘리고 확인하시면서 하신게 눈이 보이네여 ㅎ_ㅎ..
고생하셨습니다 !!

Comment on lines +9 to +13
const HeaderTheme = {
TabletSemiSmall: `screen and (min-width: ${VariousValues.Tablet}px) and (max-width: ${VariousValues.SEMIS}px)`,
SemiSmallSmall: `screen and (min-width: ${VariousValues.SEMIS}px) and (max-width: ${VariousValues.S}px)`,
SmallMedium: `screen and (min-width: ${VariousValues.S}px) and (max-width: ${VariousValues.M}px)`,
};
Copy link
Member

Choose a reason for hiding this comment

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

미리 틀을 만들어놓고 쓰면 더 편리하네여 !

@tjrmswo tjrmswo changed the title refactor: 메인 페이지 반응형 구현 완료 refactor: 메인 페이지, 방 생성 페이지 반응형 구현 완료 Jul 27, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
REFACTOR 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants