sgit newsroom v0.1.29 · snapshot 2026-09-24

Reading room · riskmandate.ai

On this page

Reading room / riskmandate.ai · raw text · live ↗

From riskmandate.ai, the page as fetched on 2026-09-24 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.

0.9.0 — Mobile navigation fix

Below 880px the header did .navlinks { display: none } with nothing to replace it, so on phones the whole nav bar — every page link — simply vanished. Only the brand and "Book a demo" survived. This restores navigation with a hamburger drawer.

The fix

Why a new snapshot

The homepage is the frozen latest version page, and its nav.js + header CSS come from the version chain. src/v0/v0.9/v0.9.0/ layers the updated nav.js and the nav-mobile.css, and inherits everything else (template, dropdown, RAMM band, scenarios link) from 0.8.0. Pointing latest at 0.9.0 ships the fix to the homepage; top-level pages get the same nav.js via HEAD immediately. Older frozen snapshots keep their old behaviour — they're historical.

Guarding it

Smoke adds a mobile-nav group: the hamburger is injected, opening sets .nav-open + aria-expanded, tapping a nav link closes it, and the homepage carries the toggle too. (Layout/breakpoint itself isn't exercised in jsdom, but the open/close plumbing is.)