feat(extension): devices pane revamp — fingerprint + added-by + inline two-step revoke

This commit is contained in:
adlee-was-taken
2026-05-30 01:47:50 -04:00
parent 299e7db1ab
commit 047df6eb72
4 changed files with 123 additions and 128 deletions

View File

@@ -150,6 +150,7 @@ export interface Device {
name: string;
public_key: string; // hex-encoded ed25519 pubkey
added_at: number; // unix timestamp
added_by?: string; // device name that registered this device (optional)
}
// --- Field history view ---