aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FieldView.tsx
AgeCommit message (Collapse)Author
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-13fixed treeView to be able to access active() on contained document in order ↵bobzel
to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-10-06restored ability to open document that has been moved from another ↵bobzel
document's annotation overlay
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-15fixed another warning.bobzel
2020-09-14made custom header default to author/creationDatebobzel
2020-09-14updated the custom text box to specify frontSize through document values.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-08resurrecting templates with childLayoutbobzel
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-22switched search from writiing searchMatch to matched docs to instead store ↵bobzel
in a run-time observableMap. This allows simultaneous searches by different users.
2020-08-22fixed key value for empty lists to show [], fixed tree view to allow 'data' ↵bobzel
field .to display for empty lists. Gave untitled Tabs a default height
2020-08-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
new_audio
2020-08-12fixed warnings and fixed rendering of fields in search view.bobzel
2020-08-11updated how background colors workbobzel
2020-08-09pullLionel Han
2020-08-05Merge branch 'master' into presentation_updatesbobzel
2020-08-04cleaning upAndy Rickert
2020-08-03merge with new uiAndy Rickert
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-31mergeAndy Rickert
2020-07-30fixed leftsidebar menu buttonsBob Zeleznik
2020-07-28filter and other small featuresAndy Rickert
2020-07-22searchandy temp
2020-07-22search results open and close as panel under barandy temp
2020-07-17Merge branch 'master' into presentation_updatesgeireann
2020-07-14fixed onClickHandler stuff to use functions properly. fixed several linking ↵Bob Zeleznik
to annotations/pushpins problems.
2020-07-13highlights, readjusted view, keyboard eventsgeireann
2020-06-28Merge branch 'master' into search_docBob Zeleznik
2020-06-22made chrome commands fire by clicking bullseye. added commands for ↵Bob Zeleznik
freeformview. made backgroundHalo() work diffrently for ink strokes
2020-06-22mergeAndy Rickert
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-03upload audio buttonLionel Han
2020-06-03mergeAndy Rickert
2020-05-26pulled from masterLionel Han
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-12mergeAndy Rickert
2020-05-07fixed most add/remove/move documents to support doc[]'sBob Zeleznik
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-02turn off targetDropAction when dropping in same colleciton. cleaned up ↵Bob Zeleznik
PresBox stuff to use single template to render all contents (which are otherwise unmodified).
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-05-01fixed presentations to allow drag and drop. fixed pres box to use ↵Bob Zeleznik
RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props
2020-04-29merge w masterAndy Rickert
2020-04-29added props to fieldview / text box for height/width/background/color to use ↵Bob Zeleznik
in layout strings.
2020-04-28nested collection view now in search box, search item doc type cast over ↵Andy Rickert
stacking view, but with bugs
2020-04-07got rid of some run-time errors/warnings related to CORS-ifying imagebox ↵Bob Zeleznik
requests, and avoiding memoizing messages for computedFn's outside reactions.
2020-04-05adding nativeWidth as props stuffBob Zeleznik