aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
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-12fixed overlay view and scriptingRepl and all observable Doc arrays to be ↵bobzel
shallowly observed.
2023-12-12fixed props => _props refernecesbobzel
2023-12-11new updates to map featurezaultavangar
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-11updates to map featurezaultavangar
2023-12-11commented out unused google photos uploader and directory import boxbobzel
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 ↵bobzel
@computed functions.
2023-12-07fixed table boxes and label boxes.bobzel
2023-12-07merged infoUIbobzel
2023-12-07font color fixSophie Zhang
2023-12-06typesSophie Zhang
2023-12-06converted equationEditor from a npm module to a local file. commented out ↵bobzel
old google-maps code.
2023-12-05mostly working version with latest librariesbobzel
2023-12-05immediate updatessrichman333
2023-12-05merged with masterbobzel
2023-12-05new collection freeform info uialinayejin
2023-12-04dataviz as schema live updatessrichman333
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-04small dataviz ui tweakssrichman333
2023-12-04default keys bug fix + image to dragsrichman333
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-02fixed jimp upload to not hang when error occurs. fied imagebox to show ↵bobzel
original image if resized images fail.
2023-12-01made collections fitwidth in tree view previews. centered keys in keyvalue.bobzel
2023-12-01cleaning up documentview props. got rid of special cases for keyValueBox. ↵bobzel
made fitToContents work cleanly for native scaled docs.
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵bobzel
always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument.
2023-11-30from lastbobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-30from lastgeireann
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵geireann
'self' even though it's deprecated.
2023-11-30fixed not fitting width for carousel views.geireann
2023-11-30drag onto canvassrichman333
2023-11-29schema to dataviz through popupsrichman333
2023-11-29 exposed menu option to pin Trails and other tree view docs and added open ↵bobzel
button. Allowed trails to be pinned to or embedded within other trails.
2023-11-29fixed menu functions that referenced 'self' instead of 'this'bobzel
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-29fixed breaking change to presentation trail elements.bobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-11-27clicking on tables bug fixsrichman333
2023-11-27fixed dataView to not lose focus when typing 'enter' by fixing ↵bobzel
freeformdocumentview panelwidth() to
2023-11-25changed Slide template to write to 'hero' not 'data' to avoid conflict with ↵bobzel
'data' being used already for the template parts. fixed freeform view to read _width/_height to get template values when present for panning beyond edge. Made CollectionSubView read datafield from dataDoc which is where template writes go. fixed docview dragging to use its own view unless multi-dragging. turnded off user-select in overlay view which made repl viewer title selectable. fixed crash on rebuilding db cause by myOverlay and myPublished not yet existing.
2023-11-25cleanup of rootSelected to default to false. remove unused mobile classes.bobzel
2023-11-24mergesrichman333
2023-11-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to ↵bobzel
be simpler and more correct.