aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-31can't pass along ...props to DocumentContentsView -- that passes along props ↵Bob Zeleznik
that change and cause unnecessary re-renders
2020-03-31cleaned up some code very slightlyBob Zeleznik
2020-03-30fixed captions and got rid of inappropriate references to Doc.expandTemplateBob Zeleznik
2020-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-30argh!! typo in regex rich text ruleBob Zeleznik
2020-03-30from lastBob Zeleznik
2020-03-30more nested template fixesBob Zeleznik
2020-03-30tested nested templates and remote doc field embedding in text viewBob Zeleznik
2020-03-29working version of nested templates both inside and outside of text boxes.Bob Zeleznik
2020-03-29fixed makeTemplate to allow for nested templatesBob Zeleznik
2020-03-29added 'self' scripting parameter to always point to the source unexpanded ↵Bob Zeleznik
document of a template expansion chain
2020-03-29cleand up richtextschema to work when layout changes due to template being ↵Bob Zeleznik
loaded
2020-03-29fixed collection chrome pointerEvents. fixed dontSelect to allow ↵Bob Zeleznik
right-clicking. got rid of '@" template field special case
2020-03-29re-fixed pointer events on collection chromeBob Zeleznik
2020-03-29more tweaks to embedded documents in text. fixes for expandedTemplate to ↵Bob Zeleznik
show the original doc (not dataDoc). got rid of imgPath in imageBox.
2020-03-29clean up of parameterized templates. added 'self' to scripts to reference ↵Bob Zeleznik
the expandedTemplate
2020-03-28from lastBob Zeleznik
2020-03-28more improvements for parameterized templatesBob Zeleznik
2020-03-28ongoing work with parameterized templatesBob Zeleznik
2020-03-28from lastBob Zeleznik
2020-03-28fixed screenshot icon and tweaked checkboxBob Zeleznik
2020-03-28from lastBob Zeleznik
2020-03-28fixed runtime errors when collection data field has image or non-list value. ↵Bob Zeleznik
cleaned up creating buttons.
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'
2020-03-28changed template parameters to be stored in '@params'. Updated ImageBox to ↵Bob Zeleznik
allow template parameters
2020-03-27fixed up embedded document view layout references in text boxes to 1) create ↵Bob Zeleznik
the template if it doesn't exist and 2) to allow parameters to be passed to templates
2020-03-27from lastBob Zeleznik
2020-03-27added metadata checkboxes in rich text notes.Bob Zeleznik
2020-03-27from lastBob Zeleznik
2020-03-27fixed iconifying doc script removal. fixed metadata to display inline-flex ↵Bob Zeleznik
so that value truncates instead of moving to next line.
2020-03-26fixed sizing of time viewBob Zeleznik
2020-03-25set max size for tab titles. fixed collection sizing when filter is ↵Bob Zeleznik
expanded. fixed pivot view text height when small collection.
2020-03-23fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ↵Bob Zeleznik
TreeView document of options. fixed resize in docDecorations for dragging corners other than bottom-right.
2020-03-20added onChildClick support for CollectionTreeViewsBob Zeleznik
2020-03-19from lastBob Zeleznik
2020-03-19from lastBob Zeleznik
2020-03-19from lastBob Zeleznik
2020-03-19cleaned up facet collections to not require an additional documentBob Zeleznik
2020-03-19moved facet collection stuff into CollectionView from CollectionTreeViewBob Zeleznik
2020-03-19code cleanup for timeviewBob Zeleznik
2020-03-19fixed pivot view filteringBob Zeleznik
2020-03-19tweaked chrome for collectionsBob Zeleznik
2020-03-19fixed buttons on screenshotbox. added 'place' option to dragDrop to drop ↵Bob Zeleznik
the original document without moving it. switched to passing childDropAction as a prop
2020-03-19from lastBob Zeleznik
2020-03-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-03-19added screen capture docBob Zeleznik
2020-03-18finalized cleanupSam Wilkins
2020-03-18clean up audioSam Wilkins
2020-03-17fixes for typing url in web box. fixes for dropping imags from proxied ↵Bob Zeleznik
document. possible fix for updateing image width/height
2020-03-17final fixes hopefully to web pages and cors stuffBob Zeleznik