Working on undo redo capabilities

This commit is contained in:
2025-07-24 23:41:27 +02:00
parent 1ceddfac7c
commit aa8aa8f58c
14 changed files with 203 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
UNDO_REDO_INSTANCE_ID = "__UndoRedo__"
ROUTE_ROOT = "/undo"
class Routes:
Undo = "/undo"
Redo = "/redo"