Skip to content

[#42] width 브레이커 설정 #43

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

Merged
merged 1 commit into from
Mar 26, 2025
Merged

[#42] width 브레이커 설정 #43

merged 1 commit into from
Mar 26, 2025

Conversation

Honghyeonji
Copy link
Contributor

@Honghyeonji Honghyeonji commented Mar 25, 2025

🔗 Linked Issue (#42)

🙋‍ Summary (요약)

  • 최소 너비 (1230px) 이하인 디바이스에 대해 접근 금지 및 화면 블러처리로 width 브레이크 넣기

😎 Description (변경사항)

최소 너비 (1230px) 이하인 디바이스에 대해 접근 금지 및 화면 블러처리로 width 브레이크 넣기

  • 모바일웹에서나, 너비가 작아질경우 서비스에 접근할 수 없게 블러처리를 해두었습니다.
  • 나중엔 패드까진 쓸 수 있게 반응형으로 바꾸려구욤

image

🔥 Trouble Shooting (해결된 문제 및 해결 과정)

🤔 Open Problem (미해결된 문제 혹은 고민사항)

@Honghyeonji Honghyeonji added FE FE 작업 feat 기능 작업 labels Mar 25, 2025
@Honghyeonji Honghyeonji self-assigned this Mar 25, 2025
@Honghyeonji Honghyeonji requested a review from a team as a code owner March 25, 2025 06:51
@Honghyeonji Honghyeonji requested review from lee0jae330 and inhachoi and removed request for a team March 25, 2025 06:51
@Honghyeonji Honghyeonji linked an issue Mar 25, 2025 that may be closed by this pull request
2 tasks
Copy link
Contributor

@inhachoi inhachoi left a comment

Choose a reason for hiding this comment

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

브레이커 좋은데용?
고생하셨습니다~ 카카오페이 FE 홍현지님 ❤️

import { useWindowSize } from '@/shared/hooks';

export const WidthBreaker = () => {
const { screenWidth } = useWindowSize();
Copy link
Member

Choose a reason for hiding this comment

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

이 hook이 쓰일 줄이야..ㅎㅎ

Copy link
Member

@lee0jae330 lee0jae330 left a comment

Choose a reason for hiding this comment

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

boolock을 잊지 않아줘서 감사합니다 <3 고생하셨어용

@lee0jae330 lee0jae330 merged commit 9d294fe into dev Mar 26, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE FE 작업 feat 기능 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] width 브레이커 설정
3 participants