~bigbes/sr-ht-dolt: 82d997d2

web: the detail pane says when its read was clipped

The board has always carried a truncation banner; the detail pane it
shares a template with carried nothing, so an issue assembled from
tables clipped at 2000 rows looked complete, and an id in the tail of a
big tracker was answered "Issue not found." — which the page cannot
know.

Two lines, both in the banner's idiom. A pane built from a clipped read
says so and names the tracker's true size when the issues table itself
was cut; a miss over such a read says the id was not among the rows
read, which is not the same as saying it does not exist. A complete read
keeps the plain "Issue not found.", and the board's own banner is
untouched.

Eugene Blikh <bigbes@gmail.com> — 2026-08-13 07:53:57 UTC

Commit 82d997d27047a6f8a0be69a4b50414203b123618view raw patch

Parent(s): a4194995

2 changed file(s)

FileStatus+
web/beads_test.go M +206
web/templates/beads.html M +18