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

Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 #679

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

dev-dong-su
Copy link
Member

💡 왜 PR을 올렸나요?

💁 무엇이 어떻게 바뀌나요?

Footer icon 교체 방식 -> 동적 색상 적용

webview 환경에서 footer가 자주 깜빡이는데 svg icon을 상태에 따라 교체하는 방식 때문이라고 판단했습니다.
svg 코드를 수정해 currentcolor를 적용해 색상을 동적으로 적용했습니다.
eae2eff

Android 뒤로가기 버튼 개선, body 높이 크로스 브라우징 이슈

몇몇 android 기기에서 body에 적용된 100dvh가 작동하지 않아 레이아웃이 망가지는 현상을 해결했습니다.
네비게이션 스택이 없어도 Andorid 기기에서 뒤로가기 버튼을 누르면 Alert 이 뜨는 문제점을 개선했습니다.
페이지 라우팅 시 cangoback 함수의 결과를 상태로 저장해 뒤로 가도 되는지를 판단합니다.
74cecc8

splash screen 노출 시간 개선

splash screen이 비정상적으로 오래 노출되는 현상을 개선했습니다.
preloading 로직이 완료되면 바로 splash screen을 닫도록 변경했습니다.
43139e0

💬 리뷰어분들께

@github-actions github-actions bot added the Feature 기존 페이지/컴포넌트에서 기능을 추가한 경우 label Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

Labeler가 제목과 설명에 있는 특별한 텍스트와 일치하는 레이블을 적용했습니다.
Label을 검토하고 필요한 변경 사항을 적용해 주세요.

@dev-dong-su dev-dong-su merged commit d4e5d7a into develop Apr 5, 2024
6 checks passed
@dev-dong-su dev-dong-su deleted the feature/678-image-download branch April 5, 2024 17:32
dev-dong-su added a commit that referenced this pull request Apr 5, 2024
Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 (#679)
guesung pushed a commit that referenced this pull request Jul 12, 2024
* refactor: footer icon을 교체 방식에서 동적으로 색상을 바꾸도록 변경

* refactor: android 뒤로가기 버튼 개선, body 높이 크로스브라우징 해결

* refactor: Onboard splash screen노출 시간 개선

* refactor: staltime 다시 추가
guesung pushed a commit that referenced this pull request Jul 12, 2024
Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 (#679)
guesung pushed a commit that referenced this pull request Jul 17, 2024
* refactor: footer icon을 교체 방식에서 동적으로 색상을 바꾸도록 변경

* refactor: android 뒤로가기 버튼 개선, body 높이 크로스브라우징 해결

* refactor: Onboard splash screen노출 시간 개선

* refactor: staltime 다시 추가
guesung pushed a commit that referenced this pull request Jul 17, 2024
Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 (#679)
guesung pushed a commit that referenced this pull request Jul 17, 2024
* refactor: footer icon을 교체 방식에서 동적으로 색상을 바꾸도록 변경

* refactor: android 뒤로가기 버튼 개선, body 높이 크로스브라우징 해결

* refactor: Onboard splash screen노출 시간 개선

* refactor: staltime 다시 추가
guesung pushed a commit that referenced this pull request Jul 17, 2024
Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 (#679)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 기존 페이지/컴포넌트에서 기능을 추가한 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant