Commit 2dd2564d2a
Verified · cmc ci/build: success ci/test: success
CHANGELOG.org +15
| @@ -29,6 +29,21 @@ The desktop layout (#226): the web UI uses a wide screen. | ||
| 29 | 29 | phone. Below 80rem the dashboard's pinned repositories return to a |
| 30 | 30 | chip row above the queues. |
| 31 | 31 | |
| 32 | Three accessibility defects the wider scan found, on pages the | |
| 33 | sixteen-page one never covered (#226): | |
| 34 | ||
| 35 | - A label chip carries a tone per scheme. Chip text is 12px, which owes | |
| 36 | 4.5:1 against the ground mixed from the colour itself, and no single | |
| 37 | colour clears that on both canvases; the stored hex still names the | |
| 38 | label, and the page picks the tone. A page stamped light or dark now | |
| 39 | sets =color-scheme= to match, so native controls follow the theme. | |
| 40 | - Every =pre= scrolls sideways, so every one takes =tabindex="0"=: a | |
| 41 | keyboard reaches a blame view, a build log and a search match the way | |
| 42 | it already reached the pre blocks of rendered markup. | |
| 43 | - A link that shares its line with other text is underlined — a path | |
| 44 | crumb, a heading that names an owner, an empty-state note. Link and | |
| 45 | muted text are 1.07:1 apart in dark. | |
| 46 | ||
| 32 | 47 | * v1.30.0 — 2026-09-19 |
| 33 | 48 | |
| 34 | 49 | Every command runs on every surface, markup previews before it is |