From 4556afb3bb61ef626fd636abafdb0664c687ba3c Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 12 Oct 2025 19:34:00 +1100 Subject: [PATCH] changed token word --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 88405ff..d88a745 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,7 @@ ### major fix - go to everywhere I call GetEntries(), and redo the logic totally... * client side: * for real chance to stop confusion, instead of removing deleted images from DOM, we should gray them out and put a big Del (red circle with line?) though it as overlay. - * Create another table is entry_ammendments - note the deletions, rotations, flips of specific eids - then reproduce that on the client side visually as needed + * Create another table of entry_ammendments - note the deletions, rotations, flips of specific eids - then reproduce that on the client side visually as needed - at least grayed-out, to indicate a pending action is not complete. - When job that flips, rotates, deletes completes then lets update the query details (e.g. remove eids, or remove the ammendments) - this actually is quite an improvement, if someone is deleting 2 as per above, I will see that as a pending change in my unrelated query, ditto flips, etc.