feat(header): add liquid-metal Contact pill - #169
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ctwhome
force-pushed
the
feat/liquid-metal-contact-button
branch
from
August 21, 2026 21:48
97fa884 to
90a9b31
Compare
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
/#aboutanchor, exact accessible name, 44px target, mobile navigation, BFCache behavior, and all shared routesSource boundary
Reference: https://threeui.com/buttons/liquid-metal-button/pill
ThreeUI identifies the exact renderer source as protected and distributes it through a React/raw-WebGL package. This implementation does not copy or probe that source, install the package, add React/WebGL/canvas, or use ThreeUI assets. It is an original Astro/CSS/TypeScript adaptation based only on the publicly visible interaction language.
Implementation
+ Contactanchor with decorative layers hidden from assistive technology.ctw-liquid-contactpagehideresets visual state without breaking BFCache restoration; true unload aborts listenerslast-childstyling without affecting design-system guide navigationVerification
bun run check— 0 diagnostics across 52 filesbun run build— 17 routes; 63 responsive covers; 237 preserved files/,/portfolio/,/signals/,/workshop/git diff --check— cleanDependency
This PR is intentionally stacked on #168 and should be retargeted to
mainafter #168 merges.CI note
Both fresh hosted jobs pass check/build, Signals tests, design, syntax, dist, all 62 browser tests, and visual tests. The changed shared header passes homepage Lighthouse at performance 93/96, accessibility 100, LCP 2.19–2.26s, and CLS 0; Portfolio passes at 98. Both jobs fail only the unchanged Signals Atlas Lighthouse variance (performance 78, CLS 0.456). Both Vercel previews are green.