feat(website): magnetic primary CTAs + de-emoji the docs nav#19
Merged
Conversation
- Primary CTAs (Install) now pull toward the cursor via GSAP quickTo — pointer devices only, off the React render cycle, reduced-motion-gated, with pointer-listener cleanup on matchMedia revert. - Docs sidebar nav title: replaced the last emoji on the site (the 🔭) with the clean lens icon. ESLint + static export green (17 pages).
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
The optional taste leftovers.
Installbuttons now pull slightly toward the cursor. Implemented inSiteMotionwith GSAPquickTo(runs off the React render cycle, as the taste skill requires — neveruseStatefor cursor-follow). Pointer devices only (pointer: fine), fullyprefers-reduced-motion-gated, and the pointer listeners are torn down onmatchMediarevert.🔭in the fumadocs sidebar title with the clean lens icon. That was the last emoji on the site. (Kept65k ★on the verdict chip —★is a legitimate stars symbol, the same one GitHub uses, not emoji slop.)Test plan
npm run lintclean;next buildgreen — 17 pages, First Load unchangedDeploy
website/**→ republishes to GitHub Pages under/RepoLenson merge.🤖 Generated with Claude Code