added viewnext and viewprev routes and plumbed these in to the file viewer code. Viewer code now works has a prev/next button, and handles videos

This commit is contained in:
2021-07-15 20:23:02 +10:00
parent d03f5c99b0
commit f30ca16552
4 changed files with 174 additions and 14 deletions

6
TODO
View File

@@ -1,8 +1,9 @@
## GENERAL
* allow rotate of image (permanently on FS, so its right everywhere)
* file browser:
- maybe back feature/button?
* improve photo browser -> view file, rather than just allowing browser to show image
* allow rotate of image (permanently on FS, so its right everywhere)
* face locations:
START FORM SCRATCH so all images have face_locn data
@@ -16,6 +17,7 @@
* refimg
- remove AI menu from top-level -> make a sub-of Person, and just have Match or AI
* remove dirs after the duplicate cleanup removes all its content
* fix up logging in general
* comment your code
* more OO goodness :)