aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
AgeCommit message (Collapse)Author
2020-04-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
script_documents
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-19added optional labels for font icons.Bob 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-18Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
script_documents
2020-04-18fix button UI on scripting, changed button onClickanika-ahluwalia
2020-04-18cleaned up webbox - fit width by default. native dimensions by default. ↵Bob Zeleznik
toggle buttons for annotate/interact.
2020-04-17fixed ink background colorBob Zeleznik
2020-04-16fixed image drag and dropMelissa Zhang
2020-04-15mergeAndy Rickert
2020-04-15fixed onCheckedClick to use scriptingBoxBob Zeleznik
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-14add on finish button and change button drag outanika-ahluwalia
2020-04-13more mapview adjustmentsBob Zeleznik
2020-04-13fixed some map api issues. fixed image box rotations.Bob Zeleznik
2020-04-12rough pass at collection map viewSam Wilkins
2020-04-11final cleanupSam Wilkins
2020-04-11from json commenting cleanupSam Wilkins
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-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-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-09added initial script template (onClick) for script behaviorsBob 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-08reversionsBob Zeleznik
2020-04-08fixesBob Zeleznik
2020-04-08Merge branch 'master' into script_documentsBob Zeleznik
2020-04-08added scripting boxBob 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-07fixed some search ui stuff.Bob Zeleznik
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.
2020-04-05more cleanup to link following. got rid of unneeded link doc fields ↵Bob Zeleznik
_context & _timecode
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-03cleaning up .. removing Docs.Create.SearchDocumentBob Zeleznik
2020-04-03fixed queryView template a bit.Bob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-03changed dontSelect to dontDecorateSelectionBob Zeleznik
2020-04-03fixed some issues with template buttons creating documents. simplified ↵Bob Zeleznik
query boxe code. added a searchView.
2020-04-02mergeAndy Rickert
2020-04-01 fixed backend filter and passing search query to new docAndy Rickert
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-31more settings ui + huge bugfixes with document dragging and selectionAndy Rickert
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'