aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox/MapBox.tsx
AgeCommit message (Collapse)Author
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-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-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-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
2023-08-21merged with masterbobzel
2023-08-21Merge branch 'master' into UI_Update_Eric_Mabobzel
2023-08-21BuggyEric
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-08-15FreezeEric
2023-08-13Merge branch 'master' into UI_Update_Eric_MaEric
2023-08-131Eric
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-08-02Pre masterEric
2023-08-01omg im so tired but yay remove pin worksEric
2023-08-01Pin onclick remove fully integrate, working but not tested a lotEric