adding TODO for ui selection

This commit is contained in:
2021-02-05 17:36:09 +11:00
parent 1e219fd2b8
commit 1caff5c9ae

4
TODO
View File

@@ -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 maybe we could even drag a series of images to a new folder and
then eventually "execute" the change? 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' 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) one day allow scanning this too if we want (so we can AI that and search all photos)