aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-04-15search menu is now partially a nested documentAndy Rickert
2020-04-15removed lock icon from top-level documents. made schema functions compile ↵Bob Zeleznik
without typechecking. metadata #'s starting with a # are now numbers.
2020-04-15Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-04-15fixed fieldKey errors:Sam Wilkins
2020-04-15fixed changing cursor location in title text in tree views nested in ↵Bob Zeleznik
freeform collecftions
2020-04-15fixed bug just added with initial location of mapBob Zeleznik
2020-04-15added lockedPosition for maps, and improved title for setting locationsBob Zeleznik
2020-04-15improved title support for map entries using @ to reset address. added ↵Bob Zeleznik
lockedPosition support for maps... kinda.
2020-04-15syntaxSam Wilkins
2020-04-15fieldKey fixesSam Wilkins
2020-04-15final cleanupSam Wilkins
2020-04-15extended getLocation to work with the map itself in addition to makers so ↵Bob Zeleznik
that document titles can be used to indicate locations.
2020-04-15Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-15fixed onCheckedClick to use scriptingBoxBob Zeleznik
2020-04-15using interesting mobx paradigm to manage value interceptionSam Wilkins
2020-04-15resovledSam Wilkins
2020-04-15added robust error checking for lat, lng and address values, reverts to ↵Sam Wilkins
previous on invalid entry or zero results
2020-04-15cleaned up some more of the pivot view event handling apiBob Zeleznik
2020-04-15moved filter to right side of collection. got rid of back button in pivot ↵Bob Zeleznik
view - click background.
2020-04-14adding linear doc wrapper to docs in seaarch menuAndy Rickert
2020-04-15changed collection chrome filter to just open filter sidebar. fixed ↵Bob Zeleznik
scrollbar to make sure that all datapoints are included. simplified filter documents to have only a datadocument.
2020-04-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
script_documents
2020-04-14add on finish button and change button drag outanika-ahluwalia
2020-04-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-04-14factored out and handled edge case, also basic error checking on requestSam Wilkins
2020-04-14fixed editing button click scriptsBob Zeleznik
2020-04-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
script_documents
2020-04-14added onSaveanika-ahluwalia
2020-04-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-14fixed goldenlayout borders. made filter flyout semistransparent. fixed map ↵Bob Zeleznik
to stay inbounds when filter is expanded.
2020-04-14map view cleanupSam Wilkins
2020-04-14fixed maps to support drag/drop, and fixed to work with docs that just have ↵Bob Zeleznik
an address.
2020-04-14added map undo batches. fixed marker flicker on drag. split up code.Bob Zeleznik
2020-04-14update maps to use local variables not on DocBob Zeleznik
2020-04-14added bidirectional geocoding for map viewSam Wilkins
2020-04-14resolvedSam Wilkins
2020-04-14chrome dropdown changes and custom loading container for mapviewSam Wilkins
2020-04-13switched labelBox to use onClick- prefix instead of fieldKey. switched to ↵Bob Zeleznik
paramsDoc instead of dataDoc to better work with templates
2020-04-13updated childDetailedView stuff for pivot viewBob Zeleznik
2020-04-13fromlastBob Zeleznik
2020-04-13cleaned up some field key stuff for mapviewBob Zeleznik
2020-04-13more mapview adjustmentsBob Zeleznik
2020-04-13fixed map view pointer events.Bob Zeleznik
2020-04-13fixed some map api issues. fixed image box rotations.Bob Zeleznik
2020-04-13added something to make search icons activeBob Zeleznik
2020-04-13Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-13cleaned up rootSelected() to work with templates. adjusted nudge to favor ↵Bob Zeleznik
moving documents over panning collection
2020-04-13final env cleanupSam Wilkins
2020-04-13completed migration to webpack-transferred environment variables, rather ↵Sam Wilkins
than a server route
2020-04-12clean upSam Wilkins