aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema
AgeCommit message (Expand)Author
2024-03-09fixed up default text that uses a template to process an initial carriage ret...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-19Merge branch 'master' into data-visualization-sarahsrichman333
2024-02-10minimal fix to get react date picker to work.bobzel
2024-02-10more updates to npm packages.bobzel
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some cs...bobzel
2024-01-29mergesrichman333
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges are...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-12live schema toggle works on refreshsrichman333
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.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-11fixed includes of scss globals into typescript files.bobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
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-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-15schema code cleanupbobzel
2023-11-14fixed pointer events with nested views in texst boxes. fixedbobzel
2023-11-14simplified goldenlayout tab buttons and made open in lightbox more accessible...bobzel
2023-11-07Changed how selection works to avoid invalidations. Fixed Cast problem with P...bobzel
2023-10-04several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed s...bobzel
2023-09-29fixed autoHeight text scrolling in its own tab and elsewhere. update ChildDr...bobzel
2023-09-28fixed images in schema to have a width. removed maximise functionality from...bobzel
2023-09-13fixed input new node for schemabobzel
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ty...bobzel
2023-09-08made schema close/preview buttons real buttons.bobzel
2023-09-08don't remove current recording from overlay, added closeOnSelect option for ...bobzel
2023-09-07hide schema chrome when chromeHidden is set. ignore showTitle in schemaViewbobzel
2023-08-28adjusted placement of new Node in schema to not hide behind undo/redobobzel
2023-07-31fixed dictation into text boxes to stop when component unmounts. fixed some...bobzel
2023-07-18fixed typing spaces into text inside schemasbobzel
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-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-22merged physics with masterbobzel
2023-05-18fixed comparison box resizing. fixed editing table cells.geireann