feat(web): rewrite essays in Brian's voice + fix sticky/scroll/breakpoint UX#114
Merged
Conversation
- Introduce --header-h CSS var (4.5rem) and html scroll-padding-top so anchor jumps land below the header instead of flush to the top. - ReadingLayout: switch sticky asides from hardcoded top-16/h-4rem to var(--header-h) so the sidebars don't snap 8-9px high under the actual header height. - DocsTOC: align nav breakpoint with ReadingLayout's right-aside reveal (lg:block instead of xl:block). Previously the aside appeared with its border-l from 1024-1279px but the TOC inside stayed hidden until 1280px, producing an empty bordered rail. - CreamSurface: drop redundant min-h-screen (main.flex-1 already provides full-height) and use h-full for the inverse to keep parity. Prevents short pages from forcing extra blank space below the footer. - PostMeta avatar normalized to 28px to match PostHeader's mobile byline, so the same image isn't sized differently across the desktop/mobile boundary. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Apply Brian's voice guide to the three launch posts (origin essay, mental-model essay, 0.4 release). Short declarative sentences, cold claim-first openings, tl;dr bullet blocks, one-line "That is X." emphasis beats, and stakes-landing closers. Preserved frontmatter and intra-site links; reused existing code blocks (without-Dawn / with-Dawn comparison, route tree, createSubAgent). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
blove
added a commit
that referenced
this pull request
May 14, 2026
…oint UX (#114) * fix(web): docs/blog scroll behavior + breakpoint alignment - Introduce --header-h CSS var (4.5rem) and html scroll-padding-top so anchor jumps land below the header instead of flush to the top. - ReadingLayout: switch sticky asides from hardcoded top-16/h-4rem to var(--header-h) so the sidebars don't snap 8-9px high under the actual header height. - DocsTOC: align nav breakpoint with ReadingLayout's right-aside reveal (lg:block instead of xl:block). Previously the aside appeared with its border-l from 1024-1279px but the TOC inside stayed hidden until 1280px, producing an empty bordered rail. - CreamSurface: drop redundant min-h-screen (main.flex-1 already provides full-height) and use h-full for the inverse to keep parity. Prevents short pages from forcing extra blank space below the footer. - PostMeta avatar normalized to 28px to match PostHeader's mobile byline, so the same image isn't sized differently across the desktop/mobile boundary. * content(blog): rewrite three launch posts in Brian's voice Apply Brian's voice guide to the three launch posts (origin essay, mental-model essay, 0.4 release). Short declarative sentences, cold claim-first openings, tl;dr bullet blocks, one-line "That is X." emphasis beats, and stakes-landing closers. Preserved frontmatter and intra-site links; reused existing code blocks (without-Dawn / with-Dawn comparison, route tree, createSubAgent). ---------
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
Two changes bundled.
1. Three essays rewritten in Brian's voice
Voice-analysis subagent read recent posts on brianflove.com (agentic-memory, frontend-reward-loop, A2UI, etc.) and produced a style brief. A second subagent rewrote the three launch posts mechanically to that brief.
What changed in the prose:
Opening sentences (voice check):
2. Docs/blog scroll behavior + breakpoint fixes
Found via a Chrome-MCP UX diagnostics subagent:
Test plan