Show the document's name in the bar - #192
Merged
Merged
Conversation
The space between the back button and the rest was empty, and the reader had nothing on screen saying which file was open. The name goes there, without its extension. A long one is truncated in the middle rather than pushing the buttons off the end. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019vF1Rzt2uR8SDMfpN5P59x
andiwand
enabled auto-merge (squash)
September 6, 2026 15:25
On the first pass the bar is still the width the storyboard drew it at, so the name was given too much room and kept it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RwqMvK3bAn6jJZ8Uhe1hxs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The space between the back button and the rest of the bar was empty, and
nothing on screen said which file was open. The name goes there.
Without its extension, as the document browser lists it. A long name is
truncated in the middle, so two files that differ at the end still read apart.
The bar centres it and keeps the buttons where they are; how much room the name
gets follows the number of buttons in the bar, and from iOS 26 the buttons are
glass capsules and take more of it. On iOS 26 the name is drawn without a
capsule of its own, which would have made it look like a button.
Checked on iOS 18.4 and iOS 26, with a short name, a long one, and a spreadsheet
that offers no pencil. The App Store screenshots pick the name up too, in
whatever language they are taken.
🤖 Generated with Claude Code