ext(affordances): wireTotpQr (jsqr lazy-load) for QR -> otpauth:// fill

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-05-01 22:14:05 -04:00
parent c91b31a7ca
commit bd8102c9ad
6 changed files with 3720 additions and 1 deletions

View File

@@ -1432,3 +1432,20 @@ textarea {
.totp-countdown {
font-size: 11px;
}
.totp-qr-panel {
margin-top: 6px;
padding: 10px;
border: 1px dashed var(--border-subtle);
border-radius: 3px;
background: var(--bg-input);
}
.totp-qr-panel input[type="file"] {
display: block;
font-family: inherit;
color: var(--text-muted);
}
.totp-qr-error {
margin-top: 6px;
font-size: 11px;
color: var(--danger, #c75a4f);
}