feat(v1.4): Add 'Encrypted in memory' badge

This commit is contained in:
LC mac
2026-01-30 01:21:28 +08:00
parent b024856c08
commit 9ffdbbd50f
2 changed files with 7 additions and 1 deletions

View File

@@ -216,6 +216,12 @@ import { getSessionKey, encryptJsonToBlob, destroySessionKey, EncryptedBlob } fr
<span>Read-only</span>
</div>
)}
{encryptedMnemonicCache && (
<div className="flex items-center gap-2 text-sm text-green-400 bg-slate-800/50 px-3 py-1.5 rounded-lg">
<Shield size={16} />
<span>Encrypted in memory</span>
</div>
)}
<div className="flex bg-slate-800/50 rounded-lg p-1 backdrop-blur">
<button
onClick={() => {