From 8e54a58f1353f2b4efe4f598726535719f975605 Mon Sep 17 00:00:00 2001 From: Jeuner <62662523+Jeuners@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:20:36 +0200 Subject: [PATCH] ui: Dringlichkeitsfarben getauscht - normal gruen, niedrig grau statt gelb/gruen Gelb fuer "normal" wirkte zu warnend fuer einen unauffaelligen Regelfall. normal ist jetzt gruen, niedrig (unwichtig) grau - hoch (orange) und notfall (rot) unveraendert. Betrifft Leitstand, Dashboard und Deck-Labels. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01EbdWYnDtyMgxsq4eN1WnrQ --- pipe/dashboard.py | 2 +- pipe/deck.py | 4 ++-- pipe/server.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipe/dashboard.py b/pipe/dashboard.py index 06319f0..8f2347d 100644 --- a/pipe/dashboard.py +++ b/pipe/dashboard.py @@ -14,7 +14,7 @@ from pathlib import Path from . import config, kategorien RANG = {"notfall": 0, "hoch": 1, "normal": 2, "niedrig": 3} -FARBE = {"notfall": "#E9322D", "hoch": "#E0A339", "normal": "#C9A227", "niedrig": "#31CC7C"} +FARBE = {"notfall": "#E9322D", "hoch": "#E0A339", "normal": "#31CC7C", "niedrig": "#8A93A3"} KAT_LABEL = kategorien.KATEGORIE_LABEL diff --git a/pipe/deck.py b/pipe/deck.py index f9d9491..12d5d6f 100644 --- a/pipe/deck.py +++ b/pipe/deck.py @@ -24,8 +24,8 @@ _API = "/index.php/apps/deck/api/v1.1" # Farben (6-stelliges Hex ohne #) je Dringlichkeit. DRINGLICHKEIT_FARBE = { - "niedrig": "31CC7C", # grün - "normal": "F1DB50", # gelb + "niedrig": "8A93A3", # grau + "normal": "31CC7C", # grün "hoch": "E0A339", # orange "notfall": "E9322D", # rot } diff --git a/pipe/server.py b/pipe/server.py index 5f4cb59..bc84733 100644 --- a/pipe/server.py +++ b/pipe/server.py @@ -602,7 +602,7 @@ color:var(--gut);border-radius:999px;padding:1px 8px;font-size:11px;font-weight: