aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
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-17from lastBob 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 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 image drag and dropMelissa Zhang
2020-04-16added ComparisonBox documentMelissa Zhang
2020-04-15mergeAndy Rickert
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-15fixed changing cursor location in title text in tree views nested in ↵Bob Zeleznik
freeform collecftions
2020-04-15fixed onCheckedClick to use scriptingBoxBob 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-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-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-14added map undo batches. fixed marker flicker on drag. split up code.Bob Zeleznik
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-13fixed some map api issues. fixed image box rotations.Bob Zeleznik
2020-04-13cleaned up rootSelected() to work with templates. adjusted nudge to favor ↵Bob Zeleznik
moving documents over panning collection
2020-04-12added nudging of documentsBob Zeleznik
2020-04-12mergedBob Zeleznik
2020-04-12added arrowkey nudging of freeform view. fixed background overflow.Bob Zeleznik
2020-04-11document from json improvements and documentationSam Wilkins
2020-04-11fixed double click on freeformviews. changed signature for ↵Bob Zeleznik
DocumentHierarchyFromJson() to have an 'all' parameter
2020-04-11added tap-to-zoomBob Zeleznik
2020-04-10rearranged button/script field keys to -rawscript, -Bob Zeleznik
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-09fix presbox to work with linked documents. more cleanup to use ↵Bob Zeleznik
dataDoc/layoutDoc/rootDoc. changed ## to >> for inline comment to open up #### heading markdown
2020-04-09fixed linkAnchorDoc so that it can be selected and deleted.Bob Zeleznik
2020-04-09fixed links to have a timecode again. updated a bunch of this.Document calls ↵Bob Zeleznik
to this.layoutDoc, this.dataDoc, etc
2020-04-09starting cleanupBob Zeleznik
2020-04-09from lastBob Zeleznik
2020-04-09added initial script template (onClick) for script behaviorsBob Zeleznik
2020-04-09from lastBob Zeleznik
2020-04-09cleaned up some scriptingBox code -- added parametersBob Zeleznik
2020-04-08menu no longer buried under search resuslts, filter booleans now passed onto ↵Andy Rickert
new search docs, and minor ui tweaks
2020-04-08added scripting boxBob Zeleznik
2020-04-08fixed link previews to work with regions on PDFs, images etc,Bob Zeleznik
2020-04-08fixed annotation overlays broken from previous changes for images/pdfs/etcBob Zeleznik
2020-04-08fixed isButton => isLinkButton updatesBob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-07got rid of some run-time errors/warnings related to CORS-ifying imagebox ↵Bob Zeleznik
requests, and avoiding memoizing messages for computedFn's outside reactions.