Commit c7d39ec
fix(view): show ⟨Enter to modify⟩ hint on empty password fields
A password widget field with no stored value showed nothing (zero
bullets), giving no affordance hint. Follow the same pattern used for
SambaSid / NextNumber auto-fills: return the dim-italic hint string
from empty_auto_fill_hint() when secret_len == 0.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1d3c236 commit c7d39ec
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
325 | 333 | | |
326 | 334 | | |
327 | 335 | | |
| |||
0 commit comments