aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkDocPreview.tsx
AgeCommit message (Collapse)Author
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-16cleaned up TabDocView a bitbobzel
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
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-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-06fixed errorsbobzel
2020-09-03stopped pdfs from scrolling when hovering over link and showing a preview -- ↵bobzel
a better fix would be to just stop the scrolling in the non-preview views but let the preview scroll
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-12fixed dragging of icons from Tools panel to side menu panel - no aliases are ↵bobzel
created so items can now be moved around sensibly
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-13fixed preview backgrounds, text size, tooltip size, adding labels, ↵anika-ahluwalia
conditional end link btn, tooltips size
2020-07-09change doc preiew layoutanika-ahluwalia
2020-07-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-06-30slight mods to inline linksanika-ahluwalia
2020-06-30preview and movement adjustmentanika-ahluwalia
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
2020-06-27fixed icon button of document deoratins. cleaned up several compile errors ↵Bob Zeleznik
and warnings
2020-06-26Merge branch 'master' into mobile_revision_directgeireann
And changes to UI of record and image upload
2020-06-25added link preview for blue buttons.Bob Zeleznik