aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-04-20fixed runtime errors for AntimodeMenu and from current_user_utils not ↵Bob Zeleznik
initializing properly
2020-04-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-19final structural cleanp up of UserDocument for a while, hopefullyBob Zeleznik
2020-04-19resolved mergeSam Wilkins
2020-04-19cleanupSam Wilkins
2020-04-19fixed removing docs from tree view with menu. restructured ↵Bob Zeleznik
current_user_utils completely
2020-04-19generate snap linesStanley Yip
2020-04-19fixed locked position to stop propagation. fixed rootSelected to only ↵Bob Zeleznik
propage if rootDoc is not == this
2020-04-19added optional labels for font icons.Bob Zeleznik
2020-04-19changed tree view to show context menu icon to avoid right-clickingBob Zeleznik
2020-04-18changed structure of template docs in sidebar. got rid of special context ↵Bob Zeleznik
menu in tree view in favor of pushing everything to document context menus which ca now be extended by the local document or through props.
2020-04-18simplified startup icons to ones we actually use. moved ink icon to bottom ↵Bob Zeleznik
bar. made webboxes default to enter title
2020-04-18fixed pointer events for templated PDFs. changed clicking on a document ↵Bob Zeleznik
with a rootDocument to pass the event on up
2020-04-18cleaned up webbox - fit width by default. native dimensions by default. ↵Bob Zeleznik
toggle buttons for annotate/interact.
2020-04-18several pointerevent fixes broken by last change. added scroll to target ↵Bob Zeleznik
for webBox links.
2020-04-17added freeze button for web boxes. cleaned up pointerevent setting ↵Bob Zeleznik
throughout code.
2020-04-17fixed ink background colorBob Zeleznik
2020-04-17from lastBob Zeleznik
2020-04-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-17added more annotation ability to web pages. need a mode switch to follow ↵Bob Zeleznik
links/select text now.
2020-04-17fixed home / doc access serving logicSam Wilkins
2020-04-17fixed native size of images with template on reloadingBob Zeleznik
2020-04-17fixed auto focus to work on clicked ptBob Zeleznik
2020-04-17offset images to appear in middle of panel verticallyBob Zeleznik
2020-04-16fixed detail view for pivot views for templatesBob Zeleznik
2020-04-16making debug server workbobzel
2020-04-16getting rid of mongoose server connection warningBob Zeleznik
2020-04-15cleanupSam Wilkins
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-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-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