Undo for all

This commit is contained in:
Joey Yakimowich-Payne 2026-01-28 09:03:35 -07:00
commit f2d0494af2
3 changed files with 8 additions and 4 deletions

View file

@ -1238,8 +1238,8 @@ private:
### Milestone 6: Undo/Redo & Polish
**Estimated Time:** 1-2 weeks
- [ ] Integrate QUndoStack for all graph operations
- [ ] Implement command classes for link, volume, node operations
- [x] Integrate QUndoStack for all graph operations
- [x] Implement command classes for link, volume, node operations
- [ ] Add keyboard shortcuts (Delete, Ctrl+D, Ctrl+Z, etc.)
- [ ] Implement context menus for nodes/canvas
- [ ] Add copy/paste/duplicate functionality