Use primary color for running node icons and fix add device modal dirty check

- Running graph nodes show entity icon in --primary-color instead of --text-muted
- Fix AddDeviceModal always showing dirty: serialize zones array with JSON.stringify
  for proper strict equality comparison (matching DeviceSettingsModal pattern)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 16:05:37 +03:00
parent 7902d2e1f9
commit 18c886cbc5
2 changed files with 6 additions and 1 deletions
@@ -305,6 +305,11 @@
opacity: 0.5;
}
.graph-node.running .graph-node-icon {
stroke: var(--primary-color);
opacity: 0.85;
}
/* ── Running indicator (animated gradient border) ── */
.graph-node.running .graph-node-body {