From 5d8e33d52c321cfd1e1a7499c215c1ec6e6b075c Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Thu, 18 Jun 2026 22:14:10 +0200 Subject: [PATCH] frontend: orange Upload button when panel is dirty Match the unsaved-changes dot: the Upload button uses the warning color while the panel has unedited changes, primary otherwise. Co-Authored-By: Claude Opus 4.8 --- frontend/src/components/DetectorSettings.tsx | 2 +- frontend/src/components/SettingsPanel.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/DetectorSettings.tsx b/frontend/src/components/DetectorSettings.tsx index 66cb92e9..9709d983 100644 --- a/frontend/src/components/DetectorSettings.tsx +++ b/frontend/src/components/DetectorSettings.tsx @@ -417,7 +417,7 @@ function DetectorSettings({s: serverS}: MyProps) { -