Implement #34: Undo/Redo with Command Pattern #41

Open
thib8956 wants to merge 1 commits from feature/issue-34-undo-redo into master
Owner

Implements undo/redo functionality using Command Pattern. Includes AddShapeCommand, RemoveShapeCommand, MoveShapeCommand, ResizeShapeCommand, ChangeColorCommand. Supports Ctrl+Z and Ctrl+Y shortcuts.

Implements undo/redo functionality using Command Pattern. Includes AddShapeCommand, RemoveShapeCommand, MoveShapeCommand, ResizeShapeCommand, ChangeColorCommand. Supports Ctrl+Z and Ctrl+Y shortcuts.
thib8956 added 1 commit 2026-03-27 23:58:07 +00:00
Implement #34: Undo/Redo Stack with Command Pattern
Some checks failed
CI / build-and-test (pull_request) Failing after 11s
fdcd2b1873
Some checks failed
CI / build-and-test (pull_request) Failing after 11s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/issue-34-undo-redo:feature/issue-34-undo-redo
git checkout feature/issue-34-undo-redo
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thib8956/new-shapes#41