Feature/locked-objects - #13
Merged
Merged
Conversation
AlexZ005
added a commit
that referenced
this pull request
Jul 20, 2026
Roadmap #13 Batch A - UI overlap & chrome polish
AlexZ005
added a commit
that referenced
this pull request
Jul 20, 2026
Roadmap #13 Batch B - viewport & camera
AlexZ005
added a commit
that referenced
this pull request
Jul 20, 2026
…-notes Roadmap #13 Batch E - notification center + scene-notes drawer
This was referenced Jul 21, 2026
AlexZ005
added a commit
that referenced
this pull request
Jul 23, 2026
Replace the hardcoded "This is an alpha release" first-run toast with a
store-driven banner. New `appNotice` writable in appStore holds
{ text, ctaLabel?, ctaUrl? } | null; the OSS default reads "You are running the
local, open-source version of theprototype." with a Source link to the core repo.
This is the open-core seam for roadmap #13 batch M: the cloud plugin loaded via
VITE_CLOUD_PLUGIN can rebrand the banner or remove it entirely with
appNotice.set(null) - the OSS build never has to know about the cloud. Still
one-shot via the hasSeenDisclaimer flag; recolored from red to the neutral
blue-bordered info style.
ui-polish e2e drives the banner: shows the appNotice text, confirms the old
alpha copy is gone, and that appNotice.set(null) removes it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
cleanup material change on lock
outline selected and locked objects
[ui] show locked and selected objects
[ui] alignment for list of objects