[docs] Add brand logos marquee to docs homepage + misc papercuts#250
Open
christopherkindl wants to merge 7 commits intomainfrom
Open
[docs] Add brand logos marquee to docs homepage + misc papercuts#250christopherkindl wants to merge 7 commits intomainfrom
christopherkindl wants to merge 7 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
ShopifyCommerceand the CTA), with edge-fade gradient viamask-imageand a CSS-only horizontal scroll animation. Switched from a@theme inlineanimation token to@utility animate-marqueeso Tailwind v4 reliably emits the class and keyframes.apps/docs/components/assets/logos/, following the existing logo conventions ({ height, className }props,currentColorfills, paths rounded to 3-decimal precision).components/geistcn-fallbacks/geistcn-assets/tocomponents/assets/and updated all 11 import sites.AvatarTommyasset (components/assets/avatars/avatar-tommy.tsx) replacing the inline ▲ in the assistant demo.Polish & fixes
outlinebutton variant now bakes in the homepage's pill style (border-gray-alpha-400 bg-background-100 text-foreground shadow-none hover:bg-background-200); call sites in Hero / CTA / ShopifyCommerce drop their duplicate overrides. Fixes the missing dark-mode hover on the Hero "View Documentation" button.dark:hidden/hidden dark:inlineto match the existing dark/light product image swap.>→$prompt symbol (consistent with content negotiation), spinner icon wrapped in asize-3.5box withgap-2so "Running skill…" aligns with$/+/~, log-lines usegap-2.5for even vertical rhythm.leading-5, kept the cursor mounted (invisibleinstead of unmounted) withalign-middle. Previously the inline-block cursor expanded the line-box during typing and the line shifted up by ~1px when typing finished.centered-section,one-two-section, andfromsrc/footer.