From 1caff5c9aef3f7492895d4266438be2cc099e6d0 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 5 Feb 2021 17:36:09 +1100 Subject: [PATCH] adding TODO for ui selection --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 029d2f6..8c24555 100644 --- a/TODO +++ b/TODO @@ -44,6 +44,10 @@ so go back to empty DB, etc. maybe we could even drag a series of images to a new folder and then eventually "execute" the change? + #### this disables right-click, and tells you if shift is clicked, can do ctrl the same way + #### need to switch this to work for left-click, not right, and show highlight / remember which so we can do shift & control + $('.thumb').contextmenu( function(e) { console.log("Shift?:" + e.shiftKey ); return false; }); + Will also need a 'real storage path' one day allow scanning this too if we want (so we can AI that and search all photos)