Conversation
This comment was marked as outdated.
This comment was marked as outdated.
1e3f693 to
47500fd
Compare
Base automatically changed from
jaygoss/onb-13-feat-flag-copy-instructions-project-creation
to
master
February 25, 2026 20:47
47500fd to
fc93ec7
Compare
…on gate Add optional featureFlag parameter to useCopySetupInstructionsEnabled and CopySetupInstructionsGate so project creation surfaces can use a separate flag from the existing onboarding surfaces. Refs ONB-13 Co-Authored-By: Claude <noreply@anthropic.com>
… signup setup docs Add OnboardingCopyMarkdownButton to OnboardingLayout, which is shared by both the project creation getting-started page and the first-time signup wizard. Gated behind the new onboarding-copy-setup-instructions-project-creation feature flag. Refs ONB-13 Co-Authored-By: Claude <noreply@anthropic.com>
fc93ec7 to
7257a0b
Compare
… project creation
Place the "Copy instructions" button as trailingItems on the first step so it sits in the same row as the "Install" heading, matching the existing "Copy DSN" placement pattern on the Configure step.
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.
Summary
useCopySetupInstructionsEnabledandCopySetupInstructionsGateaccept an optionalfeatureFlagparameter (defaults to existing flag, fully backward-compatible)PROJECT_CREATION_FEATURE_FLAGconstant for the newonboarding-copy-setup-instructions-project-creationflagOnboardingCopyMarkdownButtontoOnboardingLayout(shared by both the project creation getting-started page and the first-time signup wizard), positioned inline with the first step header viatrailingItemsRelated PRs
Test plan
/projects/:projectId/getting-started/when flag is enabled/onboarding/:step/signup wizard when flag is enabledRefs ONB-13