desktop app: show otp codes at top of entry details when unlocked #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
for the desktop app: otp codes should not be part of the otp field but should be shown at the top of an entry in detail display when unlocked. the time remaining should be a bar below the entry. this is like the TUI in a way, but of course use normal large fonts here.
show otp codes at top of entry details when unlockedto desktop app: show otp codes at top of entry details when unlockedImplemented and pushed as
d6bcbbe.The desktop viewer now presents the generated OTP once at the top of an unlocked entry, before all entry fields. TOTP codes use a 42-point grouped display with a countdown and progress bar driven by the storage-provided validity period; HOTP codes show their committed counter without a misleading timer. The raw OTP field retains its URI, metadata, and actions, but no longer duplicates the generated code. Entry changes and authentication loss clear the presentation, while the existing tick lifecycle updates and regenerates TOTP at expiry.
Verification: