fix(#617): redesign onboarding/create screen - #665
Open
Hussman256 wants to merge 1 commit into
Open
Conversation
- Hero: centered biometric pulse ring (two-ring gold animation) wrapping the VeilMark at 96px, defined as .biometric-pulse in globals.css - Headline: Lora-italic h1 with 'your wallet.' highlighted via .hl gold underlay - Lede: single sentence explaining no seed phrase, biometric, Stellar - CTAs: Create wallet (btn-gold, id=onboarding-create) and Recover existing wallet (btn-ghost, id=onboarding-recover) - Footnote: 'Secured by WebAuthn on Stellar' id=webauthn-footnote (was mis-IDed as tutorial-title) - Removed dead empty-card comment block - Onboarding tutorial + registering/deploying/done flow unchanged
|
@Hussman256 is attempting to deploy a commit to the miracle656's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
Closes #617.
Restyles
app/page.tsxto match the redesign spec. All logic (passkey register → fee-payer → factory deploy) is unchanged.Changes
app/globals.css@keyframes pulse-ring+@keyframes pulse-ring-2— two staggered gold rings expanding outward.biometric-pulseclass using::before/::afterpseudo-elementsapp/page.tsx.biometric-pulsecontainer wrapping<VeilMark size={64} /><h1>— "Your passkey is your wallet."* — with"your wallet."in the.hlgold highlightid="onboarding-create"andid="onboarding-recover"for testabilitytutorial-title→webauthn-footnote){/* Main card */}comment blockAcceptance criteria
✅ Centered hero with pulse ring + gold-highlighted Lora headline
✅ Create / Recover CTAs; WebAuthn footnote
✅ Onboarding tutorial + create flow unchanged
✅ Dead markup removed