2 Commits

Author SHA1 Message Date
b8e7ce75f7 Make passwords optional for entries
- validateEntry no longer requires encryptedPassword; only title is required
  (schema.js). encryptedPassword documented as optional.
- EntryForm: decrypt-guards empty password on edit; stores empty string (no
  encryption) when the password field is blank; label is 'Password' (no *).
- EntryDetail: only renders the Password field when the entry has one;
  decrypt guards empty.
- Tests: schema validation updated (password optional); 143 total pass.
2026-08-27 01:07:18 +00:00
fb8df00e91 Add tests and trim down inconsistencies in the code. 2026-05-17 22:08:36 +00:00