Skip to content
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

fix(web-domains): 반응형 UI 수정 #200

Merged
merged 9 commits into from
Sep 13, 2024
Merged

Conversation

LeeJeongHooo
Copy link
Member

🎉 변경 사항

홈 네비게이션

as-is to-be
Simulator Screen Shot - iPhone SE (3rd generation) - 2024-09-10 at 03 58 05 Simulator Screen Shot - iPhone SE (3rd generation) - 2024-09-10 at 04 01 45

모임 정보 입력 클로징 화면

as-is to-be
Simulator Screen Shot - iPhone SE (3rd generation) - 2024-09-09 at 17 20 51 Simulator Screen Shot - iPhone SE (3rd generation) - 2024-09-09 at 17 20 25

모임 생성 성공 화면

as-is to-be
스크린샷 2024-09-10 오전 4 28 11 스크린샷 2024-09-10 오전 4 27 40

모임 초대 화면

as-is to-be
스크린샷 2024-09-10 오전 4 26 32 스크린샷 2024-09-10 오전 4 25 58

모임 정보 입력 폼

as-is to-be
Simulator Screen Shot - iPhone 12 mini - 2024-09-09 at 17 18 55 Simulator Screen Shot - iPhone 12 mini - 2024-09-09 at 17 19 17

온보딩

as-is to-be
Simulator Screen Shot - iPhone 12 mini - 2024-09-10 at 04 17 37 Simulator Screen Shot - iPhone 12 mini - 2024-09-10 at 04 18 47

입력 폼 padding 추가

padding을 추가하여 디바이스 크기에 따라 스크롤이 되도록 변경하였습니다.

🔗 링크

피그마

🙏 여기는 꼭 봐주세요!

@LeeJeongHooo LeeJeongHooo changed the title Fix/responsive issues fix(web-domains): 반응형 UI 수정 Sep 9, 2024
Comment on lines 19 to 20
'@media (max-width: 320px)': {
marginTop: 0,
Copy link
Member

Choose a reason for hiding this comment

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

이거 css-utils에서 정의해서 사용하면 좋을 거 같아요.

만약 정의해서 사용하게 된다면 매번 모바일 미디어 쿼리 px을 신경쓰지 않고도 사용할 수 있을 거 같아요

const fooCss = css({
  ...mobileMediaQuery({
    marginTop: 0
  })
})

Copy link
Member Author

Choose a reason for hiding this comment

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

924e147

추가해봤는데.. 리뷰 부탁좀 드리겠습니다!! 도은님~~ @Doeunnkimm

Comment on lines 5 to 11
padding: '0 20px',
paddingBottom: '100px',
marginTop: '48px',
'& > *:not(:first-of-type)': {
marginTop: '32px',
},
});
Copy link
Member

Choose a reason for hiding this comment

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

size 토큰으로 수정 부탁드려요 🙏

color={colors.black}
css={{
textAlign: 'center',
marginTop: '118px',
Copy link
Member

Choose a reason for hiding this comment

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

근데 저 궁금한게 이거 118px은 어디서 온건가요? (그냥 궁금..)

Copy link
Member Author

Choose a reason for hiding this comment

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

이거 제가 핸드폰 노치까지 착각해서 잘못된 margin을 추가한 거 같습니다!! 알려주셔서 감사합니다~~

packages/core/css-utils/src/getMediaQuery.ts Outdated Show resolved Hide resolved
@@ -1,3 +1,4 @@
export { getBorder } from './getBorder';
export { getCssVar } from './getCssVar';
export { getPadding } from './getPadding';
export * from './getMediaQuery';
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
export * from './getMediaQuery';
export { mobileMediaQuery } from './getMediaQuery';

@Doeunnkimm
Copy link
Member

정호님! 혹시 다음에는 코멘트 마다 커밋 분리해서
리뷰 코멘트 아래에 반영 커밋 링크 걸어주실 수 있나요 ?! 뭉탱이로 있고 따로 안 남겨주셔서 일일이 찾아야 하는데 엄청 번거로워서요 😢

Copy link
Collaborator

@semnil5202 semnil5202 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 +30 to +32
'@media (max-width: 365px)': {
top: '64px',
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

으음 mediaMobileQuery max-width를 받는게 더 좋을수도 있을 것 같아요. 저희는 이미지를 absoulte로 다루는 곳이 많아서 생각보다 365px과 같이 특정 px에서 @media 쿼리를 조정해줘야하는 일이 있을 것 같아서요.

일단 안 받는 쪽으로 진행했으니 고고하시죵.

@LeeJeongHooo LeeJeongHooo merged commit 80a39bd into main Sep 13, 2024
2 checks passed
@LeeJeongHooo LeeJeongHooo deleted the fix/responsive-issues branch September 13, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants