Fix review findings: dual-entry image capture, image blob GC at limit, stdin drain, fuzzy query edge cases, uri encoding, GC queue, temp-file pruning, theme border widths

This commit is contained in:
2026-09-05 15:43:33 +01:00
parent 44808ffd2c
commit 63a003e4a5
11 changed files with 73 additions and 41 deletions
+3 -3
View File
@@ -163,7 +163,7 @@ Item {
anchors.left: parent.left
anchors.right: parent.right
anchors.topMargin: Style.space(10)
height: 1
height: Style.normalBorderWidth
color: root.lineColor
}
@@ -224,7 +224,7 @@ Item {
height: Style.space(120)
radius: Style.cornerRadius
color: root.hexRe.test(root.rawSafe()) ? root.rawSafe() : "transparent"
border.width: 1
border.width: Style.normalBorderWidth
border.color: root.lineColor
}
@@ -322,7 +322,7 @@ Item {
Rectangle {
anchors.fill: img
color: "transparent"
border.width: 1
border.width: Style.normalBorderWidth
border.color: root.lineColor
radius: Style.space(4)
visible: img.status === Image.Ready