aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2023-12-14cleaning up collectionTime, still a bug when switching into it. replacing ↵bobzel
hig flyout.
2023-12-14from last and updated version#bobzel
2023-12-14restored golden layout dragging.bobzel
2023-12-14fixed lightbox view and multirow/colbobzel
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-06final cleanupbobzel
2023-12-06more error/warning fixesbobzel
2023-12-06pins, trails, presentation mode eventsalinayejin
2023-12-05start/end link eventalinayejin
2023-12-05mostly working version with latest librariesbobzel
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-03restored hig flyout for now..bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
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-30final rootDoc refactoringbobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
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-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-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