feat(studio): App Builder nav entry — pillar builder joins the login journey#2531
Merged
Conversation
…journey Add an App Builder entry (componentRef studio:builder, first in Overview) to the Studio app navigation. The console binds studio:builder to the builder landing page (objectui#2175), making the pillar application builder reachable from login (Home → Studio → App Builder → pick/create a writable base → /studio/:pkg/data) instead of being a URL-only surface. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 1 package(s): 3 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
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.
Companion to objectui#2175 (BuilderLanding +
studio:buildercomponent registration).Adds an App Builder entry (componentRef
studio:builder, first in the Overview group) to the Studio app's navigation, so the pillar application builder is reachable from the moment a user logs in:Login → Home → Studio app → App Builder → pick/create a writable base package →
/studio/:packageId/data(full-screen pillar builder) — previously the builder was a URL-only surface with zero inbound links.Browser-verified end-to-end with a worktree build serving this nav: the sidebar entry appears (Overview: App Builder · All Metadata Types · Packages), the landing renders inside the Studio chrome, and creating 客服中心/com.example.support jumps straight into the full-screen builder.
🤖 Generated with Claude Code