Implement structured editing and dirty-document protection #30
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 a structured desktop editor with safe save, undo, and dirty-document behavior.
Scope
crates/storage; retain the dirty buffer and show the error if saving fails.Acceptance criteria
Command-S/Ctrl-Ssaves only a dirty valid document and reports errors without data loss.Implemented and pushed in commit
49451bc(Implement structured desktop editing).Review completed against every acceptance criterion. Verification passed: