aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
AgeCommit message (Expand)Author
2024-03-06enabled copy and paste to work with template docs (and not copy template). F...bobzel
2024-02-26fixed tooltips to not grab events - this made moving down a menu a problem si...bobzel
2024-02-07changed so link docs are added to common ancestor of anchors so that they can...bobzel
2024-02-07made various render methods in DocumentView computed getters for efficiency a...bobzel
2024-02-07switch to xAnchor to clean up link lines. added transition to getBounds() s...bobzel
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed li...bobzel
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some cs...bobzel
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges are...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-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-29fixes for following links to parts of templates. turned offbobzel
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-25cleanup of rootSelected to default to false. remove unused mobile classes.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-07Changed how selection works to avoid invalidations. Fixed Cast problem with P...bobzel
2023-09-05change getAnchor to honor addAsAnnotation so that pinning docs doesn't add to...bobzel
2023-08-29more cleanupbobzel
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and fix...bobzel
2023-07-27removed delete from treeview context menu. fixed close in treeView to not rea...bobzel
2023-07-11more fixes to simplify sharingbobzel
2023-07-10fixed sharing to a user to allow upgrading credentials.geireann
2023-07-07fixed self-ownership of copied Docs created by someone else. prevent dash fro...bobzel
2023-07-07a bunch of fixes to simplify collaboration and make it work better.bobzel
2023-07-05changed acl inheritance for docking views.bobzel
2023-07-04Merge branch 'master' into collaboration-sarahsrichman333
2023-07-02made multicolumn/row views fit contents to panel and center. changed collect...bobzel
2023-06-30fixed inherit parent acls to update shared docs listsrichman333
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging f...bobzel
2023-06-23acls in proto so that layout acls start clearedsrichman333
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for drag/drop...bobzel
2023-06-21layout acls initially unset + bug fix with public acl when creating tabs and ...srichman333
2023-06-16cleaner w/ effectiveAclssrichman333
2023-06-15fixes post-mergebobzel
2023-06-14Merge branch 'master' into collaboration-sarahsrichman333
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-14major overhaul of field naming conventions.bobzel
2023-05-10Merge branch 'master' into collaboration-sarahbobzel