aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Expand)Author
2024-09-17from lastbobzel
2024-09-17merged with master + cleanup of carousel codebobzel
2024-09-17fixed carouselfView to fade. cleaned up code a bitbobzel
2024-09-16fixed doc decorations from crashing when dockingView is selected. cleaned up ...bobzel
2024-09-12changed closing of face rectangles to hide them. added Shift+click of tags b...bobzel
2024-09-12added tags for multi-selections.bobzel
2024-09-11Merge branch 'master' into alyssa-starterbobzel
2024-09-11fixed comparisonBox to honor fitWidth of Docs. fixed dropping on empty muliti...bobzel
2024-09-11fixed multirowview resizer widthbobzel
2024-09-11fixed stacking view to used computedFn's to avoid invalidations and resotred ...bobzel
2024-09-10moved TagsView up into DocumentView so that one row of tags will be visible. ...bobzel
2024-09-06added margins for carousel view. allow fordoc decorations to be turned off f...bobzel
2024-09-06Merge branch 'master' into alyssa-starterbobzel
2024-09-04more fixes for calendarBox to preserve selection when view changes.bobzel
2024-09-04start of conversion of Calendar into a CollectionViewbobzel
2024-09-04made calendarBox workbobzel
2024-09-03start of cleaning comparisonBox code.bobzel
2024-09-03from lastbobzel
2024-09-02fixed containerViewPath for carouse and comparison boxesbobzel
2024-09-02from last - thinking that classifyImages wasn't updated on alyssa-starterbobzel
2024-09-02from lastbobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-09-01consolidated image resampling. fixed importing zipped workspace.bobzel
2024-09-01updated to latest Jimp. fixed lag dropping images from filesystem by using w...bobzel
2024-08-27enabled any image Doc to be added to a face Docbobzel
2024-08-27move chat tag labels to tags_chat and updated tagsViewbobzel
2024-08-27uniying image labels => tags. made face tags distinguishable from other tag...bobzel
2024-08-27allow non-faces to be added to face collectionsbobzel
2024-08-26made face doc labels editablebobzel
2024-08-26cleanup of faces and tagsbobzel
2024-08-26added recognizeFaces for face imagesbobzel
2024-08-26from lastbobzel
2024-08-26converted unique faces to be a Doc type similar to a collection.bobzel
2024-08-26cleanup of setting myXXstuff on dashboardsbobzel
2024-08-26moved KeywordsBox to TagsView. changed imagellable to use tagsbobzel
2024-08-22from lastbobzel
2024-08-22changes to face recognition to store list of face docs , not descriptors on i...geireann
2024-08-22fixing up removing faces from unique facesbobzel
2024-08-22more cleanup for face collectionsbobzel
2024-08-21from lastbobzel
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-20fixing lint errorsbobzel
2024-08-20from lastbobzel
2024-08-20fixed error handling of images too big to load. cleaned up facecollectionbox...bobzel
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-19extensive fixes to DiagramBoxbobzel
2024-08-15fixed horiz alignment of items in multicolumnviewbobzel
2024-08-15from lastbobzel
2024-08-15fixed dropping on multi col/row collections with marginsbobzel
2024-08-15feat: added face recogntion boxIEatChili