feat: complete MC2 Kahlschlag (remove governor, memory, eigenleben, obsolete deploy scripts and frontend widgets)
Ampel / ampel (push) Successful in 24s

This commit is contained in:
Hitonabi
2026-08-07 10:59:39 +02:00
parent 5504918a61
commit 1e68f62499
109 changed files with 192 additions and 6392 deletions
+1 -7
View File
@@ -13,10 +13,8 @@ import { useLucyHealth, type Repair } from "@/lib/useLucyHealth"
import { useDialog } from "@/lib/useDialog"
import { cn } from "@/lib/utils"
import { CockpitTile } from "./CockpitTile"
import { MorgenlageCard } from "./MorgenlageCard"
import { ErinnerungenCard } from "./ErinnerungenCard"
import { SystemStatusCard } from "@/components/dashboard/SystemStatusCard"
import { TokenPerformanceCard } from "@/components/dashboard/TokenPerformanceCard"
import { LatencyCard } from "@/components/dashboard/LatencyCard"
// Öffnet die bestehende System-Schublade (Pflege/Logs) via globalem Event.
@@ -115,15 +113,11 @@ export function CockpitView({ onNavigate }: { onNavigate: (v: string) => void })
{/* Status-Zeile */}
<StatusLine verdict={health.verdict} memory={health.memory} warns={health.warns} problems={health.problems} />
{/* Morgenlage — das jüngste Nacht-Gutachten (verschwindet, wenn keines da ist) */}
<MorgenlageCard />
{/* Leistung — die Live-Graphen */}
<section>
<ZoneLabel>Leistung</ZoneLabel>
<div className="grid gap-4 md:grid-cols-2">
<div className="grid gap-4 md:grid-cols-1">
<SystemStatusCard />
<TokenPerformanceCard />
</div>
<div className="mt-4">
<LatencyCard />