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
0751cc6010b1c488a72e1df69f016091c7722ea8
photoassistant
/
templates
History
Damien De Paoli
55724ccd59
removed use of last_entry_in_db (boolean) and replaced with use of current/first_eid/last_eid in PA_USER_STATE so it persists across reloads/back buttons, and allows full use of ajax data retrieval in the background for the viewer (so fullscreen stays across page loads), and the next/prev buttons are set on the image load, not after they have been pressed "one too many times"
2022-01-27 14:27:52 +11:00
..
aistats.html
made search a POST to /search be a redirect to a GET /search/<search_term> so that it works with back/forward buttons in the browser
2022-01-19 22:40:47 +11:00
base.html
changing options on files_*, search, also next/prev all now use POST->redirect model, so should allow back/forward browser buttons to work - commit so we can test in PROD
2022-01-22 21:36:58 +11:00
dups.html
minor clean up of screen content
2021-09-04 19:50:27 +10:00
faces.html
changing options on files_*, search, also next/prev all now use POST->redirect model, so should allow back/forward browser buttons to work - commit so we can test in PROD
2022-01-22 21:36:58 +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
defaults in PAuser include noo/folders for import/storage separated, defaults are stored into PAUser in DB, changable in GUI, used as the defaults for new PA_User_States. Also disabled search noo, search folders as they are hard-coded in the ORM retreive anyway
2022-01-22 23:26:14 +11:00
joblog.html
remove debug
2022-01-16 14:49:56 +11:00
jobs.html
implemented job archiving (via a Setting, and just viewing recent or all)
2022-01-13 23:11:21 +11:00
login.html
wrong password now has close button looking consistent AND actually closes alert
2021-10-08 22:31:31 +11:00
person.html
first pass of allowing to scan for all files in import and storage paths <- works, and showing all unknown faces to handle them somehow - very rudimentary
2022-01-10 01:20:20 +11:00
persons.html
made search a POST to /search be a redirect to a GET /search/<search_term> so that it works with back/forward buttons in the browser
2022-01-19 22:40:47 +11:00
refimg.html
remove -lg- / bootstrap 5
2021-07-22 20:43:11 +10: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
use tooltips for settings, to explain path usage in particular
2021-09-06 19:16:24 +10:00
states.html
defaults in PAuser include noo/folders for import/storage separated, defaults are stored into PAUser in DB, changable in GUI, used as the defaults for new PA_User_States. Also disabled search noo, search folders as they are hard-coded in the ORM retreive anyway
2022-01-22 23:26:14 +11:00
viewer.html
removed use of last_entry_in_db (boolean) and replaced with use of current/first_eid/last_eid in PA_USER_STATE so it persists across reloads/back buttons, and allows full use of ajax data retrieval in the background for the viewer (so fullscreen stays across page loads), and the next/prev buttons are set on the image load, not after they have been pressed "one too many times"
2022-01-27 14:27:52 +11:00