aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkBox.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-09-17added 'unset' docFilters. changed link doc views to use comparison box with ↵bobzel
title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView
2021-08-26fixed warnings/errorsbobzel
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵bobzel
to linkAnchorBox.
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2020-12-11got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵bobzel
made text headers not overlap the tet itself.
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
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-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.
2020-08-11updated how background colors workbobzel
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-18several pointerevent fixes broken by last change. added scroll to target ↵Bob Zeleznik
for webBox links.
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-02-20cleaned up a whole bunch of linking stuff. link menu / link types / link ↵bob
default behaviors / added LinkBox
2019-06-19buttons on cut links functional except for when dragged from link menuFawn
2019-06-17single link can be dragged from link menuFawn
2019-06-14can drag follow button on link to move anchorFawn
2019-06-14links can be expanded in menu to view metadataFawn
2019-06-14cleaned up link codeFawn
2019-06-12created remove handlers for link metadata and groupsFawn
2019-06-06links get saved to global tableSam Wilkins
2019-05-16fixed links so that you can adjust the pan location of a collection when its ↵Bob Zeleznik
a link endoint
2019-05-07navigate to searched docMonika Hedman
2019-05-02fixed link removalBob Zeleznik
2019-04-30merged hannah's linking changesBob Zeleznik
2019-04-30fixed template buttonBob Zeleznik
2019-04-30merged with masterBob Zeleznik
2019-04-26TreeView and othersTyler Schicke
2019-04-12changed signatures of focus functions.bob
2019-04-09for nowHannah Chow
2019-04-09all styling stuff doneHannah Chow
2019-04-08Enabled semi-colon and braces linter ruleTyler Schicke
2019-04-05Fixed remaining linter warningsTyler Schicke
2019-03-28works better with prototypes and linksBob Zeleznik
2019-03-27fixed linking to work with delegates. fixed full screen option and tab ↵Bob Zeleznik
dragging bugs.
2019-03-25added 1-level navigation to region annotationsBob Zeleznik
2019-03-18Added undo to link followingTyler Schicke
2019-03-11finished linking button stylingHannah Chow
2019-03-11added tooltipsHannah Chow
2019-03-11cleaned up linkmenu.bob
2019-03-11DONEHannah Chow
2019-03-10fixed pdf bugHannah Chow