aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-06Merge branch 'info-ui' of https://github.com/brown-dash/Dash-Web into info-uibobzel
2023-12-06created basic state machine for info ui.bobzel
2023-12-06initial demoalinayejin
2023-12-06final cleanupbobzel
2023-12-06more error/warning fixesbobzel
2023-12-06converted equationEditor from a npm module to a local file. commented out ↵bobzel
old google-maps code.
2023-12-06pins, trails, presentation mode eventsalinayejin
2023-12-06got rid of some unused packages. switche to react-type-animation from ↵bobzel
react-typist for gpt.
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package ↵bobzel
updates. cleanup of express-validator.
2023-12-05start/end link eventalinayejin
2023-12-05mostly working version with latest librariesbobzel
2023-12-05immediate updatessrichman333
2023-12-05updatd package-lockbobzel
2023-12-05Merge branch 'master' into info-uibobzel
2023-12-05got rid of sharp and puppeteerbobzel
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-04updated npm and equation-editor-reactbobzel
2023-12-03restored hig flyout for now..bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-02changed uploading messages.bobzel
2023-12-02fixed jimp upload to not hang when error occurs. fied imagebox to show ↵bobzel
original image if resized images fail.
2023-12-02jimp cleanupbobzel
2023-12-02from lastbobzel
2023-12-02replaced sharp with jimpbobzel
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-27schema to datavizsrichman333
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.