Skip to content

Remove the sidebar Studio wordmark#4092

Merged
bcotrim merged 3 commits into
trunkfrom
remove-sidebar-studio-wordmark
Jul 14, 2026
Merged

Remove the sidebar Studio wordmark#4092
bcotrim merged 3 commits into
trunkfrom
remove-sidebar-studio-wordmark

Conversation

@shaunandrews

@shaunandrews shaunandrews commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

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 new appWindow connector 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

  • Desktop: run the app with the agentic UI enabled (ENABLE_AGENTIC_UI=true npm start) — the sidebar header shows no "Studio" label, just the create menu and toggle, centered with the traffic lights.
  • Browser: npm run cli:build && node apps/cli/dist/cli/main.mjs ui — same: no wordmark, header controls aligned with the site list below.
  • Check both light and dark color schemes.

Pre-merge Checklist

  • Have you checked for TypeScript, React or other console errors? — npm run typecheck, eslint, and the apps/ui test suite (89/89) are clean.

🤖 Generated with Claude Code

@shaunandrews
shaunandrews force-pushed the remove-sidebar-studio-wordmark branch from 4892c5b to 54b7291 Compare July 6, 2026 17:31
@shaunandrews shaunandrews changed the title Remove the Studio wordmark from the agentic UI sidebar header Show the sidebar Studio wordmark only in the browser UI Jul 6, 2026
@shaunandrews
shaunandrews requested a review from youknowriad July 6, 2026 17:38
@wpmobilebot

wpmobilebot commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

📊 Performance Test Results

Comparing 6d7e9f2 vs trunk

app-size

Metric trunk 6d7e9f2 Diff Change
App Size (Mac) 1350.37 MB 1350.37 MB 0.00 MB ⚪ 0.0%

site-editor

Metric trunk 6d7e9f2 Diff Change
load 1114 ms 744 ms 370 ms 🟢 -33.2%

site-startup

Metric trunk 6d7e9f2 Diff Change
siteCreation 6519 ms 6504 ms 15 ms ⚪ 0.0%
siteStartup 2393 ms 2387 ms 6 ms ⚪ 0.0%

Results are median values from multiple test runs.

Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff)

@shaunandrews
shaunandrews requested a review from bcotrim July 6, 2026 19:25

@youknowriad youknowriad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 katinthehatsite left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good 👍

@bcotrim bcotrim changed the title Show the sidebar Studio wordmark only in the browser UI Remove the sidebar Studio wordmark Jul 14, 2026
…o-wordmark

# Conflicts:
#	apps/ui/src/components/sidebar-header/index.tsx
#	apps/ui/src/components/sidebar-header/style.module.css

@bcotrim bcotrim left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
bcotrim enabled auto-merge (squash) July 14, 2026 11:13
@bcotrim
bcotrim merged commit 090dbcb into trunk Jul 14, 2026
11 checks passed
@bcotrim
bcotrim deleted the remove-sidebar-studio-wordmark branch July 14, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants