Site: mobile fixes + closed-beta gating#191
Merged
oyvindberg merged 1 commit intomainfrom May 3, 2026
Merged
Conversation
Mobile rendering on the landing page: - Hide the wide blueprint SVG below 700px and replace it with a compact vertical "one domain type, four boundaries" list. The horizontal-scroll trap was poor mobile UX and the text alone carries the section. - Add `overflow-x: hidden` on .page so any stray child can't push the body wider than the viewport. Mobile navbar: - Force `.navbar__toggle` visible on widths ≤ 996px (it was hidden by some combination of cascade + Docusaurus defaults). - Surface the color-mode toggle directly in the navbar on mobile too, so dark mode is reachable without the slide-out. Getting-started page: - Drop the install + quick-start blocks entirely. Replace with a "Closed Beta" admonition that points users to oyvind@typr.dev for beta-seat requests. Announcement bar (every page): - Repaint as "Closed Beta — public release in early 2026" linking to the getting-started page. Co-Authored-By: Claude Opus 4.7 (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.
Summary
overflow-x: hiddenon.pageso no stray child can push the body wider than the viewport..navbar__togglevisible on ≤996px (cascade + Docusaurus defaults were hiding it) and surface the color-mode toggle directly in the navbar on mobile, so dark mode is reachable without the slide-out.oyvind@typr.devfor seat requests.Test plan
npm run buildsucceedsnpx serve build) on iPhone-sized viewport: hamburger appears, color-mode toggle appears, manifesto section shows the mobile fallback list