fix(mobile): match Working status color to desktop - #10515
Conversation
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This is a focused mobile presentation fix that replaces gray Working-status text with an existing adaptive sky color in both relevant render paths. It does not change status logic, data flow, settings, or downstream behavior. You can add or adjust custom eligibility rules. Learn more. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe Working status label now uses ChangesWorking status color
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to Working labels in both mobile thread-list paths now use the adaptive sky color, aligning active-status styling across themes. No merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
## What's Changed * feat(web): group onboarding project import by repository by @t3dotgg in pingdotgg/t3code#10493 * fix(web): remove inserted citations on cancel by @extoci in pingdotgg/t3code#10518 * fix(mobile): match Working status color to desktop by @baptisteArno in pingdotgg/t3code#10515 ## New Contributors * @baptisteArno made their first contribution in pingdotgg/t3code#10515 **Full Changelog**: pingdotgg/t3code@v0.0.40-nightly.20260907.1346...v0.0.40-nightly.20260907.1359 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.40-nightly.20260907.1359
What Changed
Use the existing adaptive sky color for the Working label in both mobile thread lists.
Why
Working was rendered in secondary gray on mobile while the desktop sidebar uses blue. The existing token provides sky-600 in light mode and sky-400 in dark mode, including custom mobile themes.
UI Changes
Captured on an iPhone 17 simulator (iOS 26.5) with an isolated demo environment.
Validation
Checklist
Implemented with GPT-6, using the Codex harness in T3 Code.
Note
Fix mobile 'Working' thread status color to match desktop
Changes the text class for working and running thread statuses from secondary foreground to adaptive sky in thread-list-v2-items.tsx and threadPresentation.ts. This aligns the mobile thread list colors with the desktop app.
Macroscope summarized 190211b.
Summary by CodeRabbit