Improve TUI OTP readability with large digits and countdown bar #64
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?
Problem
OTP codes in the TUI are rendered in normal-sized text and can be difficult to find quickly. When the OTP field is selected, yellow text on the blue selection background has inadequate contrast. Other selected fields also use foreground colors that do not maintain readable contrast against the selection bar.
Required behavior
Acceptance criteria
Implemented and pushed in commit
cec1cc3.Implementation:
Deterministic tests cover automatic focus-independent generation, large and compact layouts, the 40x8 fallback, countdown progress, zero, boundary replacement, bar reset, color selection overrides, monochrome reverse-video selection, QR resize, and relock cleanup.
Required gates passed:
All 83 TUI tests and the complete workspace suite pass.