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
@@ -183,7 +183,7 @@ Item {
clip: true
// Full-width gradient behind a clipped window, so a
// given level is always the same colour rather than a
// given level is always the same color rather than a
// squashed copy of the whole ramp.
Rectangle {
width: meter.width
@@ -298,19 +298,19 @@ Item {
anchors.verticalCenter: parent.verticalCenter
spacing: 6
SoundBadge {
StatusBadge {
visible: root.airplay && !root.ghost
text: "AirPlay"
tone: Theme.cyan
}
SoundBadge {
StatusBadge {
visible: root.bluetooth && !root.ghost
text: "Bluetooth"
tone: Theme.accent
}
SoundBadge {
StatusBadge {
visible: root.ghost
text: "Returns when connected"
tone: Theme.fgMuted