aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
AgeCommit message (Collapse)Author
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
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-10-12split getEffectiveAcl code for determining if a field can be modified out ↵bobzel
into getPropAcl.
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-06fixed list additions to be truly incremental to allow undo to workbobzel
2020-10-06fixed adding documents to check acl of added document(s) correctlybobzel
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-09-23fixed exception when changing acls in shared collection. fixed adding ↵bobzel
document to shared colleciton to not give permsissions to sharer automatically
2020-09-21changed acls so that only an admin owner distributes them when a doc is ↵bobzel
added. changed default acls to be Add by default when not in private mode. restored filtering from search bar for developer mode.
2020-09-19changed Add-Only so that if you have Admin rights to a document you can ↵bobzel
remove it from a read-only or add-only collection
2020-09-17simplified novice colleciotn menu. fixed Carousel 3Dbobzel
2020-09-15rearranged menu items, made a bunch developer mode. fixed setting color via ↵bobzel
ColorBox of colelctions.
2020-09-15simplifying menus for annotations. added target toggle option to PDFmenubobzel
2020-09-14fixes to sidebar menus to simplify them for novices. fixed clearAll menu itemsbobzel
2020-09-11added captions/titles to lightbox. fixed typo bug.bobzel
2020-09-11added lightbox button to topbar. fixed treeview editableTitle crashbobzel
2020-09-10made basic progressivized slides using TreeViewbobzel
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08remove unused codebobzel
2020-09-08resurrecting templates with childLayoutbobzel
2020-09-07fixed childLayoutString templates whch broke somewhere along the way.bobzel
2020-09-02fixes to sidebar filter. still need some more work.bobzel
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-29fixed maximize docdecoration to toggle target w/o making an alias. use ↵bobzel
ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-27switched back to recentlyClosed from inactive. fixed adding tag to multiple ↵bobzel
document seleciton.
2020-08-25changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff.bobzel
2020-08-25major rewrite of schema table and schem cells. lists/docs work now. dates ↵bobzel
display better. resizing is better and faster (but not fast).
2020-08-24removed treeViewOpen from sidebar panels since they don't need them now that ↵bobzel
the top level is hidden.
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.
2020-08-24fixed presentation trails being added to myPresentations. fixed properties ↵bobzel
pane to set title "in place".
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-24Merge branch 'master' into presentation_updatesgeireann
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-21fixed stacking view to use autoHeight to avoid having scroll bars. changed ↵bobzel
some names (inactive instead of recentlyClosed). switched to untitled Tabs from Untitled Collection
2020-08-21switched from "scenes" to "dashboards"bobzel
2020-08-21trying scenes instead of workspacesbobzel
2020-08-19Merge branch 'master' into presentation_updatesgeireann
2020-08-17fixed schema view scripts to allow for layout or data doc assignment. fixed ↵bobzel
rich text field ToScriptField
2020-08-17added sort to solr search options. removed delete field assignment when ↵bobzel
removing Documents. Allowed ToScriptScript and ToString to go through regardless of ACLs
2020-08-17bug fixes + new ways of adding pres with viewGeireann Lindfield Roberts
2020-08-15disabled staffViewbobzel
2020-08-14fixed dragging aliases to remove _stayInColleciton flag. fixed warnings.bobzel
2020-08-14added system flags to default documentsbobzel