aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2020-04-03added rootSelected() to make forceActive work betterBob 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-02supported uploads of images ending with .webpBob Zeleznik
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
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-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-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-29working version of nested templates both inside and outside of text boxes.Bob Zeleznik
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-29clean up of parameterized templates. added 'self' to scripts to reference ↵Bob Zeleznik
the expandedTemplate
2020-03-28ongoing work with parameterized templatesBob Zeleznik
2020-03-28from lastBob Zeleznik
2020-03-28fixed screenshot icon and tweaked checkboxBob 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-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-19added screen capture docBob Zeleznik
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-13added reification of view menu items. tweaked sizing of collection chrome ↵Bob Zeleznik
display
2020-03-12cleaned up presentationBox code and buttons in view chromes.Bob Zeleznik
2020-03-11removed scrubber tool which isn't being used anymore (audiobox has its own ↵Bob Zeleznik
scrubber)
2020-03-10made stacking view hide edit/view button unless selected. get rid of ↵Bob Zeleznik
columns with no documens when hideHeadings is set.
2020-03-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-03-10fixed up iconifying of different document types. fixed selection to not ↵Bob Zeleznik
select toolbar tabs. fixed outline-like document creation in tree views.
2020-03-09cleanup of warningsBob Zeleznik
2020-03-09fixed showing links only to doculink boxes. changed field names for links ↵bob
to be more readable.
2020-03-06made tree views display documentViews instead of just stringsbob
2020-03-06fixes to documentBox to work with templates. changed tree view to select ↵bob
documents. fixed panning in freeform view to account for scale correctly. increased max renderdepth to 12
2020-03-05masonry view fix to add notes to the top. fixed uploadURI to use image ↵bob
resizer better
2020-03-04removed child click script from collection when switching out of pivot viewBob Zeleznik
2020-03-03fixed enumerations a bit.Bob Zeleznik
2020-03-03a bunch of small fixes to link naming and fixes to audio links.bob