adding TODO for ui selection
This commit is contained in:
4
TODO
4
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
|
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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user