Agentic UI: Add signed-out sign-in experience - #4311
Draft
shaunandrews wants to merge 1 commit into
Draft
Conversation
shaunandrews
force-pushed
the
agentic-signed-out-experience
branch
from
July 23, 2026 16:39
f652455 to
7ea4f73
Compare
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
shaunandrews
force-pushed
the
agentic-signed-out-experience
branch
from
July 23, 2026 17:36
7ea4f73 to
f3171a7
Compare
shaunandrews
added a commit
that referenced
this pull request
Jul 24, 2026
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
AI (Claude) built the sign-in band's responsive CSS and its collapse / rotating-tagline behavior, rewrote the sidebar's bottom entry into a direct Settings link, added the Settings tooltips, and standardized the user-facing auth copy on "Log in."
One notable fix worth a close look: the particle-"W" squished and mispositioned at narrow (preview-open) widths because the stacked breakpoint set
.mark { position: static }, which detachedEmptyBackground'sposition: absolute; inset: 0canvas from its container so it filled the whole band. Restoring the positioning context (relative) fixed it. The layout was verified by measuring the real component's computed geometry across breakpoints in a throwaway Electron instance.Proposed Changes
When you're signed out of WordPress.com, the agentic UI now guides you toward logging in and adapts the surrounding UI to the signed-out state:
Logging in unlocks the AI "let Studio code it for you" capabilities; nothing here blocks local-site work.
Testing Instructions
Pre-merge Checklist