fix: 앱 WebView safe-area 대응 + entry 뒤로가기/라벨 - #153
Conversation
앱 WebView(edge-to-edge)에서 env(safe-area-inset-*) 값이 채워지도록 viewport 에 viewportFit: 'cover' 지정. 하단 탭바 등 기존 env 처리가 동작하게 됨. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- 로그인 필요 기능에서 진입 시 막다른 길이 되지 않도록 상단 뒤로가기 버튼 추가. 보호 페이지 back 루프를 피하려 공개 홈(/main)으로 명시적 탈출. - '로그인 없이 시작하기' → '로그인 없이 둘러보기' - edge-to-edge 하단에서 CTA 가 네비바에 가리지 않도록 pb 에 env(safe-area-inset-bottom) 반영 - SCR-ENTRY-001 문서 동기화 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
개요
앱 WebView(targetSdk 36 edge-to-edge) 대응. 하단 탭바 잘림·entry 막다른 길·라벨 수정.
변경
viewportFit: 'cover'→ WebView env(safe-area-inset-*) 활성화 (하단 탭바 정상)영향 SCR
Test plan
🤖 Generated with Claude Code