source view needs to take the title bar into account #25

Closed
opened 2026-07-31 12:00:46 +00:00 by hugo · 1 comment
Owner

source is shown full screen, but the title bar is hovering over it, so the top few lines are covered and unreadable.

source is shown full screen, but the title bar is hovering over it, so the top few lines are covered and unreadable.
hugo added this to the first feature complete release milestone 2026-07-31 12:00:46 +00:00
hugo added the bug label 2026-07-31 12:00:46 +00:00
Author
Owner

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.

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.
hugo closed this issue 2026-07-31 12:13:49 +00:00
Sign in to join this conversation.