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

[style] 달력의 전체 높이를 사용자 화면의 높이에 맞춘다. #629

Merged

Conversation

dayelop
Copy link
Collaborator

@dayelop dayelop commented Sep 20, 2022

  • 🔀 PR 제목의 형식을 잘 작성했나요? e.g. [feat] PR을 등록한다.
  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?
  • 💻 git rebase를 사용했나요?
  • 🌈 알록달록한가요?

스크린샷

변경 전

변경 전 작은 화면

변경 전 큰 화면

변경 후

변경 후 작은 화면

변경 후 큰 화면

주의사항

(이번 PR에 대한 주의사항은 아니지만 이번에 발견하게 돼서 알아두면 좋을 것 같아 남깁니다)

일정과 일정 더보기가 화면 크기가 바뀔 때마다 다르게 보이는데요!
지금은 사용자의 화면 크기가 바뀌어도 리렌더링이 일어나지 않아서 화면의 크기가 작아지면 일정이 넘치게 보일 때가 있네요 🥲

이건 추후 반응형 대응할 때 고려하면 좋을 것 같습니다~!

Closes #628

@dayelop dayelop added frontend 프론트엔드 ui UI labels Sep 20, 2022
@dayelop dayelop requested a review from jhy979 September 20, 2022 12:17
@dayelop dayelop self-assigned this Sep 20, 2022
@dayelop dayelop linked an issue Sep 20, 2022 that may be closed by this pull request
Copy link
Collaborator

@jhy979 jhy979 left a comment

Choose a reason for hiding this comment

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

와 드디어 화면에 맞는 달력 크기가 되었군요.

하나씩 계산하셔서 적용해주셨네요 대단해요!✋✋✋✋

@dayelop dayelop merged commit 5c78430 into woowacourse-teams:develop Sep 21, 2022
@hyeonic hyeonic mentioned this pull request Sep 22, 2022
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend 프론트엔드 ui UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

달력의 전체 높이를 사용자 화면의 높이에 맞춘다.
2 participants