Coherence: one component per idea, one spelling per word, one truth per claim

Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
Gabriel Brown
2026-08-25 02:21:45 -04:00
parent 06c53d6c21
commit bd2fd12de2
87 changed files with 660 additions and 766 deletions
@@ -7,9 +7,14 @@ Item {
default property alias trailingData: trailing.data
property string icon: ""
property string label: ""
// The headline's colour. Foreground for every ordinary row; ErrorRow sets
// The headline's color. Foreground for every ordinary row; ErrorRow sets
// it to Theme.danger so a failure reads as one at a glance.
property color labelColor: Theme.fg
// The line under the headline. One sentence takes no full stop -- it is a
// caption, not a paragraph, and a lone trailing dot under two hundred rows
// is a speck. More than one sentence takes them throughout, last one
// included, because at that length the reader is reading prose and prose
// that stops without punctuation reads as truncated.
property string detail: ""
property string value: ""
property bool divider: true