feat(publish): move renderMode / host selectors into an Advanced settings toggle - #61
Merged
Merged
Conversation
…ings toggle The two self-hosting selectors (Rendering, Hosting) are now inside a collapsible "Advanced settings" disclosure in the Publish panel, closed by default. It opens automatically on mount when a non-default target is selected (renderMode !== "ssr" or host !== "local") so a persisted or seeded choice stays visible. Open/closed is remembered globally in localStorage (publish:advancedOpen) — a UI preference, not per-project. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017rF3HMB1Z7V3LLsYaUrELs
🧪 Test images for this PR
Point Updated for |
vianmora
added a commit
that referenced
this pull request
Sep 14, 2026
…ings toggle (#61) The two self-hosting selectors (Rendering, Hosting) are now inside a collapsible "Advanced settings" disclosure in the Publish panel, closed by default. It opens automatically on mount when a non-default target is selected (renderMode !== "ssr" or host !== "local") so a persisted or seeded choice stays visible. Open/closed is remembered globally in localStorage (publish:advancedOpen) — a UI preference, not per-project. Claude-Session: https://claude.ai/code/session_017rF3HMB1Z7V3LLsYaUrELs Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
vianmora
added a commit
that referenced
this pull request
Sep 21, 2026
…ings toggle (#61) The two self-hosting selectors (Rendering, Hosting) are now inside a collapsible "Advanced settings" disclosure in the Publish panel, closed by default. It opens automatically on mount when a non-default target is selected (renderMode !== "ssr" or host !== "local") so a persisted or seeded choice stays visible. Open/closed is remembered globally in localStorage (publish:advancedOpen) — a UI preference, not per-project. Claude-Session: https://claude.ai/code/session_017rF3HMB1Z7V3LLsYaUrELs Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This branch was successfully deployed
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.
The two self-hosting selectors (Rendering / Hosting) from #60 now live inside a collapsible Advanced settings disclosure at the bottom of the Publish panel — most users publish "Static / This instance" and never need to see them.
renderMode !== "ssr"orhost !== "local"), so a per-project choice that was persisted or seeded from the oldbuildMode:<id>key stays visible.localStorageunderpublish:advancedOpen— a global UI preference, not per-project.Collapsible+ ghostButton+ chevron pattern asstyle-panel/shared/show-more.tsx.No behaviour change to
usePublishTarget, the wire, ordomains.tsx— purely a layout wrapper.🤖 Generated with Claude Code
https://claude.ai/code/session_017rF3HMB1Z7V3LLsYaUrELs