aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-04-03fixed queryView template a bit.Bob Zeleznik
2020-04-03Merge branch 'search_doc' of https://github.com/browngraphicslab/Dash-Web ↵Sam Wilkins
into search_doc
2020-04-03restored session manager content, things compile and seem to run fineSam Wilkins
2020-04-03from lastBob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-04-03small commenting on uploadutilsSam Wilkins
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-03Merge branch 'master' into search_docBob Zeleznik
2020-04-03fixed ButtonBox drop to allow reordering buttons in a collection. fixed ↵Bob Zeleznik
pdfmenu to allow pnning. fixed panning in nested freeformviews.
2020-04-02mergeAndy Rickert
2020-04-02supported uploads of images ending with .webpBob Zeleznik
2020-04-02added copy with alt+ctrl . fixed border radiusBob Zeleznik
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-04-01made it possible to link from one text selection to anotherBob Zeleznik
2020-04-01 fixed backend filter and passing search query to new docAndy Rickert
2020-04-01fixed document box to have sizable borders using x/ypadding. enabled ↵Bob Zeleznik
upSelector to select documentBox
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-04-01final UI changes and beginning to reimpliment filterbox backend in ↵Andy Rickert
searchbox class
2020-04-01from lastBob Zeleznik
2020-04-01fixed preview switch for schema viewBob Zeleznik
2020-04-01fixed display of link lines and movement of link anchorsBob Zeleznik
2020-03-31fixed stacking view rendering of templates that treat regular docs like ↵Bob Zeleznik
collections (eg slideView)
2020-03-31more settings ui + huge bugfixes with document dragging and selectionAndy Rickert
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