The board wears a picture — background becomes a mapping, and the window chrome follows it under a thin frost
background is {color:, image:} and only a mapping at every level; the board's image paints the full window under a transparent title bar, with a thin-material frost strip keeping the chrome legible and the standard accommodations intact.
Claude-Session: https://claude.ai/code/session_014PtZdPwqZuqEDLc6wZMtEy
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
schema: 1
|
||||
title: Wire up the loader's stray tolerance
|
||||
order: 2048
|
||||
background: coral
|
||||
background: {color: coral}
|
||||
icon: flag.fill
|
||||
iconColor: orange
|
||||
---
|
||||
|
||||
@@ -3,7 +3,7 @@ schema: 1
|
||||
order: 1024
|
||||
title: Doing
|
||||
width: 2
|
||||
background: '#3478F6'
|
||||
background: {color: '#3478F6'}
|
||||
icon: hammer.fill
|
||||
iconColor: blue
|
||||
---
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
schema: 1
|
||||
order: 2048
|
||||
title: Done
|
||||
background: green
|
||||
background: {color: green}
|
||||
---
|
||||
Completed work lives here until someone clears it out.
|
||||
|
||||
@@ -5,7 +5,7 @@ title: "Rich Demo Board"
|
||||
created: 2026-07-01T09:00:00Z
|
||||
modified: 2026-07-26T16:41:38Z
|
||||
modified-by: claude
|
||||
background: "#1E1E1E"
|
||||
background: {color: "#1E1E1E"}
|
||||
icon: rectangle.stack.fill
|
||||
iconColor: purple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user