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
BIN
frontend/assets/icons/dark-icon.png
Normal file
BIN
frontend/assets/icons/dark-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue