Inset top banners below the OS status bar on mobile#118
Conversation
The update and web-update banners render in the top-level Column above the body's SafeArea, so on Android they slid under the status bar and their text/dismiss controls were partly unreachable. Wrap each in SafeArea(bottom: false), matching the existing RolePreviewBanner.
Verifies show/hide conditions (no update, dismissed version, skipped version) and that the SafeArea(bottom: false) added in the PR is present when the banner is visible. https://claude.ai/code/session_01JKS1kjpwFXT52Bpi4t6Bde
Review findings (ranked by severity)MEDIUM — Double
|
The update and web-update banners render in the top-level Column above
the body's SafeArea, so on Android they slid under the status bar and
their text/dismiss controls were partly unreachable. Wrap each in
SafeArea(bottom: false), matching the existing RolePreviewBanner.