Implement profile deletion with undo functionality
- Add delete_profile() to profiles.rs - moves profile to undo stack - Add undo_history field and undo_delete() method to App struct - Add cli_delete_profile() and cli_undo_delete() CLI commands - Add delete-profile <npub> and undo-delete to USAGE - Update CHECKPOINT-encryption.md checkpoint Verification: cargo test (91 passed), clippy clean, fmt clean, release build successful
This commit is contained in:
parent
9a8f334029
commit
db81f8dfda
27 changed files with 163 additions and 5 deletions
7
NostrAppNamePossibilities
Normal file
7
NostrAppNamePossibilities
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Nostr account manager name possibilities
|
||||
|
||||
|
||||
Clavarius
|
||||
Custo
|
||||
Clévia
|
||||
Keynector
|
||||
Loading…
Add table
Add a link
Reference in a new issue