fix: always show password-history toggle on entry detail — discoverability (v2.10.6) Queue item #2. Password history was fully implemented and its capture is unit-proven (VaultRepositoryTest: newest-first capture, ignores metadata-only updates, carries prior age, skips identical resave, re-records on restore). The real gap was visibility: the entry detail screen hid the history toggle behind if (history.isNotEmpty()), so an entry with no captured change showed nothing — unlike the browser, which always shows a history affordance. - EntryDetailScreen: always render PasswordHistoryToggle; expanding an empty history shows the existing empty-state explainer. Matches edit screen + browser. UI-only; compile-verified. On-device visual QA pending.
$ koh steal kepr.uk/peach-android@bb109f184adb
·
parent: f8ced124e1fa
discussion
log in to leave a comment.