feat(ios): add thread-first mobile chat shell#119
Merged
Conversation
tcballard
marked this pull request as ready for review
July 24, 2026 13:02
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.
Summary
Implements
WF-DESIGN-0020underWF-ROADMAP-0016.Adds:
NavigationSplitViewsidebar on iPad;Scope
Included
WF-DESIGN-0020.Excluded
Product / Architecture Decisions
TabViewpreserves independent section state as an implementation detail.NavigationSplitView.User-Facing Contract
CLI
No CLI behavior changes.
Human Output
JSON Output
No JSON contract changes.
Exit Codes
No exit-code changes.
Verification
Ran
Covered
Local source/test-product compilation succeeds. Executable local simulator
review is unavailable because Xcode 26.6 requires the iOS 26.5 platform while
this Mac currently has 26.3, 26.0, and 18.6 simulator runtimes. The PR's remote
iOS simulator job remains the executable gate. No screenshot-backed visual
parity claim is made in this PR.
Review Path
designs/WF-DESIGN-0020-mobile-chat-shell.mdios/WayfinderIOS/WayfinderIOS/RootView.swiftios/WayfinderIOS/WayfinderIOS/ChatTabView.swiftios/WayfinderIOS/WayfinderIOS/AppModel.swiftios/WayfinderIOS/WayfinderIOSTests/AppModelTests.swiftNotes For Reviewer
Pay particular attention to compact-width drawer accessibility, the retained
hidden
TabView, and the boundary between truthful routing preview and futureprovider execution. Visual screenshot comparison remains required once a
matching simulator runtime or physical device is available.
Implementation Process
Implemented with AI assistance under the roadmap contract; final scope, review,
and acceptance decisions remain with the maintainer.