improved viewer is not really a BUG, fullscreen just behaves differently to what I expected, moving this into TODO
This commit is contained in:
3
BUGs
3
BUGs
@@ -1,7 +1,4 @@
|
|||||||
### Next: 74
|
### 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-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-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???
|
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???
|
||||||
|
|||||||
4
TODO
4
TODO
@@ -13,6 +13,10 @@
|
|||||||
|
|
||||||
* remember last import dir, so you can just go straight back to it
|
* 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
|
* put a delete option on viewer page
|
||||||
|
|
||||||
* metadata at folder level with file level to add more richness
|
* metadata at folder level with file level to add more richness
|
||||||
|
|||||||
Reference in New Issue
Block a user