aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
AgeCommit message (Collapse)Author
2021-03-10conflictsusodhi
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
2021-03-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-03more fixes for setting up user docsbobzel
2021-02-25mergingusodhi
2021-02-24fixed layerProviders for treeViews to return true. fixed sidebar ↵bobzel
annotations for text to add/remove from correct field.
2021-02-22mergingusodhi
2021-02-22cleaned up indent/outdent in treeview to work with aliases.bobzel
2021-02-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
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-18mergingusodhi
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel
2021-02-11mergingusodhi
2021-02-04fixed scrolling animations in view bounds for webbox and pdfBox's ↵bobzel
particualrly for lightbox views. added a docViewPath prop for docuentViews.
2021-01-07shift to rightanika
2020-12-31merge and fixanika
2020-12-21hardcoded lock/hide buttonsMelissa Zhang
2020-12-20added settings manager to esc key handlerusodhi
2020-12-17mergedusodhi
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-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-11got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵bobzel
made text headers not overlap the tet itself.
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵bobzel
hideTitle. fixed background shadow on isButton documents.
2020-12-10mergingusodhi
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-12-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-12-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
2020-11-25filter + bug?usodhi
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-11-11turned off selection highlighting in TreeView because it is way too ↵bobzel
inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-27trying a different solr schema that better supports regexp's by not doing ↵bobzel
stemming. fixed issues with schema and tree views where children need to be registered for tryUpdateHeight to work but not when they're in a sidebar that specifies dontRegisterView. Changed stacking/freeform/tree/masonry to NOT be dontRegisterChildView -- this should be set by the context (ie, sidebar)
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-21fixed text box llnk preview to go away when docs are closed. fixed tree ↵bobzel
view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
2020-09-20fixed undo for bullet points to not take multiple steps and to work ↵bobzel
properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents..
2020-09-20fixed slide not setting focus on first bullet point after hitting enter.bobzel
2020-09-18cleaned up warnings and split collection tree view into Tree View abobzel
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-16cleaned up TabDocView a bitbobzel
2020-09-15outline mode for tree views now always hidesHeader fields in favor of ↵bobzel
displaying the document. This allows slide items to appear normally as titles in other tree views (eg dashboard)
2020-09-15made focusing on a tree view item focus on the tree view.bobzel