This website requires JavaScript.
Explore
Help
Sign In
ddp
/
photoassistant
Watch
1
Star
0
Fork
0
You've already forked photoassistant
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
photoassistant
/
templates
History
Damien De Paoli
57e736a495
temporarily add some data capturing to dom for debugging, and remove superfluous condition in if
2025-09-20 14:47:52 +10:00
..
about.html
use new logo for about page, and center the alert text
2025-05-13 18:59:09 +10:00
ai_stats.html
name of AI match is now in field 1 not field 0
2023-09-27 14:28:29 +10:00
base.html
added a clear messages (forced) to allow M to clear out annoying messages if needed
2025-08-19 20:18:59 +10:00
dups.html
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
2023-01-12 16:47:43 +11:00
faces.html
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
2023-01-12 16:47:43 +11:00
file_list.html
quick fix for view being a POST, its now redirected to a GET, but I want to fix up the viewlist properly as well, should work for now though
2022-01-20 11:26:09 +11:00
files.html
temporarily add some data capturing to dom for debugging, and remove superfluous condition in if
2025-09-20 14:47:52 +10:00
joblog.html
general clean up of lazy dt/dd tag use, also added estimate remainging in the dd for run time, rather than elsewhere
2022-07-17 15:57:22 +10:00
jobs.html
broad (small) changes to make style of all routes and jobs to be consistent, e.g. use underscords between words
2023-01-15 23:17:59 +11:00
login.html
use new logo
2025-05-13 18:42:21 +10:00
person.html
use new face_top, etc. rather than tmp_locn, partial fix for BUG-108
2022-12-23 13:20:45 +11:00
persons.html
quick add of row/container-fluid for margins - prob. should remove table too one day
2022-07-10 15:19:59 +10:00
refimg.html
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
2023-01-12 16:47:43 +11:00
refimgs.html
okay this now works with bootstrap 5, I dont love the sz buttons / mixed black and white hover text needs love - probably own class with own styles, but I dont want to hard-code info color, need to work out how to do style / css using the right bs variable for info color
2021-07-20 19:03:14 +10:00
settings.html
added auto-rotate to settings, not used in job mgr yet
2022-07-13 00:26:24 +10:00
states.html
broad (small) changes to make style of all routes and jobs to be consistent, e.g. use underscords between words
2023-01-15 23:17:59 +11:00
viewer.html
store away person.id per matched face to support match_add_refimg in context menu
2025-08-19 20:22:49 +10:00