aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2020-09-11Merge branch 'master' into bug_fixesbobzel
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-10small fix to allow expanded images in treeviews to be moved and treeView ↵bobzel
expanded items to be right-clicked for a context menu
2020-09-10made images in treeView outlines show up without a titlebobzel
2020-09-10made basic progressivized slides using TreeViewbobzel
2020-09-10added"_isBackground-canClick for background collections that are still ↵bobzel
clickable. fixed colors for treeView. fixed events on flyout to be processed after React processses them for everything else - problem was that clicking on the color picker deselected the item being colorized.
2020-09-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
2020-09-10fixed shift-dragging of tabsbobzel
2020-09-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-09-09fixed linkEditor menu to show up in the right place. fixed linklines to ↵bobzel
attach properly.
2020-09-09several pdf fixes - clipping link anchors to bounds of container. pdf box ↵bobzel
titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
2020-09-09cleanupbobzel
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-08Merge branch 'master' into workingTemplatesbobzel
2020-09-08fixed event handling on embedded textboxes - dash field views need to ↵bobzel
stopPropagation() on pointerdown events, and textBoxes need to handle scroll events when they are rootSelected() (ie, in a template)
2020-09-08fixed treeview to show pdf icons at proper size. fixed link anchors dots to ↵bobzel
not block pointer events from the rest of their document.
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08from lastbobzel
2020-09-08from lastbobzel
2020-09-08fixes to make nativesize work for all collections and templates.bobzel
2020-09-08incremental improvements to template layouts of images-- still struggling ↵bobzel
with nativeWidth/width/etc
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-08remove unused codebobzel
2020-09-08resurrecting templates with childLayoutbobzel
2020-09-07fixed childLayoutString templates whch broke somewhere along the way.bobzel
2020-09-07handle + button z-index fixusodhi
2020-09-07fixed bottom linking popupusodhi
2020-09-07grid view layout fixesbobzel
2020-09-06fixed errorsbobzel
2020-09-06extra lineusodhi
2020-09-06more masonry changesusodhi
2020-09-06fixes to row dropusodhi
2020-09-04fixed autoScroll bug and fixed dragging in picture bugLionel Han
2020-09-04Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-09-04Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-04fixed typos + css + changing value on dropped documents in masonry view + ↵usodhi
ink x + added .mpeg as acceptable audio format
2020-09-03added no autoscroll for collectionsbobzel
2020-09-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-09-03fixed doc height caclulation in stacking views when autoHeight is on.bobzel
2020-09-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-09-02changed docFilters to test for recursive matches.bobzel
2020-09-02fix drag issueLionel Han
2020-09-02fixed open for docking views to switch dashboards, not open a tabbobzel
2020-09-02fixed adding images to collectionLionel Han
2020-09-02fixes to sidebar filter. still need some more work.bobzel
2020-09-02fixed dragging issue, but weird bug with hovering over imagesLionel Han
2020-09-02can't render a dashboard in a tabbobzel
2020-09-02fixed search in text boxes to ignore case. fixed creating new tabs when ↵bobzel
only a stack exists. fixed SearchBox to only create one time.
2020-09-01trying new solr schema that splits words on whitespace. fixed context menu ↵bobzel
clicking in schema/search view.
2020-09-01fixed search bar getting stuck open. fixed search for fields in full db.bobzel