aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
2023-12-21fixes post-merge for dataViz-annotationsbobzel
2023-12-21added standard 3d gl view for maps. added close button for infoUI.bobzel
2023-12-19upgraded info ui statealinayejin
2023-12-19added formatted gif to info uialinayejin
2023-12-18removed decleartion.d.ts which wasn't being used but caused warnings to ↵bobzel
appear for UnodBatch, etc.
2023-12-18moved assets into public directory for now. fixed infoState to use gifbobzel
2023-12-18moved assets to deploy/assetsalinayejin
2023-12-18no fix importing gifsalinayejin
2023-12-18add state message gifalinayejin
2023-12-18pin and presentation mode statesalinayejin
2023-12-18upates to info ui statesbobzel
2023-12-17no fix for pin state entryalinayejin
2023-12-17infoUI new state entries and info statesalinayejin
2023-12-16restored infoUI that had been commented out.bobzel
2023-12-16merged with zaul's branchbobzel
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 props => _props refernecesbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
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-07merged infoUIbobzel
2023-12-07streamlined version of infoui fsabobzel
2023-12-06from last cleanupbobzel
2023-12-06went back to supporting multiple arcs expliciltybobzel
2023-12-06final simplification of info ui fsa structurebobzel
2023-12-06final cleanup of infoStates for now.bobzel
2023-12-06from lastbobzel
2023-12-06cleanupbobzel
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-06more error/warning fixesbobzel
2023-12-06pins, trails, presentation mode eventsalinayejin
2023-12-05start/end link eventalinayejin
2023-12-05updatd package-lockbobzel
2023-12-05merged with masterbobzel
2023-12-05new collection freeform info uialinayejin
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
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-30final rootDoc refactoringbobzel
2023-11-30fixed not fitting width for carousel views.geireann
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-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.