~bigbes/sr-ht-dolt: 1b35456a

refine(web/beads): concise label events, drop standalone close reason, wrap long lines

- Label audit events collapse to one line ("added label milestone:m3") instead
  of a "label added" header plus a redundant "Added label: …" body. The label
  name is taken after the first colon so namespaced labels survive.
- Remove the standalone Close reason block below the activity: the reason
  already shows as the History tab's `closed` event, so it was a duplicate.
- Add overflow-wrap: anywhere to the timeline body, comment body, and
  field-body pre so a very long single-line reason wraps instead of overflowing.

Eugene Blikh <bigbes@gmail.com> — 2026-07-19 18:29:12 UTC

Commit 1b35456ae619d7fe15eb0acad7bac1d2af7702e1view raw patch

Parent(s): 2ee66fb8

3 changed file(s)

FileStatus+
web/beads.go M +34 -14
web/beads_test.go M +36 -10
web/templates/beads.html M +4 -9