Command center: remove the Settings gear from the identity header
ci / gates (push) Successful in 7s
ci / rust (push) Failing after 8s
ci / sandbox-k8s (push) Failing after 8s
ci / frontend (push) Failing after 20s
ci / e2e (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-26 14:23:36 -07:00
co-authored by Claude Opus 4.8
parent b600cb6ffb
commit c84f3bd386
@@ -7,7 +7,7 @@
import { useEffect, useRef, useState } from "react"; import { useEffect, useRef, useState } from "react";
import { useRouter } from "next/navigation"; import { useRouter } from "next/navigation";
import { Activity, Brain, Camera, Cpu, Database, Drama, Settings, ShieldCheck, Workflow, Wrench, Zap } from "lucide-react"; import { Activity, Brain, Camera, Cpu, Database, Drama, ShieldCheck, Workflow, Wrench, Zap } from "lucide-react";
import type { DemoAgent } from "@/lib/dashboard-demo"; import type { DemoAgent } from "@/lib/dashboard-demo";
import { useAgentTelemetry, useLiveEvent } from "@/lib/live/useClawmatesLive"; import { useAgentTelemetry, useLiveEvent } from "@/lib/live/useClawmatesLive";
@@ -204,7 +204,6 @@ export function ClawCommandCenter({
<div style={{ fontFamily: mono, fontSize: 11.5, letterSpacing: ".06em", color: "#ff8a7a", marginTop: 2 }}>{agent.role}<span style={{ color: "#5a5a62" }}> · part of {teamName}</span></div> <div style={{ fontFamily: mono, fontSize: 11.5, letterSpacing: ".06em", color: "#ff8a7a", marginTop: 2 }}>{agent.role}<span style={{ color: "#5a5a62" }}> · part of {teamName}</span></div>
</div> </div>
<span style={{ flex: 1 }} /> <span style={{ flex: 1 }} />
<button type="button" aria-label="Settings" style={{ display: "inline-flex", alignItems: "center", justifyContent: "center", width: 34, height: 34, borderRadius: 8, color: "#9a9aa2", background: "transparent", border: "1px solid rgba(255,255,255,.1)", cursor: "pointer" }}><Settings size={16} /></button>
</div> </div>
{/* Metric band — per-agent. */} {/* Metric band — per-agent. */}