fix(web): v0.11 site polish — mobile menu, scroll cue, KPI strip, changelog#51
Merged
fix(web): v0.11 site polish — mobile menu, scroll cue, KPI strip, changelog#51
Conversation
…ngelog - Nav: brand-tinted hover background (`accent-dim`) with brightened text on mobile menu items so hover state stays legible against the dark deep bg - Hero: enlarge bottom padding (`pb-32 sm:pb-36`) and shrink the absolute scroll indicator so it never collides with the trust badges row; bump the Hero version chip to v0.11 - TrustStrip: replace HeroUI `KPIGroup` (which forces flex-1 equal columns and clips long labels) with a responsive grid that stacks 1-col on mobile, 2x2 on `sm`, and 4x1 on `lg+`; manual borders provide the dividers - Changelog data: promote the `Unreleased` block to `0.11.0` (2026-04-25) and add a marketing-site overhaul highlight so /changelog reflects the shipped release Made-with: Cursor
3 tasks
I4cTime
added a commit
that referenced
this pull request
Apr 25, 2026
…ngelog (#51) (#52) - Nav: brand-tinted hover background (`accent-dim`) with brightened text on mobile menu items so hover state stays legible against the dark deep bg - Hero: enlarge bottom padding (`pb-32 sm:pb-36`) and shrink the absolute scroll indicator so it never collides with the trust badges row; bump the Hero version chip to v0.11 - TrustStrip: replace HeroUI `KPIGroup` (which forces flex-1 equal columns and clips long labels) with a responsive grid that stacks 1-col on mobile, 2x2 on `sm`, and 4x1 on `lg+`; manual borders provide the dividers - Changelog data: promote the `Unreleased` block to `0.11.0` (2026-04-25) and add a marketing-site overhaul highlight so /changelog reflects the shipped release Made-with: Cursor
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
Post-release polish on the v0.11 marketing site. Website-only — no library / CLI / MCP changes.
accent-dimbackground plus brightened primary text viahover:anddata-[hovered=true]:variants. Resolves the lingering "text is hard to see on hover" report.pb-32 sm:pb-36, the cue itself shrinks tobottom-4with a smaller mouse glyph, and getspointer-events-none+z-2so it never overlaps the trust badges row. Also bumped the version chip fromv0.10→v0.11.KPIGroup(which forcesflex: 1equal columns and clippedMCP TOOLS,QUANTUM FEATURES,AI EDITORSat narrow widths) with a CSS grid that:sm(full label width on phones)sm(640–1024)lg+(1024+)Unreleasedblock inweb/lib/data/changelog.tsto0.11.0(2026-04-25) and added a marketing-site overhaul highlight, so/changelognow leads with the shipped release. (CHANGELOG.mdwas already updated during the release PR.)Test plan
/changelogshows v0.11.0 (2026-04-25) at the top with all 7 highlightsReadLintsclean on touched files)Made with Cursor