-
Notifications
You must be signed in to change notification settings - Fork 198
feat: improve wallets overview page with responsive hero images and b… #1926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…etter UX - Add responsive hero images (desktop/mobile) with 768px breakpoint - Convert clunky hero buttons to sleek cards matching page design - Set card body text to 14px for improved readability - Update demo card copy from 'Account Kit' to 'Alchemy Smart Wallets' - Ensure proper grid alignment for all page elements
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
🌿 Documentation Preview
|
docs/pages/index.mdx
Outdated
.hero-image-mobile { | ||
display: none; | ||
width: 100%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Remove mobile header image references (overviewHeaderMobile.png) - Update responsive CSS to use single header image across all breakpoints - Change Try our demo card icon from fa-regular to fa-solid fa-play - Remove unnecessary style attributes from specific cards - Ensure consistent icon positioning (centered) for both hero cards - Fix image path issues and resolve cache conflicts
…etter UX
🎯 Overview
Enhances the
/docs/wallets
overview page with improved UX, responsive design, and better visual hierarchy.✨ Changes
🧪 Testing
📱 Preview
View changes at:
/docs/wallets
PR-Codex overview
This PR focuses on enhancing the layout and design of the
index.mdx
page, improving the presentation of wallet-related content, and introducing new styles for better responsiveness.Detailed summary
<style>
block for custom styles..hero-image-desktop
class for responsive images.<div>
with a<CardGroup>
for better organization.Card
components, including new titles and content.Card
components and replaced them with new ones.Card
components for consistency.