feature/issue-34-undo-redo
master
Implements undo/redo functionality using Command Pattern. Includes AddShapeCommand, RemoveShapeCommand, MoveShapeCommand, ResizeShapeCommand, ChangeColorCommand. Supports Ctrl+Z and Ctrl+Y shortcuts.
No dependencies set.
The note is not visible to the blocked user.
Implements undo/redo functionality using Command Pattern. Includes AddShapeCommand, RemoveShapeCommand, MoveShapeCommand, ResizeShapeCommand, ChangeColorCommand. Supports Ctrl+Z and Ctrl+Y shortcuts.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.