Tier 0: render what the services already decided, honestly

Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
Gabriel Brown
2026-08-25 00:24:30 -04:00
parent be0e55214b
commit 8b1205e4b8
38 changed files with 1474 additions and 260 deletions
@@ -88,4 +88,18 @@ Flow {
}
}
}
// A chip that lights and stays silent is the point of this strip; a chip
// that lights and stays silent BECAUSE pw-play is not installed is not, and
// the two are indistinguishable without this line. Full width, so the Flow
// gives it a row of its own beneath the chips.
Text {
width: root.width
visible: SoundTest.lastError !== ""
text: SoundTest.lastError
color: Theme.warn
font.family: Theme.fontFamily
font.pixelSize: Theme.fontSizeSmall
wrapMode: Text.WordWrap
}
}