docs: recapture iOS screenshots after sheet inset fix (#42)#44
Merged
Conversation
All six README iOS shots retaken on an iPhone 16 Pro simulator (1206x2622, simctl io screenshot) with the same seeded IoT scenario. Only intended visual change: the Sharingan header now sits flush at the sheet top — the phantom gray band above it is gone. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 3, 2026
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.
What
Replaces all six README iOS screenshots in
docs/screenshots/ios/, recaptured after the #42 phantom-top-inset fix landed ondevelop(#43).Recaptured on an iPhone 16 Pro simulator (iOS 18.0, 1206×2622) via
xcrun simctl io screenshot, presenting throughpresentSharingan()(the fixed, library-owned page-sheet path) with the same seeded IoT scenario as the original set. Content state of each shot is unchanged — same tabs, rows, badges, and failure rails; the only intended visual change is that the "Sharingan" header now sits flush at the sheet top (the gray/dark band above it is gone).Before / after —
ios-home-darkPer-shot status
ios-home-darkios-detail-errorGET /v1/streams/livedetail — summary cards, error, timing waterfall, headersios-share-sheetios-mqtt-darkfailios-ble-darkerrrows)ios-home-lightNote:
ios-detail-errornow shows two response-header rows that were previously pushed below the fold — that's the reclaimed ~130 px from the removed band, not a content change.site/assets/screenshots/ios/duplicates are synced in this PR too (second commit), so the landing gallery matches.Note on
ios-home-light: the black area above the sheet is unchanged from the original capture (backdrop pixels are (0,0,0) in both old and new; status-bar text was white in both). What read as a "light backdrop" in the old shot was the phantom inset band itself — Sharingan's light surface leaking above the header inside the sheet — which is exactly what #42 removed.🤖 Generated with Claude Code