aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox
AgeCommit message (Expand)Author
2024-03-09fixed up default text that uses a template to process an initial carriage ret...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so t...bobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-28fixed youtube uploads, cleaned up a bunch of imports and added some typings f...bobzel
2023-12-21added standard 3d gl view for maps. added close button for infoUI.bobzel
2023-12-17fixing some bugs with MapBox and MapAnchorMenuzaultavangar
2023-12-17starting calendar collection viewzaultavangar
2023-12-16added pinch zooming for maps, fixed sizing of search bar when zoomed in, turn...bobzel
2023-12-16when maps are made small and zoomed in on, this fixes them so that they don't...bobzel
2023-12-16merged with zaul's branchbobzel
2023-12-16finally got map resizing working ?bobzel
2023-12-16some cleanup to mapbox, but no fix for ctrl-zoomed maps yet.bobzel
2023-12-16Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web into...bobzel
2023-12-16starting calendar featurezaultavangar
2023-12-15fix for ctrl-zoom of mapbobzel
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 super.componen...bobzel
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 @co...bobzel
2023-12-06converted equationEditor from a npm module to a local file. commented out ol...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
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
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 'sel...geireann
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to b...bobzel
2023-11-18fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...bobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-11-07Changed how selection works to avoid invalidations. Fixed Cast problem with P...bobzel
2023-10-12performance fixes to reduce re-rendering : moved link brushing out of Doc's h...bobzel