toga-ai 1.0.613 → 1.0.614
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ project: Tools
|
|
|
6
6
|
client: shared
|
|
7
7
|
type: feature
|
|
8
8
|
status: active
|
|
9
|
-
updated: 2026-08-
|
|
9
|
+
updated: 2026-08-19
|
|
10
10
|
owners: [kyalamarthi, jcardinal]
|
|
11
11
|
files:
|
|
12
12
|
- tools/assets/clickup/sprint-dashboard.html
|
|
@@ -37,7 +37,8 @@ The panel is **state-adaptive: calm when healthy, loud when broken.**
|
|
|
37
37
|
cards that **grow to share the column height** (min-height floor, scroll when many). Each
|
|
38
38
|
affected card puts its icon centered **above** the text, larger, with a role-colored full
|
|
39
39
|
border; monitor names **wrap** (they used to truncate on the TV). Non-green states keep the
|
|
40
|
-
panel header
|
|
40
|
+
padded card layout. There is **no panel header** in any state — the `mon-head` block (the
|
|
41
|
+
"Status" title + the "live · updated Xs ago" meta line) was removed.
|
|
41
42
|
- **Unknown** = a neutral grey "STATUS UNKNOWN — Monitor data unavailable" when there is no
|
|
42
43
|
usable data — this closes the old "0 monitors parsed looks like all-green" gap.
|
|
43
44
|
|
|
@@ -121,9 +122,12 @@ buckets correctly.
|
|
|
121
122
|
### Panel presentation — state-adaptive (supersedes the solid status circle)
|
|
122
123
|
|
|
123
124
|
The old design (a solid `MonitorCircle`, a per-status legend with counts + percentages, and a
|
|
124
|
-
redundant status pill) was **removed
|
|
125
|
-
"Status"
|
|
126
|
-
|
|
125
|
+
redundant status pill) was **removed**. The panel header was first renamed **"Monitor status" →
|
|
126
|
+
"Status"** and then (2026-08-19) **removed entirely** — the `mon-head` block held the "Status"
|
|
127
|
+
title (`mon-title`) plus a "live · updated Xs ago" meta line (`mon-meta`); both are gone, along
|
|
128
|
+
with the now-unused `meta` computation and the `okAt` prop that fed it (`now = useNow(1000)`
|
|
129
|
+
stays — the incident list still uses it for ticking state durations). The governing decision
|
|
130
|
+
(developer's "Option 2"): **calm when healthy, loud when broken.**
|
|
127
131
|
|
|
128
132
|
- **`healthy` now requires `total > 0 && rows.length === 0`.** A green hero can no longer show on
|
|
129
133
|
an empty/malformed response — that renders **Unknown** instead (see below).
|
|
@@ -254,6 +258,11 @@ so a reduced-motion viewer never lands on a fully-invisible glow.
|
|
|
254
258
|
`.alert-flash`, this same rule also covers the slow `alert-breathe` breathe.
|
|
255
259
|
|
|
256
260
|
## Change history
|
|
261
|
+
- 2026-08-19 — Removed the monitor panel header entirely. The `mon-head` block — the "Status"
|
|
262
|
+
title (`mon-title`) and the "live · updated Xs ago" meta line (`mon-meta`) — was dropped from
|
|
263
|
+
`MonitorPanel`, together with the now-unused `meta` computation and the `okAt` prop. `now =
|
|
264
|
+
useNow(1000)` was kept (the incident list still ticks state durations off it). Visual cleanup of
|
|
265
|
+
the unattended wall display's status pane. (jcardinal)
|
|
257
266
|
- 2026-08-18 — **State-adaptive redesign + server-side proxy + Unknown state + /developer rename.**
|
|
258
267
|
Replaced the solid `MonitorCircle` / legend / percentages / status pill with a calm full-height
|
|
259
268
|
green hero (full-bleed flush in the green state) vs. a saturated amber/red band with growing,
|
package/package.json
CHANGED