Add Help, Settings, and About screens #37
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?
Goal
Implement the small set of standard informational and preference screens expected from a desktop app.
Scope
?overlay.config.tomlvalues that make sense in the desktop app, especially vault path, default key, and authentication inactivity timeout; persist only throughcrates/storage.Acceptance criteria
Implemented in commit
2eef49cand pushed to origin/main.Delivered:
Review: every acceptance criterion was traced against the final diff; the presentation layer does not read or mutate the repository or duplicate validation rules, and no screen exposes secrets.
Verification:
All passed.