feat(wallet): add encrypted local vault runtime
test / workspace (push) Successful in 12m26s

This commit is contained in:
Tom You
2026-07-09 00:08:24 -05:00
parent 480d686c41
commit fc17c44c38
11 changed files with 608 additions and 3 deletions
+28
View File
@@ -257,6 +257,34 @@ h3 { margin-bottom: 0; font-size: 18px; }
}
.settings-grid span { display: block; color: #7d89a5; font-size: 12px; }
.vault-form {
margin-top: 18px;
padding-top: 18px;
border-top: 1px solid #edf1fb;
}
.vault-form label {
display: block;
margin-bottom: 8px;
color: #4a5878;
font-weight: 800;
}
.vault-row { display: flex; gap: 8px; }
.vault-row input {
min-width: 0;
flex: 1;
border: 1px solid #dfe6f7;
border-radius: 14px;
padding: 10px 12px;
color: #24345f;
background: #f8faff;
}
.vault-form small {
display: block;
margin-top: 10px;
color: #7d89a5;
overflow-wrap: anywhere;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));