aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox
AgeCommit message (Collapse)Author
2023-12-15fix for ctrl-zoom of mapbobzel
2023-12-15fixed map resizing.bobzel
2023-12-15map box mergingbobzel
2023-12-15Merge remote-tracking branch 'origin/zaul-new-branch' into moreUpgradingbobzel
2023-12-15more fixes for mapbox and datavizbobzel
2023-12-15Merge remote-tracking branch 'origin/zaul-new-branch' into moreUpgradingbobzel
2023-12-15from lastbobzel
2023-12-15added scaling to mapbox nodes.bobzel
2023-12-14finished animation, general debuggingzaultavangar
2023-12-14adding animation functionalityzaultavangar
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-11new updates to map featurezaultavangar
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-11updates to map featurezaultavangar
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-06converted equationEditor from a npm module to a local file. commented out ↵bobzel
old google-maps code.
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-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-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-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to ↵bobzel
be simpler and more correct.
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-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-11-07Changed how selection works to avoid invalidations. Fixed Cast problem with ↵bobzel
ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code.
2023-10-12performance fixes to reduce re-rendering : moved link brushing out of Doc's ↵bobzel
highlighting and into Annotation.tsx, stopped freeformview from rerendering whenever its invalidated by not always setting layoutElements to a new list.
2023-09-29fixed deleting map pins to remove their associated child filter.bobzel
2023-09-29fixed autoHeight text scrolling in its own tab and elsewhere. update ↵bobzel
ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon.
2023-09-18revised how to do filtering by links.bobzel
2023-09-18maybe maps are finally working now?bobzel
2023-09-16last chance at fixing maps startup.bobzel
2023-09-16another try at maps.bobzel
2023-09-13another fix for adding config anchors to docs when creating a note annobobzel
2023-09-11usercolor cleanupbobzel
2023-09-07fixed removing map pins to not reappear. updated config anchors to not be ↵bobzel
added to annotations list. fixed imageBox to not pass its configs on to its parent collection when focusing.
2023-08-31fixed compile errors and switched to use_azure = false for server.bobzel
2023-08-27fixed exceptions when delete entities from a Map when it's in the process of ↵bobzel
unmounting
2023-08-27fixed filters to filter by linkedTo instead of lat/lng. made links to ↵bobzel
pushpins when anything is added to sidebar and pushpin is selected
2023-08-26from lastbobzel
2023-08-26fixed map anchors to be configs, not maps! fixed doc decorations to not ↵bobzel
allow clicking on them when showNothing is set. increased font size of map search.
2023-08-26many fixes to map search bar, dragging pushpin, highlighting pushpins on ↵bobzel
link following
2023-08-26added pin highligting when following a linkbobzel
2023-08-26fixed map crashing when deslecting a pinbobzel
2023-08-26Final1Eric
2023-08-24note icon for mapanchormenu changedEric