aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
AgeCommit message (Expand)Author
2024-08-15cleaned up server list add/rem.bobzel
2024-05-14post merge fixes for sarah-ai-visualizatoinbobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-03fixed not having docs being dragged show up in schema view unless it is active.bobzel
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-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-28cleaned up explore mode to use focus(). fixed focusing on group doc elements...geireann
2024-04-28simplified explore mode implementationbobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-23more lint cleanupbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-18commentsbobzel
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