aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
AgeCommit message (Expand)Author
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
2023-05-04properties view + sharing manager are consistent, and all text updates properlysrichman333
2023-05-03fixed pinning template text documents with content to save and restore the ac...bobzel
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile view...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel
2023-03-20cleaned up pointer events so that nested documents can be selected directly w...bobzel
2023-02-01fixed ungrouping documents on video/image/etc. fixed undoing deleting collec...bobzel
2023-01-20removed tour map from lightbox. added option to create anchors without addin...bobzel
2022-12-01refactored process of following links / jumping to docs and added following o...bobzel
2022-09-24Fixed: treeView now doesn't get pointer events if it's not active. fixed lay...bobzel
2022-09-19if same youtube video is uploaded, reuse the existing file without downloadin...bobzel
2022-08-22added animation of background color, and streamlined/extended a variety of pr...bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by goi...bobzel