|
|
b40ecbf208
|
put svgs in icons.svg and reference appropriately, still not happy with pa_logo, but otherwise all working
|
2021-07-25 13:19:01 +10:00 |
|
|
|
3757c942e6
|
more bootstrap 5 fixes
|
2021-07-22 19:54:18 +10:00 |
|
|
|
915063a7a7
|
semi fixed move dbox, the input group is still not right, but it will suffice, more use of svg and ditching font awesome
|
2021-07-22 00:50:45 +10:00 |
|
|
|
678e18b89d
|
disable next button when we have no more int he list -- doesnt deal with when we exactly land on the last image, and it seems we have 1 too many in the first set of images (have 10 on select, but see 11 on page - after next button though its 10 on the page
|
2021-07-20 19:08:32 +10:00 |
|
|
|
b9f05d64f8
|
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 |
|
|
|
e1a3ad388c
|
added small spaces before first row of images to stop squishing into navbar, added flipping / made that work, and now show thumbnail after rotation/flip is finished - all works, and removed debugs
|
2021-07-16 22:28:44 +10:00 |
|
|
|
3ac6f143f4
|
first pass of rotation sub-menu on images. It only posts on Image. For each selection it turns thumbnail gray, overlays a centered color spinning wheel, posts to the f/e to create a rotation job, gets the job id back, keeps checking the f/e to see when the job id is done, and when it is (for now) undoes the spinning wheel/grayscale - will return new thumb once done and pa_job_mgr has no code to handle job as yet
|
2021-07-16 21:08:16 +10:00 |
|
|
|
d42ac8c8b5
|
string / int strictness issue causing default size to not highlight button - fixed
|
2021-07-16 17:52:31 +10:00 |
|
|
|
6e6f59fdd5
|
more cases of not using px explicitly not working, fixed for icon overlays on search/file view
|
2021-07-16 17:16:19 +10:00 |
|
|
|
f30ca16552
|
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
|
2021-07-15 20:23:02 +10:00 |
|
|
|
3c56cac1ef
|
fix up selections to work with ctrl/shift and right-click -- its a bit clunky but works, redid numbering to make that work and condensed down to 1 common code block for context menu for figures and dirs now
|
2021-07-06 17:40:53 +10:00 |
|
|
|
4cb10c4a6b
|
started hooking up right-click menu for Dir and Files all the way through to calling the new ScanFileForPerson() - which is still incomplete but does use the new Faces DB linkages and functions
|
2021-06-28 18:52:05 +10:00 |
|
c-d-p
|
26ba27cc0d
|
updated files.py and files.html to add a context menu submenu to look for faces in an image. Doesnt work yet, but the context menu works
|
2021-06-27 14:27:46 +10:00 |
|
|
|
a412164ef7
|
moved styles to force folder naming correctly from base to files.html so that file_list.html didnt end up with crud. Also allowed move DBox to handle multiple storage paths and passes chosen (or only) storage path through to web front-end then to back-end job
|
2021-06-24 17:33:09 +10:00 |
|
|
|
6c3cdf79eb
|
force the figcaption to break long words (even without spaces)
|
2021-06-22 21:06:24 +10:00 |
|
|
|
4dd5cd2f29
|
fixed BUG-36: view details showing all entries -- its a bit crap as its only import dir, but its functional again
|
2021-06-22 18:31:57 +10:00 |
|
|
|
decbcaec9a
|
file_{ip|sp|rbp} now use functions to view flat or folder, and consistently offer Oldest/Newest (per files) and A to Z, Z to A (dir and files)... folder view only does A to Z / Oldest as alpha sort for dirs (dirs dont currently contain date metadata, so unless I add it, it wont work and I dont really think its useful anyway)... BUT, its added to the TODO for another day
|
2021-06-22 18:01:15 +10:00 |
|
|
|
26cd851325
|
view by folder now has same width for back "button" (hacked width in fa-stack css from font-awesome to force width:2em from 2.5em) - also made figcation wrap to keep horizontal folder spacing - seems much neater
|
2021-06-21 18:26:18 +10:00 |
|
|
|
2762f58f98
|
added quickhack of buttons on bottom of page to make navigation easier
|
2021-06-19 23:28:43 +10:00 |
|
|
|
f275da33e0
|
if you go into a new dir (up or down), offset is put back to 0
|
2021-06-18 01:05:06 +10:00 |
|
|
|
beb1ae6eb8
|
making this look usable on ipad and okay on larger desktop browser
|
2021-06-18 00:40:13 +10:00 |
|
|
|
f8a9f056ed
|
fix bug where back button goes missing if you go into an empty folder
|
2021-06-17 19:54:09 +10:00 |
|
|
|
b09d19570f
|
improved DBox images/html, improved look of MoveDBox, started plumbing for pa_job_manager to do actual moves, all the data is there, just havent performed the FS or DB move. cleaned up duplicated DEBUGS that are straight before AddLogForJob... tweaked TODO appropriately
|
2021-06-14 18:30:52 +10:00 |
|
|
|
7c3c8977d6
|
refined right-click seln. If you have one or more highlights, dont mess with them. If you have none, then select the one you are over. Also finished TODO for view details menu option
|
2021-06-13 22:14:35 +10:00 |
|
|
|
ae5fb0f747
|
fixed 3 BUGS: BUG-31: can post move/del/restore DBoxes without highlighted files/content; BUG-33: can call move/del/restore on mixed content - prob. stop it? (e.g right-click from search with highlighted files in both Bin and non Bin locations); BUG-34: shift-clicking (left or right) from a non-highlighted state does not add the shift-clicked item. ALSO removed ability to right-click change sel...
|
2021-06-13 21:35:08 +10:00 |
|
|
|
93d0eec00e
|
FIXED: BUG-29: when delete/restore from search view the popup shows a path icon - in wrong spot, move it or lose it AND put trash icon back in alert for location when in Bin, restore icon in that context was wrong
|
2021-06-12 17:25:47 +10:00 |
|
|
|
f776a6a3c1
|
fixed up commit where I removed the data on the POST, so del/restore stopped working
|
2021-06-12 17:06:24 +10:00 |
|
|
|
471ed3c972
|
FIXED: BUG-30: when restoring, the OK button is red not green in dbox, added new BUG-32: sometimes still getting extra directories in Bin, that just have a trailing slash (or 2 or 3, etc.)
|
2021-06-12 16:36:40 +10:00 |
|
|
|
c3398ef77a
|
for now made del/restore force a reload of main page, it still does not show you created the del/restore job, but it is better than nothing. Also fixed dumb bug I introduced when handling trash/restore icons and moved an if rather than copied it between the alert for dir in and buttons for del/restore
|
2021-06-11 19:03:37 +10:00 |
|
|
|
0b6acd1899
|
changed to consistently use restore instead of awful undelete
|
2021-06-10 17:55:44 +10:00 |
|
|
|
804c7cbf56
|
made trash icon be red/Delete or green/Restore for GUI, plumbed this through modified DelDBox() and hooked it all so that you can either click the button, or right-click context menu and you will get the right del/restore dbox and that routes through via ajax to the right URL and actually deletes/restores. Also tweaked right-click to start context menu so that it is also a way to alter highlighting -- this honours ctrl and shift too
|
2021-06-10 17:45:08 +10:00 |
|
|
|
7bbea21981
|
switched over to smarter context menu, hooked up delete button to ajax call, but not context menu yet - nor undelete. Made contextmenu detect path of object and del/undel appropriately, which also fixes a few quirks/bugs with no data in DB and trying to find the path of the first/non-existant entry
|
2021-06-09 21:34:16 +10:00 |
|
|
|
824aae3f94
|
clicking on the bg removes selection/highlights
|
2021-06-09 18:06:57 +10:00 |
|
|
|
8e4b5fe09b
|
minor formatting fix to make dbox work better
|
2021-06-09 17:57:58 +10:00 |
|
|
|
060cf8acd2
|
put beginnings of undelete in context menu -> does nothing as yet, nor does delete for that matter. tweaked the alert displaying folder we are in to better show path icon and location, added a disabled back button in folder view so actual folders dont jumped around when you go into the first folder and a back button used to appear. Peak into first entry to see if we are viewing a Bin path and if so, then we could use undel.... In hindsight this is a hack that needs to be thought through per file (when I search it will break), but its a start for now and shows the right context menu when viewing a specific path.
|
2021-06-08 21:16:49 +10:00 |
|
|
|
46fc90ddeb
|
if via folders or grouping is none we create the row of images. if we are searching, added mini icon in bottom-left to show where the image is from (import/storage/bin)
|
2021-06-06 17:23:23 +10:00 |
|
|
|
7e2494884e
|
can now toggle between folder or flat view, its a bit ugly, but it works
|
2021-06-06 14:09:11 +10:00 |
|
|
|
5e03650ed5
|
first cut of paths actually working with folder viewing - for now defaulting on for both Storage only
|
2021-05-01 18:16:45 +10:00 |
|
|
|
3237e3bf8f
|
fixed up dup code to work with paths, added path_types throughout and updated TODO to be clear on what next
|
2021-04-17 17:43:42 +10:00 |
|
|
|
ca7391e21b
|
fixed hard-coded static/storage, now use in_path.path_prefix
|
2021-04-12 00:06:26 +10:00 |
|
|
|
095b7c8333
|
Path in the DB is complete, still have hacks around displaying folders (hardcoded path name)
|
2021-04-11 15:35:01 +10:00 |
|
|
|
fddd47a1ab
|
now using uselist=False to ensure file_details, dir_details, in_dir are one-to-one, and dont have useless list of 1 element. updated TODO to reflect order of how to tackle change over to paths and dirs
|
2021-04-10 11:28:17 +10:00 |
|
|
|
1ece519a2a
|
added first pass of viewing by folders, see TODO for next steps
|
2021-04-06 17:05:24 +10:00 |
|
|
|
7fd6a2eddb
|
fixed BUGs 22 and 23 - both relate to the HTML forms being different for the search and viewing data, so changing one when the other was set, did not pass the values through, e.g. search term not there when you change a viewing option, or after searching, it did not know the grouping options. Fixed from the search side by showing a label of what you are searching for and storing it statically in the viewing form. Sorted by jscript onSubmit func to take 5 viewing options and store the last value in hidden inputs in the search form
|
2021-02-21 15:40:47 +11:00 |
|
|
|
b168b0c77b
|
add year as path preprend for storage suggestion
|
2021-02-09 19:36:56 +11:00 |
|
|
|
893d48c8d5
|
using sm-txt to shrink action buttons at top of page, created basic move/del dbox to be more or less partially functional, without doing anything real
|
2021-02-07 20:44:55 +11:00 |
|
|
|
6415b9d50d
|
remove unneeded and complex jquery function
|
2021-02-06 17:02:46 +11:00 |
|
|
|
6b0a6f194e
|
added in selection code, also temp disable of right-click menu for thumbs
|
2021-02-06 16:58:19 +11:00 |
|
|
|
1e219fd2b8
|
now keep size over reloads of page, its hacky though
|
2021-02-02 01:15:28 +11:00 |
|
|
|
d4e3a1d93e
|
use vars, not form to set initial form values, use new CreateSelect() to neaten up form creation, redo formatting to have 3 cols, left / centre / right justified, also disable prev button when offset is 0, to stop the button just reloading the same page over again
|
2021-02-02 00:24:47 +11:00 |
|