feat(mobile): polish terminal inbox - #382
Merged
Merged
Conversation
AprilNEA
added a commit
that referenced
this pull request
Aug 1, 2026
## Summary - move the mobile shell to root-level native tabs with a stacked UIKit search bar and native header actions - keep Settings and the host switcher reachable while disconnected, with pooled host connections and an opt-in keep-connected preference - enrich thread rows and use a direct UIKit blur view for the navigation-bar backdrop ## Why The previous route hierarchy tied navigation to the selected host, hid the escape path when that host was unreachable, and recreated system navigation chrome in app UI. Thread rows also omitted agent, project, and recency context already available in the schema. ## Validation - `pnpm check:ci` — passed on stacked descendant `xuan/code-530` - `pnpm test` — 2,390 passed, 1 skipped on stacked descendant `xuan/code-530` - iPhone 17 Pro / iOS 26.5 Simulator — search activate/type/cancel, tab switching, host switching, thread rows, and navigation-bar backdrop ## Notes - Last-message previews remain deferred because transcripts are provider-local history rather than session-list data. - Follow-up PR #382 is intentionally stacked on this branch. - The branch is currently behind `master`; this stays draft until it is updated and checks are rerun on the rebased branch.
AprilNEA
marked this pull request as ready for review
August 1, 2026 19:21
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9ce526d774
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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
Why
The terminal inbox mixed creation controls with its list, used a form row as an empty state, and could show stale or oldest-first data. Creation failures were also presented as loading failures.
Validation
pnpm check:cipnpm test— 2,390 passed, 1 skippedStack
xuan/code-526.Known baseline issue
pnpm -F @linkcode/mobile smoke:exportis blocked by stale CODE-526 route assertions for removedapp/host/[hostId]/**routes.