fix(web): keep mobile session header compact#1082
Merged
tiann merged 1 commit intoJul 19, 2026
Merged
Conversation
There was a problem hiding this comment.
Findings
No findings.
Summary
Review mode: initial
No high-confidence issues found in the one-line web diff. Residual risk: I did not run tests or viewport checks in automation; PR body reports bun typecheck, bun run test:web, and manual mobile/desktop checks.
Testing
Not run (automation).
HAPI Bot
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
reasoning ...label inSessionHeaderbelow thesmbreakpoint.StatusBarreasoning label unchanged on every viewport.Problem
The reasoning label added in #1016 can wrap onto a third header line on narrow mobile screens. This makes the session header noticeably taller, while the same reasoning value is already visible in the composer status bar.
Using the existing Tailwind
smbreakpoint keeps the mobile header to its intended title + metadata layout without removing the desktop status information introduced by #1016.Test plan
bun typecheckbun run test:web(158 files, 1279 tests)SessionHeaderno longer showsreasoning ...or gains a third line.StatusBarstill shows the active reasoning effort on mobile.SessionHeaderstill shows the reasoning effort at desktop widths (smand above).Related
AI disclosure
This change was prepared with OpenAI Codex (
gpt-5.6-sol).