aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
AgeCommit message (Expand)Author
2025-04-23lots of typechecking fixes.bobzel
2025-04-10changed naming of makeDelegates to not add a number at the end. switched data...bobzel
2025-04-10performance fixes for text boxes to not call screenToLocal unnecessarily. si...bobzel
2025-03-26fix so that views use don't use the rootDocument, but rather the current rend...bobzel
2025-03-23fixed more typing errors. fixed updateBullets to not generate error when pa...bobzel
2025-03-23more _props.Document to .Document refactoring. type updates to prosemirrort...bobzel
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2024-08-12more any -> type fixesbobzel
2024-08-09a bunch more typing fixes.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-11fixed transforms for treeView. cleanedup/commented some code.geireann
2024-05-10fixed clicking on template text when template is not selected to get focus ri...bobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-24completing eslint passbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-12 fixed auto play for trails. fixed presbox to allow drag and drop in additio...bobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-04cleaned up a number of things related to autoHeight and stacking/masonry/note...bobzel
2024-02-26fixed some string types to be enumerations for dropAction. fixed bug in gold...bobzel
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed li...bobzel
2024-01-24added dragConfig() to allow components to set custom docDragData fields. got ...bobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...geireann
2023-11-29 exposed menu option to pin Trails and other tree view docs and added open bu...bobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-25cleanup of rootSelected to default to false. remove unused mobile classes.bobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-11-01fixed so that ink properties can be set before drawing a stroke. fixed turnin...bobzel
2023-09-20added carousel3D to novice and fixed it's button positions and its focus so t...bobzel
2023-08-17minor fixes.bobzel
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted pres<Pr...bobzel
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and fix...bobzel
2023-07-17Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-05changed acl inheritance for docking views.bobzel
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging f...bobzel
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for drag/drop...bobzel