From afaf5729522ff544bdcb9df24293334c72e7470a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:53:34 +0000 Subject: [PATCH 1/3] Initial plan From 433109f42d35c54627b54238ef015f14555d97e3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:58:29 +0000 Subject: [PATCH 2/3] Initial plan for fixing failed reconciliation color Co-authored-by: joaquimrocha <1029635+joaquimrocha@users.noreply.github.com> --- flux/package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/flux/package-lock.json b/flux/package-lock.json index 09006ef43..a80c24f5c 100644 --- a/flux/package-lock.json +++ b/flux/package-lock.json @@ -8291,6 +8291,7 @@ "version": "4.0.4", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", + "dev": true, "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", From 594119be189ea38da440bb718f61a29f724bd14e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:00:15 +0000 Subject: [PATCH 3/3] Fix failed reconciliation color from orange to red Co-authored-by: joaquimrocha <1029635+joaquimrocha@users.noreply.github.com> --- flux/src/overview/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/src/overview/index.tsx b/flux/src/overview/index.tsx index 75083c1f2..7ec5a6f7a 100644 --- a/flux/src/overview/index.tsx +++ b/flux/src/overview/index.tsx @@ -510,7 +510,7 @@ function FluxOverviewChart({ resourceClass }) { { name: 'failed', value: adjustedFailedPercent, - fill: '#DC7501', + fill: theme.palette.error.main, }, { name: 'suspended',