Remove the sidebar Studio wordmark#4092
Merged
Merged
Conversation
shaunandrews
force-pushed
the
remove-sidebar-studio-wordmark
branch
from
July 6, 2026 17:31
4892c5b to
54b7291
Compare
Collaborator
📊 Performance Test ResultsComparing 6d7e9f2 vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
youknowriad
approved these changes
Jul 6, 2026
youknowriad
left a comment
Contributor
There was a problem hiding this comment.
I wouldn't mind if this is removed in studio ui as well. That was not an intentional addition, I think a wrong conflict handling.
katinthehatsite
approved these changes
Jul 9, 2026
katinthehatsite
left a comment
Contributor
There was a problem hiding this comment.
The changes look good 👍
…o-wordmark # Conflicts: # apps/ui/src/components/sidebar-header/index.tsx # apps/ui/src/components/sidebar-header/style.module.css
bcotrim
approved these changes
Jul 14, 2026
bcotrim
left a comment
Contributor
There was a problem hiding this comment.
I wouldn't mind if this is removed in studio ui as well. That was not an intentional addition, I think a wrong conflict handling.
I merged trunk and removed it on studio ui as well.
bcotrim
enabled auto-merge (squash)
July 14, 2026 11:13
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.
Related issues
How AI was used in this PR
Written with Claude Code, directed and reviewed by @shaunandrews.
Proposed Changes
#3953 added a "Studio" wordmark to the agentic UI's sidebar header. Per @youknowriad's review, that addition wasn't intentional in the first place (a mishandled merge conflict), so this PR now removes it everywhere rather than scoping it per surface.
The first iteration kept the wordmark in the browser (
studio ui/ hosted) behind a newappWindowconnector capability; with the wordmark gone entirely, that capability is no longer needed and has been reverted. The browser tab already names the app via its tab title.User impact: the sidebar header on every surface is back to just the create menu and sidebar toggle.
Testing Instructions
ENABLE_AGENTIC_UI=true npm start) — the sidebar header shows no "Studio" label, just the create menu and toggle, centered with the traffic lights.npm run cli:build && node apps/cli/dist/cli/main.mjs ui— same: no wordmark, header controls aligned with the site list below.Pre-merge Checklist
npm run typecheck, eslint, and the apps/ui test suite (89/89) are clean.🤖 Generated with Claude Code