Use gradient agent-wallet image as onboarding card background - #2150
Merged
Conversation
Swap in the new gradient agent-wallet.png and render it as a background layer behind the onboarding card instead of an inline image (the exported art had too much empty space above/below when shown inline). - Container is now relative + overflow-hidden so the background respects the rounded corners. - Image is absolutely positioned, top-aligned, full-width at h-[400px] with contentFit="contain" + contentPosition="top" (top-center). - A 300px spacer View reserves the image area; title/description/button render on top. https://claude.ai/code/session_01AZ7i9i1YACRWSgDposkNPF
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
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
Follow-up to the agent-wallet onboarding image (originally shipped via #2142). Swaps in the new gradient
agent-wallet.pngand renders it as a background layer behind the onboarding card instead of an inline image — the exported art had too much empty space above/below when shown inline.Changes
agent-wallet.pngwith the new gradient version (registry hash updated inlib/assets.ts).relative+overflow-hiddenso the background respects the rounded corners.h-[400px], withcontentFit="contain"+contentPosition="top"(top-center).Viewplaceholder; the title/description/button render on top of the background.Notes
qa.master.https://claude.ai/code/session_01AZ7i9i1YACRWSgDposkNPF
Generated by Claude Code