Merged
Conversation
- Hero section with honeycomb background (light/dark images), interactive edge glow on hover - Features section with sticky left column, GIF previews (light/dark), full-width grid layout with side borders - Code preview section with syntax highlighted example - Interactive tabbed examples (Dashboard, Invoice, Trello, Inventory) - CTA section with gradient background images - Footer with link columns and copyright bar - Navbar scroll behavior: transparent in hero, bordered with background when scrolled - Dark theme: updated background color to #0E141E, dark mode gradients and honeycomb - Theme toggle with light/dark mode support Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Change header from sticky to fixed so it overlays the hero section, removing the dark background band at the top. Hide the fade gradient element so the header is fully transparent when at the top of the page. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
✅ Deploy Preview for cxjs-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Convert feature GIFs to MP4 videos (~30MB -> ~3.6MB, 10x reduction) - Replace hardcoded colors with CSS variables (text-heading, bg-border, --cx-c-brand) - Add ARIA attributes to tabs (role=tablist/tab/tabpanel, aria-selected) - Add aria-expanded to mobile menu button - Implement copy code button functionality - Use dynamic copyright year instead of hardcoded 2026 - Move IBM Plex Mono font loading to landing page only - Fix fragile hero section selector (use ID instead of class matching) - Use CSS variable for header scroll border color - Remove unused honeycomb.svg asset Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…e assets - Convert CTA gradient PNGs to WebP with PNG fallback (2MB -> 667KB dark) - Scope dark mode --background override to landing page only (revert global.scss) - Replace all hardcoded hex colors in header with CSS variables - Fix fragile copy button selector (use element ID) - Add aria-label to all feature demo videos - Remove duplicate theme initialization from header - Add fetchpriority="high" to hero honeycomb images for LCP - Use client:visible for hidden example tabs (defer JS loading) - Extract footer into semantic <footer> element - Extract IBM Plex Mono inline styles into .nl-mono CSS class Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
MP4 doesn't support transparency, causing white backgrounds where GIFs had transparent pixels. WebM with VP9 (yuva420p) preserves alpha channel while still achieving great compression (30MB -> 4.3MB). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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
Test plan
/new-landing🤖 Generated with Claude Code