diff --git a/webui/src/features/IdentityTrustPanel.tsx b/webui/src/features/IdentityTrustPanel.tsx index ed522aa..8c62a73 100644 --- a/webui/src/features/IdentityTrustPanel.tsx +++ b/webui/src/features/IdentityTrustPanel.tsx @@ -1,3 +1,4 @@ +import { MetricGrid } from "@govoplan/core-webui"; import { useCallback, useEffect, useMemo, useState } from "react"; import { Eye, RefreshCw, RotateCw, ShieldOff } from "lucide-react"; import { @@ -247,12 +248,12 @@ export default function IdentityTrustPanel({ settings, auth, administrative = fa } -
+ key.status === "active").length} tone="good" /> key.status !== "active").length} tone="warning" /> -
+ }>

Only public key and trust metadata are stored. Revocation blocks future server-mediated use but cannot erase plaintext or key material already obtained by a device.