aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
AgeCommit message (Expand)Author
2024-05-10fixed clicking on template text when template is not selected to get focus ri...bobzel
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-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-03-30trying to cleanup import cyclesbobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when al...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-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating e...bobzel
2023-12-17tweaked some things with CalendarViewbobzel
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-30final rootDoc refactoringbobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...geireann
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-25changed Slide template to write to 'hero' not 'data' to avoid conflict with '...bobzel
2023-11-18fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...bobzel
2023-11-16removed touch code that wasn't being used or maintainedbobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-11-07Changed how selection works to avoid invalidations. Fixed Cast problem with P...bobzel
2023-11-02performance fixes - don't invalidate as much by using reactions in place of c...bobzel
2023-10-21change to doc decorations to be more "lightweight". made linkBox render links...bobzel
2023-10-12performance fixes to reduce re-rendering : moved link brushing out of Doc's h...bobzel
2023-09-29fixed autoHeight text scrolling in its own tab and elsewhere. update ChildDr...bobzel
2023-09-20added carousel3D to novice and fixed it's button positions and its focus so t...bobzel
2023-09-04fixed video import after youtube changes to urlsbobzel
2023-08-22fixJames Hu
2023-07-05fixed anno dropping on collectionsbobzel
2023-07-02made multicolumn/row views fit contents to panel and center. changed collect...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
2023-06-13fixed updating cached docs when opening a backlinks collection. added some F...bobzel
2023-06-06more Symbol updating.bobzel
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for filte...bobzel
2023-05-14fixed webpage link following by adding a presData for the current URL to all ...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-27removing unused code - viewspecscript and x,y in slowloaddocumntsbobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and z...bobzel
2023-04-05adjusted general context menu items to always appear last. cleaned up makeLi...bobzel
2023-03-24fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed ...bobzel