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

온보딩 에러 처리 보완 및 화면 테블릿 대응 #151

Merged
merged 8 commits into from
Dec 27, 2023

Conversation

easyhooon
Copy link
Collaborator

  • 로그인 토큰을 정상적으로 발급받지 못할 경우 온보딩 화면에도 진입하지 못하도록 설정(네트워크 에러 다이얼로그 호출)
  • 온보딩을 완료해야지만 홈화면으로 이동할 수 있도록 온보딩 완료 여부 확인 로직 추가
  • 온보딩 화면 태블릿 대응
이전 1 이전 2
이후 1 이후 2

로그인을 하지 않았고, 로그인 토큰이 정상적으로 생성되었을 경우에만 온보딩 화면으로 이동하도록 로직 보완
테블릿에서 글씨가 연한 회색으로 보이는 이슈 해결
TODO 버튼이 horizontal pager 위에 올라오는 문제를 해결해야함
온보딩을 완료하지 않아도 온보딩이 완료되어 홈 화면으로 넘어가게 되는 문제 해결
@easyhooon easyhooon added hotfix tasks related to fix bugs feature tasks related to feature development design tasks related to design aspects of the project labels Dec 27, 2023
@easyhooon easyhooon self-assigned this Dec 27, 2023
@@ -149,8 +156,7 @@ internal fun OnBoardingScreen(
) {
Box(
modifier = Modifier
.fillMaxWidth()
.aspectRatio(1f)
.aspectRatioBasedOnOrientation(1f)
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 때문에 태블릿에서 못 생기게 나온거구나

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

가로모드일때는 세로에 맞춰서, 세로모드일때는 가로에 맞춰서(더 짧은 길이) 1:1 비율로 설정하는 modifier 야

@easyhooon easyhooon merged commit b7f2c72 into develop Dec 27, 2023
1 check passed
@easyhooon easyhooon deleted the fix/onboarding-error-handling branch December 27, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design tasks related to design aspects of the project feature tasks related to feature development hotfix tasks related to fix bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants