fix(template) + header redesign (CMC-style + sub-nav) - #677
Merged
Conversation
- renderBenchmarkText now covers seoTitle, seoDescription, subtitle,
methodology, disclaimer. Raw tokens were leaking into RSC props +
/api/citable consumers.
- chain stash lookup is case-insensitive: perp-fees YAML uses uppercase
asset codes (ETH/BTC/SOL) so {{best_p50:chain:BTC}} previously fell
through.
- bumped bench-unfiltered v12->v13 and all-benchmarks v16->v17 so prod
cached entries regenerate.
- remove the | separator between Contribute and GitHub - active-section underline (accent color) under the current tab, matched via usePathname so /benchmarks/<slug> highlights Benchmarks - nav links bumped to 15px, taller header (h-16 desktop) for breathing - right utilities: search + github (icon-only) + theme, gap-spaced - backdrop-blur on the sticky bar so content scrolling under it stays legible without the harsh opaque white - new SiteSubNav: category tabs on /benchmarks*, hidden elsewhere. Horizontal scroll on mobile with edge-fade mask hint.
Flotapponnier
force-pushed
the
feat/header-search-bar
branch
from
June 24, 2026 13:22
d6eed46 to
4cf519e
Compare
This was referenced Jun 24, 2026
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
Follow-up to PR #671 (already merged). Two unrelated fixes on the same branch:
1. Template leak fix
2. Header redesign (CMC-style)
Test plan