aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox
AgeCommit message (Collapse)Author
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
2023-08-24All working except createnote undo, and center on selected pin getAnchorEric
2023-08-23fixed placement of pushpins when sidebar is opened.bobzel
2023-08-23StuckEric
2023-08-22Everything working, except for offset of placing pins and mapanchormenu when ↵Eric
sidebar is open
2023-08-21MapAnchorMenu created; tons of compiler errors idk whyEric
2023-08-21Pre-anchor menu workEric
2023-08-21commentsbobzel
2023-08-21start of adding sidebar annosbobzel
2023-08-21layout of search barEric
2023-08-21fixed input placement in map searchbobzel
2023-08-21added Enter event for editableTextbobzel
2023-08-21fixed alignemnt of map searchbobzel
2023-08-21form lastbobzel
2023-08-21map fixes for drag and dropbobzel
2023-08-21new pushEric
2023-08-21mapEric
2023-08-21Working on Geireann's component stuff. Now gonna try drag drop pinsEric
2023-08-21fixed map pushpins by only rendering them after the map is readybobzel
2023-08-21fixed calling setComponentView for mapsbobzel
2023-08-21from lastbobzel