fix(onboarding): clean up email signup form screen#6307
Merged
Conversation
After "Continue with email", the onboarding signup step reused the full marketing hero (blurred feed-cards background, orbs, centered logo, bottom-anchored form) and repeated the "The homepage developers deserve" headline. Give the email/verification step its own clean, top-aligned screen: no background, logo in the top-left, form supplies its own "Sign up" title. Consistent across all breakpoints. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The branded Cloudflare widget clashed with the dark signup form. Run the challenge silently and only surface the widget when a human interaction is actually needed; drop the reserved min-height so it no longer leaves a gap. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The AuthForm's place-items-center centered the auto-width checkbox while full-width fields ignored it; make the checkbox w-full so it left-aligns. Remove the border-t divider and horizontal inset on the security/CTA wrapper so the divider is gone and the button aligns with the fields. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The isFormExpanded early-return supersedes the inline expanded-state handling in the mobile/split/desktop branches, leaving those conditionals dead (!isFormExpanded always true, opacity toggle never applies). Remove them and promote the 440px form width to a named SIGNUP_FORM_MAX_W constant. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
idoshamun
approved these changes
Jul 13, 2026
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <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.
What
After clicking Continue with email on the onboarding signup wall, the email registration step reused the full marketing hero — blurred feed-cards background, aurora orbs, centered logo, bottom-anchored form — and repeated the "The homepage developers deserve" headline. It looked cluttered for a form screen.
This gives the email registration / verification step its own clean layout:
The marketing signup wall (pre–continue-with-email) is unchanged.
How
OnboardingSignupHeroearly-returns a dedicated top-aligned shell whenisFormExpandedis true (the email/verification/social-completion step).showHeadlineprop onRegistrationForm, threaded viahideRegistrationHeadlinethroughAuthOptions→ set by the funnel — so the modal/other flows are unchanged.Testing
OnboardingSignupHero.spec.tsx— 11 passing, incl. new cases asserting the expanded layout drops background/orbs/headline (desktop) and the mobile image (mobile)Preview deploy will show both states: the wall, then Continue with email.
🤖 Generated with Claude Code
Preview domain
https://fix-onboarding-email-signup-scre.preview.app.daily.dev