fix(web): match usage titlebar text styling - #5897
Merged
Merged
Conversation
Contributor
ApprovabilityVerdict: Approved 9128889 This is a minor UI styling change that adjusts the font size and color of the Usage page heading. No runtime behavior is affected. You can customize Macroscope's approvability policy. Learn more. |
Contributor
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
github-actions Bot
added a commit
to omarcresp/t3code-flake
that referenced
this pull request
Aug 10, 2026
## What's Changed * fix(web): thread title button no longer eats the drag area by @nathangerday in pingdotgg/t3code#5857 * fix(web): unify usage page chrome by @t3-code[bot] in pingdotgg/t3code#5823 * fix(shell): add ~/.local/bin to the Windows CLI resolver so native-installed providers are found by @arhxam in pingdotgg/t3code#5074 * fix(web): match settings search shortcut styling to command palette's by @UtkarshUsername in pingdotgg/t3code#5841 * fix(mobile): long-pressing a thread row no longer navigates into the thread by @juliusmarminge in pingdotgg/t3code#5901 * fix(server): usage no longer double-counts forked Codex sessions by @t3dotgg in pingdotgg/t3code#5887 * fix(server): sandbox user-provided SVGs by @t3dotgg in pingdotgg/t3code#5916 * fix(web): match usage titlebar text styling by @t3-code[bot] in pingdotgg/t3code#5897 ## New Contributors * @nathangerday made their first contribution in pingdotgg/t3code#5857 **Full Changelog**: pingdotgg/t3code@v0.0.33-nightly.20260809.1047...v0.0.33-nightly.20260810.1054 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.33-nightly.20260810.1054
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 Changed
Why
UI Changes
text-sm font-medium text-foregroundChecklist
model: gpt-5.6
harness: t3bot
Note
Low Risk
Single Tailwind class change on a static label with no logic, data, or API impact.
Overview
On desktop (Electron), the Usage page title in the custom titlebar now uses
text-sm font-medium text-foregroundinstead of smaller, muted styling (text-xswithtext-muted-foreground/70).That matches the non-Electron Usage header and the shared titlebar treatment used elsewhere in the workspace chrome.
Reviewed by Cursor Bugbot for commit 9128889. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Fix Usage page titlebar text styling in Electron
Updates the
<h1>title in UsagePage.tsx to use a larger font size and primary foreground color, removingtracking-wideand the muted/70 color that were previously applied in Electron's titlebar header.Macroscope summarized 9128889.