aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FieldView.tsx
AgeCommit message (Collapse)Author
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-08-17more updatesgeireann
2021-08-01made url server references relative.bobzel
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
2021-04-09fixed not following links on video in lightboxbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29fixed doc decorations for dictation. gave dictation docs a title. minor ↵bobzel
cleanup.
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13converted TabDocView to just use a ContentFittingDocumentView. Fixed ↵bobzel
schemView to use a styleProvider
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-10more cleanup to documentViewprops. got rid of nudge() addedbobzel
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
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