aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
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
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-09-01fixed saving of search filters for a viewbobzel
2020-09-01fixed tabs to never select/switch on hover unless dragging. fixed display of ↵bobzel
highlight icons in menu bar. fixed placement of docDecorations level selector.
2020-09-01fixed following link to a doc that is in a hidden tab to show that tab. ↵bobzel
fixed linear view to hit content bounds accurately. fixed editing of text in tabs somewhat. fixed place ment of link anchor boxes for topMost views.
2020-09-01fixed shortcut buttons not showing up. fixed nex/prev search buttons not ↵bobzel
showing up. fixed search drag/delete/open buttons not showing up.
2020-08-31fixed addDocTab to not re-create the golden layout. fixed clicking tabs to ↵bobzel
register as an undo event. fixed color of links made in PDFs to be lightBlue. fixed default link behavior to be 'default'
2020-08-31fixed scrolling of browser when following a link in nested web page that ↵bobzel
leads to another palce within that web page
2020-08-30cleaned up MainView a bit.bobzel
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking ↵bobzel
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900
2020-08-30from lastbobzel
2020-08-30fixed undo for following links from a Document view.bobzel
2020-08-30removed ComponentWillMount which is obsoletebobzel
2020-08-30fixed initialization of non-active tabs. fixed dragging of tab document icon.bobzel
2020-08-29from lastbobzel
2020-08-29split out TabDocView from CollectionDockingView (where it had been called ↵bobzel
DockedFrameRenderer)