aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
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-06typesSophie Zhang
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.
2023-11-25fix for zooming collections that have native dimsbobzel
2023-11-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to ↵bobzel
be simpler and more correct.
2023-11-20cleaned up rotation references to use screentolocaltransformbobzel
2023-11-20fixes for selecting/moving docs that are rotated.bobzel
2023-11-19restored shallow observable to prevent pivot views from crashing.bobzel
2023-11-18fixed ctrl-drag for expressions, maps, fform doc selections. fixed using ↵bobzel
shift to add Doc to a selection and also when bounding box already covers the doc to add. fixed dragging maximize button to start goldenlayout drag properly. fixed typing character to group,etc a multiselection when a text doc has input focus. fixed using clusters. add Shift-U to ungroup alternate group style. multi-select blurs() all active inputs. shift-selecting a multi-selected Doc, deselects it.
2023-11-16fixed autoresetview to trigger when document is closed. fixed keyvalueboxes ↵bobzel
of groups to be interactive. made portals a square aspect ratio.
2023-11-16removed touch code that wasn't being used or maintainedbobzel
2023-11-16from lastbobzel