Redesign navbar + footer, add ⌘K command menu with full-text search#24
Merged
Conversation
…xt search Navbar (site-header): - product-style bar: search pill (⌘K), live GitHub star chip, theme, CTA - responsive collapse to a search icon + hamburger sheet mobile nav - ⌘K / Ctrl+K / "/" open the command menu Footer (site-footer): - oversized "reins" wordmark signature, brand block + link columns - X / GitHub / npm social icons, "Built by Karn and AI agents." Command menu (cmdk + Pagefind): - curated Pages / Actions / Links, filtered client-side - full-text docs search via Pagefind, indexed at build (data-pagefind-body) and lazy-loaded; dev falls back to curated items only - build script runs `pagefind --site dist/client` after `vite build` Hero mock polish: - dark browser background to true near-black, brighter (less brown) amber "controlling this browser" banner, softer outer border README: - slimmed to a quick-start; deep content now links to reins.tech/docs - regenerated hero-light/hero-dark with no background frame (transparent rounded corners) Co-Authored-By: Claude Opus 4.8 (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.
Revamps the site chrome and README.
Navbar
⌘K/Ctrl+K//.Footer
reinswordmark signature, brand block + Product/Docs/Project columns.⌘K command menu (
cmdk+ Pagefind)data-pagefind-body, lazy-loaded/pagefind/bundle, real excerpts with match highlighting. Static, works on Cloudflare; dev gracefully falls back to curated items only (no index).pagefind --site dist/clientaftervite build.Hero mock polish
README
hero-light/hero-darkwith no background frame (transparent rounded corners).New deps
cmdk(command menu),pagefind(dev, build-time index).Verify
pnpm --filter @reins/web typecheck✓ ·pnpm lint✓ ·pnpm --filter @reins/web build✓ (Pagefind indexes 8 docs pages)🤖 Generated with Claude Code