source view needs to take the title bar into account #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
source is shown full screen, but the title bar is hovering over it, so the top few lines are covered and unreadable.
Implemented in
c5ecb8f. Replaced the full-bounds source scroll view with explicit safe-area constraints and disabled automatic inset adjustment, so ordinary source files and Markdown Source mode both start below the translucent navigation bar while preserving horizontal and vertical scrolling. Updated the repository-file regression scenario in TESTING.md. Verification passed: all required cargo formatting/check/Clippy/test gates, signed arm64 iPhone 17 Pro simulator build, and live source-file verification confirming the first line is unobscured beneath the title bar.