Files
wadamesh/deploy/site
Kaj SchittecatandClaude Opus 5 6ef5ee061d Site: collapse "What's new" by default
A release with twenty-odd notes pushed the whole install flow off the screen, so
the box that is meant to be a summary had become the page.

It is a native <details> now, collapsed on load, reading "See what's new in
beta_78 - 24 changes". The count matters: a bare "click here" asks people to
gamble a tap, while a number lets them decide whether they care. Native rather
than scripted so it opens with the keyboard, works without JavaScript, and does
not need a click handler; the JS only fills the count and forces it closed on
each channel switch, so flipping stable/beta cannot leave a stale panel open.

The default disclosure triangle is hidden and replaced with one that rotates,
because that marker renders differently in every browser.

Markup verified as balanced and the element confirmed to carry no "open"
attribute, which is what makes it start collapsed. I could not render it in a
browser to check visually: the harness refuses to navigate to localhost, and a
file:// page is served as a static snapshot with no JavaScript, so the count and
the collapse behaviour are unverified on screen.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-08 09:04:34 +02:00
..