aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
AgeCommit message (Expand)Author
2024-09-10moved TagsView up into DocumentView so that one row of tags will be visible. ...bobzel
2024-08-15cleaned up server list add/rem.bobzel
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-22adding type fixes to avoid 'any'sbobzel
2024-07-11fixed transforms for treeView. cleanedup/commented some code.geireann
2024-05-10fixed exception when text templates have no inherited data, and when text vie...bobzel
2024-05-10added an always option for OpenWhere lightbox. cleaned up/fixed making colle...bobzel
2024-05-06eslint cleanupbobzel
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
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-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
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-04-05updates for new css-loaderbobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-19cleaned up user templates to not get changed on reload. made setting a templ...bobzel
2024-03-14fixed dragging system documents in files sidebargeireann
2024-03-09fixed up default text that uses a template to process an initial carriage ret...bobzel
2024-03-08cleaned up MakeTemplate api and currentUserUtils templates for clicks etc.bobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when al...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-22fixed schema rows to render, fix for resizing docs from left side. all lockin...bobzel
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
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
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-05mostly working version with latest librariesbobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01made collections fitwidth in tree view previews. centered keys in keyvalue.bobzel
2023-12-01cleaning up documentview props. got rid of special cases for keyValueBox. ...bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
2023-11-30final rootDoc refactoringbobzel
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-29fixed menu functions that referenced 'self' instead of 'this'bobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel