aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
AgeCommit message (Collapse)Author
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-04reset old widthGeireann Lindfield Roberts
because default width for doc is 400 so max does not work
2020-10-22added more caching for linkManager queries.bobzel
2020-10-22added alert for uknown filetype uploadsbobzel
2020-10-22fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵bobzel
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow
2020-10-18resets scrollTop when navigating to a new webpage in WebBox. set url on ↵bobzel
proto's data field when creating a webPage, not delegate.
2020-10-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵bobzel
of just using UpdatingFromServer
2020-10-12switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵bobzel
determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target
2020-10-11prevented documents that are unshared (ie private to soeone else) from ↵bobzel
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works).
2020-10-02fixed email (de)normalization. fixed sharing to hide objects whose ↵bobzel
permissions have been revoked
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-28from lastbobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-24changed dragging pdf link note to not create a note when dropped on ↵bobzel
annotatable item (image, video, pdf)
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-16a bunch of changes to dragging/selection of ui buttons to turn off context ↵bobzel
menus, remove close buttons on doc decoartions, fix the title region fo tabs,
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-09several pdf fixes - clipping link anchors to bounds of container. pdf box ↵bobzel
titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
2020-09-09cleanupbobzel
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08fixes to make nativesize work for all collections and templates.bobzel
2020-09-08incremental improvements to template layouts of images-- still struggling ↵bobzel
with nativeWidth/width/etc
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-08resurrecting templates with childLayoutbobzel
2020-09-06fixed errorsbobzel
2020-09-02changed docFilters to test for recursive matches.bobzel
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-09-01fixed saving of search filters for a viewbobzel
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking ↵bobzel
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900
2020-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-08-22more search cleanup. searches over dashboards, not collections now. fixed ↵bobzel
drag-off filters to still work with collections.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-20more searchBox fixes.bobzel
2020-08-14fixed dragging aliases to remove _stayInColleciton flag. fixed warnings.bobzel
2020-08-12fixed warnings and fixed rendering of fields in search view.bobzel
2020-08-12Merge branch 'master' into schema_searchbobzel
2020-08-12filtering in solr and paginationAndy Rickert
2020-08-11added undo for external dropped textbobzel
2020-08-11Merge branch 'master' into schema_searchbobzel
2020-08-11fixed dragging in html text and droppingbobzel
2020-08-10bugfixingAndy Rickert
2020-08-10reverting back to earlier algorithmAndy Rickert
2020-08-09added '*' prefix for matching related families of fields in SchemaView & Search.bobzel
2020-08-08move HypothesisUtils.ts to Utils folderMelissa Zhang
2020-08-08clean up code, fix delete link bugsMelissa Zhang
2020-08-07Merge branch 'schema_search'Andy Rickert
2020-08-07merge with masterMelissa Zhang
2020-08-06change WebDocument proportions/width for consistency across drag & drop and ↵Melissa Zhang
new document toolbar
2020-08-06restoring viewspec algorithm and fixing kvp menuAndy Rickert