From d0250a213324b86323c2f779d82c1a60d327b588 Mon Sep 17 00:00:00 2001 From: Logan Date: Mon, 17 Aug 2026 10:51:23 -0400 Subject: [PATCH] docs: confirm the phone track list on the phone The arrangement and the width fix, measured on the device with the build installed rather than at the same viewport in a browser: `24px 304px 80px`, 52px rows, no header, the title untruncated, no overflow. Same numbers both places, which is why both were measured. --- .planning/NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.planning/NOTES.md b/.planning/NOTES.md index c8781c4..3bad75d 100644 --- a/.planning/NOTES.md +++ b/.planning/NOTES.md @@ -3295,6 +3295,12 @@ other way, so the same assertion passed in the browser and failed on the phone. The unit test now carries the desktop map as a fixture, which is the reproduction the browser needed to have. +**Confirmed on the phone afterwards**, with the fix installed: +`24px 304px 80px`, 52 px rows, no header row, the title 298 px and not +truncated, `body.scrollWidth == clientWidth`. The same numbers the +browser gives at that viewport, which is the point of having measured +both. + Two tooling notes worth keeping. `playwright-cli` holds its page across a `make dev-headless` restart, so a probe after a rebuild can be answering for the *old* bundle — it reported the desktop layout at 424 px