From 0e4dc131e20f9221e80aaade5ca964b4d88275cd Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 13 Oct 2021 16:56:59 +1100 Subject: [PATCH] improved viewer is not really a BUG, fullscreen just behaves differently to what I expected, moving this into TODO --- BUGs | 3 --- TODO | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BUGs b/BUGs index aef0830..b03d5ef 100644 --- a/BUGs +++ b/BUGs @@ -1,7 +1,4 @@ ### Next: 74 BUG-56: when making a viewing list of AI:mich, (any search?) and going past the page_size, it gets the wrong data from the DB for the 'next' entry BUG-60: entries per page (in folders view) ignores pagesize, and this also contributes to BUG-56 I think -BUG-61: in Fullscreen mode and next/prev dropped out of FS when calling /viewlist route - -- only way to fix this, is for when we POST to viewlist, it returns json, and we never leave /view/X - -- then we can stay on-page, and stay in FS and then just call ViewImageOrVide() BUG-69: when moving a directory (maybe files???) it creates new destination directory even if one exists... not sure what the os.replace, etc. does at that point??? diff --git a/TODO b/TODO index 3962362..16d6bcc 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,10 @@ * remember last import dir, so you can just go straight back to it + * in Fullscreen mode and next/prev dropped out of FS when calling /viewlist route + -- only way to fix this, is for when we POST to viewlist, it returns json, and we never leave /view/X + -- then we can stay on-page, and stay in FS and then just call ViewImageOrVide() + * put a delete option on viewer page * metadata at folder level with file level to add more richness