npalumbo/keepassui

Support for adding/editing secret entries

Closed this issue · 0 comments

Currently, the app only allows to view the secrets within an existing Keepass DB.

The scope of this issue should allow:

  • Allow to add/edit entries in an existing keepass DB file, saving to the original file location.
  • Should support both groups and plain entries.

Tasks:

  • Implement in memory operations (#24) .
  • Add a delete button on the UI (#25).
  • Add a new button to add group and entries on the UI (#27).
  • Add a modify button to edit group and entries on the UI (#28).
  • Add a save button to store the changes (#26).