aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocHolderBox.tsx
AgeCommit message (Collapse)Author
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-11updated how background colors workbobzel
2020-07-22fixed document download/import to capture links as well.Bob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-14fixed dragging in tree views for Catalog to "copy" documents within the ↵Bob Zeleznik
sidebar instead of aliasing them.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-06fixed makeClone to handle text hyperlinks fixed documentBox background ↵Bob Zeleznik
color. fixed formattedtextbox sidebar clicking to sto propagation.
2020-05-05fixed text selection in docHolder boxes by changing formattedTextBox not to ↵Bob Zeleznik
stopPropagation on pointerDowns. added a googleDoc field on documents to open the same Dash-googleDoc doc each time.
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik