diff --git a/CHANGELOG.md b/CHANGELOG.md index 170d52a2..cc464bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,35 @@ Pithead ships as **one product, one version** — the version lives in the top-l [`VERSION`](VERSION) file and every released image is tagged with it. Releases are cut per the process in [`docs/dev/releasing.md`](docs/dev/releasing.md). -## [Unreleased] +## [1.9.3] - 2026-07-19 + +### Fixed + +- **Keyboard users can sort the Workers table (#671).** Each sort header's click target is now a + real ``, )} diff --git a/build/dashboard/mining_dashboard/web/static/dashboard.css b/build/dashboard/mining_dashboard/web/static/dashboard.css index b77ecb7e..97e59c1c 100644 --- a/build/dashboard/mining_dashboard/web/static/dashboard.css +++ b/build/dashboard/mining_dashboard/web/static/dashboard.css @@ -360,11 +360,27 @@ th { padding: 10px; border-bottom: 1px solid var(--border); text-transform: uppercase; - cursor: pointer; } th.sorted { color: var(--text); } +/* Sortable headers (#671): the sort control is a real