Skip to content

fix(web): improve dev sidebar backdrop contrast & remove version pills#4166

Merged
juliusmarminge merged 2 commits into
pingdotgg:mainfrom
maria-rcks:fixes-sidebar-art
Jul 19, 2026
Merged

fix(web): improve dev sidebar backdrop contrast & remove version pills#4166
juliusmarminge merged 2 commits into
pingdotgg:mainfrom
maria-rcks:fixes-sidebar-art

Conversation

@maria-rcks

@maria-rcks maria-rcks commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator

What Changed

  • Removed the Dev/Nightly stage pill from the sidebar brand.
  • Reversed the dev blueprint’s background gradient so the darker blue appears beneath the sidebar toggle.
  • Preserved the blueprint grid, ruler, lines, and annotations in their original orientation.
  • Kept each channel’s artwork assignment unchanged: Dev uses the blueprint, Nightly uses the sky, and Latest has no stage artwork.

Why

The stage pill added visual clutter to a header that already communicates the active channel through its artwork. Removing it gives the brand more room and keeps the header cleaner.

The light sidebar toggle was also difficult to distinguish against the bright portion of the dev backdrop. Moving the darker blue beneath the control improves contrast without changing the artwork’s geometry.

UI Changes

Before

image

After

image image

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • A video is not applicable because this change does not involve animation or interaction

The fork branch already contains both commits, so no additional push was needed.


Note

Low Risk
Small, localized sidebar UI tweaks with no auth, data, or API impact.

Overview
Cleans up the sidebar header by removing the Dev/Nightly stage pill next to the T3 Code brand; channel is still shown via stage backdrop art, not duplicate text.

For the dev blueprint header backdrop, the paper gradient stops are swapped so darker blue sits under the mobile sidebar toggle, improving contrast for the light icon without changing grid, ruler, or annotation artwork.

Reviewed by Cursor Bugbot for commit 837de11. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Remove version pills and invert backdrop gradient in dev sidebar

  • Removes the stage label chip/badge from SidebarBrand in Sidebar.tsx, which previously appeared next to the wordmark in the dev sidebar.
  • Inverts the blueprint paper gradient in SidebarStageBackdrop.tsx by swapping the top and bottom color stops, improving backdrop contrast.

Macroscope summarized 837de11.

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: a5b98679-3c11-4e00-b096-cb2d85cac555

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:S 10-29 changed lines (additions + deletions). labels Jul 19, 2026
@juliusmarminge
juliusmarminge enabled auto-merge (squash) July 19, 2026 21:01
@juliusmarminge
juliusmarminge merged commit b511227 into pingdotgg:main Jul 19, 2026
16 checks passed
@macroscopeapp

macroscopeapp Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved

This PR makes purely cosmetic changes: removing a version pill UI element and adjusting gradient colors for better sidebar backdrop contrast. No runtime behavior is affected beyond visual appearance.

You can customize Macroscope's approvability policy. Learn more.

cursor Bot pushed a commit to aaditagrawal/t3code that referenced this pull request Jul 20, 2026
cursor Bot pushed a commit to aaditagrawal/t3code that referenced this pull request Jul 20, 2026
…ngdotgg#4055pingdotgg#4164) (#175)

* feat: draft hero landing on the index route (pingdotgg#4055)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
(cherry picked from commit 1bd2fa2)

* feat: file explorer mention actions and zoom-aware context menus (pingdotgg#4054)

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit 4cfec8c)

* fix(web): avoid duplicate mention text on paste

Co-authored-by: codex <codex@users.noreply.github.com>
(cherry picked from commit 2318e00)

* Default diffs to working changes (pingdotgg#3974)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit 38e0bb0)

* Fix reopening existing Diff tab (pingdotgg#3973)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit 31caa56)

* Fix sending messages during active turns (pingdotgg#3919)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit d8b12ae)

* [fix/feat:ui] Show default option badge (pingdotgg#3232)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit c0e161a)

* [fix/feat:ui] Preserve open-in editor brand colors (pingdotgg#3225)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit e63403f)

* fix(web): handle macOS Home and End in composer (pingdotgg#2508)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit b859a57)

* Allow failed remote environments to be removed (pingdotgg#4084)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit 0506508)

* [fix/feat:ui] Make selected menu checks blue (pingdotgg#3234)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
(cherry picked from commit 5c66110)

* Add terminal selection copy action (pingdotgg#2904)

(cherry picked from commit 1735e27)

* fix(web): improve dev sidebar backdrop contrast & remove version pills (pingdotgg#4166)

(cherry picked from commit b511227)

* Fix draft banner stack overlap (pingdotgg#4164)

Co-authored-by: codex <codex@users.noreply.github.com>
(cherry picked from commit 7e1a0d5)

---------

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Co-authored-by: Yordis Prieto <yordis.prieto@gmail.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Jake Leventhal <jakeleventhal@me.com>
Co-authored-by: ss <69873514+sandersonstabo@users.noreply.github.com>
Co-authored-by: Guilherme Vieira <46866023+GuilhermeVieiraDev@users.noreply.github.com>
Co-authored-by: Noah Zepner <noah@zepner.dev>
Co-authored-by: Taras <Taras.Fomin@gmail.com>
Co-authored-by: maria <maria@kuuro.net>
cursor Bot pushed a commit to aaditagrawal/t3code that referenced this pull request Jul 20, 2026
…ngdotgg#4055pingdotgg#4164) (#175) (#177)

* feat: draft hero landing on the index route (pingdotgg#4055)




(cherry picked from commit 1bd2fa2)

* feat: file explorer mention actions and zoom-aware context menus (pingdotgg#4054)



(cherry picked from commit 4cfec8c)

* fix(web): avoid duplicate mention text on paste


(cherry picked from commit 2318e00)

* Default diffs to working changes (pingdotgg#3974)


(cherry picked from commit 38e0bb0)

* Fix reopening existing Diff tab (pingdotgg#3973)


(cherry picked from commit 31caa56)

* Fix sending messages during active turns (pingdotgg#3919)


(cherry picked from commit d8b12ae)

* [fix/feat:ui] Show default option badge (pingdotgg#3232)


(cherry picked from commit c0e161a)

* [fix/feat:ui] Preserve open-in editor brand colors (pingdotgg#3225)


(cherry picked from commit e63403f)

* fix(web): handle macOS Home and End in composer (pingdotgg#2508)


(cherry picked from commit b859a57)

* Allow failed remote environments to be removed (pingdotgg#4084)


(cherry picked from commit 0506508)

* [fix/feat:ui] Make selected menu checks blue (pingdotgg#3234)



(cherry picked from commit 5c66110)

* Add terminal selection copy action (pingdotgg#2904)

(cherry picked from commit 1735e27)

* fix(web): improve dev sidebar backdrop contrast & remove version pills (pingdotgg#4166)

(cherry picked from commit b511227)

* Fix draft banner stack overlap (pingdotgg#4164)


(cherry picked from commit 7e1a0d5)

---------

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Co-authored-by: Yordis Prieto <yordis.prieto@gmail.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Jake Leventhal <jakeleventhal@me.com>
Co-authored-by: ss <69873514+sandersonstabo@users.noreply.github.com>
Co-authored-by: Guilherme Vieira <46866023+GuilhermeVieiraDev@users.noreply.github.com>
Co-authored-by: Noah Zepner <noah@zepner.dev>
Co-authored-by: Taras <Taras.Fomin@gmail.com>
Co-authored-by: maria <maria@kuuro.net>
adamfgr pushed a commit to agriffiths-bots/t3code that referenced this pull request Jul 20, 2026
* Add isolated app testing workflow (pingdotgg#4121)

Co-authored-by: codex <codex@users.noreply.github.com>

* feat(web): themed sidebar header art for nightly and dev builds (pingdotgg#4130)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <jmarminge@gmail.com>

* feat: add headless `t3 connect` setup for SSH hosts (pingdotgg#3749)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>

* Refine T3 Connect authorization surfaces (pingdotgg#4159)

Co-authored-by: codex <codex@users.noreply.github.com>

* fix: increase OpenCode server startup timeout from 5s to 30s (pingdotgg#4132)

* fix(shared): delete unused agentAwareness phase predicates (pingdotgg#4134)

* fix(mobile): Stabilize native stack option updates (pingdotgg#4037)

Co-authored-by: codex <codex@users.noreply.github.com>

* Make test-t3-app skill discoverable by Claude Code (pingdotgg#4162)

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>

* fix(web): improve dev sidebar backdrop contrast & remove version pills (pingdotgg#4166)

* Fix draft banner stack overlap (pingdotgg#4164)

Co-authored-by: codex <codex@users.noreply.github.com>

* Add portable mobile app testing guidance (pingdotgg#4165)

Co-authored-by: codex <codex@users.noreply.github.com>

* fix(client): use lightweight connection probe (pingdotgg#4137)

---------

Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: maria <maria@kuuro.net>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Julius Marminge <jmarminge@gmail.com>
Co-authored-by: Theo Browne <me@t3.gg>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
Co-authored-by: Kriday Dave <technocratix902@gmail.com>
Co-authored-by: eeinarsson <128746408+eeinarsson@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants