aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
AgeCommit message (Collapse)Author
2021-09-15fixed dragging document in filesystem to not create duplicates in some casesbobzel
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵bobzel
to separate transparent from non-transparent docs into layers.
2021-08-24suppressed filter icon for annotations that are filtered based on ↵bobzel
transparency. fixed drawing ink on webbox's.
2021-08-24from lastbobzel
2021-08-09fixed bug where shared list field items weren't being received as Documents ↵bobzel
so they didn't update -- eg add a private item to a list, then try to make it public
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-08-04from lastbobzel
2021-08-04restructured filters again so that filter icons show whether a document has ↵bobzel
a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
2021-08-03fixed using viewSpecs when following links to set filters/viewType properly.bobzel
2021-08-01made url server references relative.bobzel
2021-07-27fixe MakeClone to handle links properly. fixed cloning richtext to update ↵bobzel
rich text references to documents properly. fixed dragging to call MakeClone properly.
2021-07-26cleaned up pile view a bit so that it doesn't scale up huge when there's one ↵bobzel
document. made the pile be round and drop-shadowed. made the pile go away immediately if there are no documents. made it work with undo.
2021-07-14fixed dropping onto filesystem view to drop document into specific ↵bobzel
location/folder instead of hanging.
2021-05-18added downloading of youtube videos if https://youtube-dl.org/ is installed ↵bobzel
on the server's path
2021-04-10Merge branch 'master' into demo_changesbobzel
2021-04-08fixed pushpins to be created only when removed from a collection. fixed ↵bobzel
webbox links which weren't showing up in link menu.
2021-04-06reverted back to not setting 'system' for non-system documents.bobzel
2021-04-06Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into ↵bobzel
filters
2021-04-06another fix for texts filters and for not recomputing when a docfilter ↵bobzel
change doesn't actually affect the colletion children list.
2021-04-06finished adding docrangefiltersusodhi
2021-04-06dashboard filters end when dashboard not selected + current collection ↵usodhi
option doesn't display if not collection + changed filterDocs parameter
2021-04-05savingusodhi
2021-04-04stopped system docs from being filteredusodhi
2021-04-04mergingusodhi
2021-03-30more cleanupbobzel
2021-03-30mergingusodhi
2021-03-25filters is going to kill me the files I should look at on return to this ↵usodhi
branch are documents.ts, propertiesview, colsubview, colview, filterbox
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-16mergingusodhi
2021-03-15final cleanups to get scrolling to work smoothly for webbox's - sadly, does ↵bobzel
not work as well in Firefox, and even worse in Safari.
2021-03-13minor changesusodhi
2021-03-13fixed marquee annotations on pdfs from crashing - still need to fix offset ↵bobzel
problem.
2021-03-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-11adding and/or to filtering, added editableview, changed a bunch of thingsusodhi
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-06updated a bunch of _backgroundColors to backgroundColorsbobzel
2021-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-25prevent annotation notes on PDFS from showing up in file system view.bobzel
2021-02-25added 'proto' drag option for dropping proto of document. auto add of non ↵bobzel
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field.
2021-02-21fixed compile warnings.bobzel
2021-02-21fixed warningbobzel
2021-02-18added preliminary cookie mechanism for making documents appear after ↵bobzel
focusing on a document which sets a cookie. converted catalog to new "file system" tree view.
2021-02-12fixed subtle bug with lightbox inadvertently clearing out childDoc list of a ↵bobzel
collection. added shift-double-cllick to open collection in lightbox.
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵bobzel
following links from text box huyperlinks when there are multiple different huypertext links on the document.
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.