Commit 86e386a
fix: JSX attribute escapes rendered literally, and a stale bar looked live
JSX attribute values are not JavaScript string literals, so the parser never
processed the ’ and … escapes inside them and each reached the DOM
as six literal characters. The same escape inside a {'...'} expression was
always fine, which is why only the attributes broke.
- Use the characters themselves in the two Usage windows notes and in the
machines search placeholder
- Dim .bv-uw.stale .bar .fill: the stale rule already muted the percentage
and the row label but never the bar, so a three-day-old reading still drew
a full-width bar in alarm red, the one part of the row that looked live
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cb8c856 commit 86e386a
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1254 | 1254 | | |
1255 | 1255 | | |
1256 | 1256 | | |
| 1257 | + | |
1257 | 1258 | | |
1258 | 1259 | | |
1259 | 1260 | | |
| |||
0 commit comments