From baab4569d244c57d973c706f91c3a60894cd0804 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 6 Jun 2021 17:25:30 +1000 Subject: [PATCH] finished showing path location on search TODO, also dont want to do the route consolidation suggestion after more thought --- TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO b/TODO index a51beb5..1993d8c 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,4 @@ ## GENERAL - * need a way for search results to show we found something in import_path or storage_path: - - now we can use the in_path, then have a series of icons, e.g. disk for storage, ? for import, and bin for recycling - -- only show these on the thumbs *IF* we search (where it may not be obvious where it came from) - => - => - => * handle thumbs: - need to ignore *thumb* -- but consider how we do this and don't screw up 'dir/job counts' and potentially other stuff like .pa_bin if its in storage/import folder? @@ -13,7 +7,6 @@ * more OO goodness :) ## MAYBE? - * can we consolidate the files_ip/files_sp/files_rbp route handling functions??? * Bin images need their own context-menu (undelete? instead of delete) ## DB