aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ComparisonBox.tsx
AgeCommit message (Collapse)Author
2021-10-07fixed clicking the contextmenu button on timeline entries. set fitWidth for ↵bobzel
timeline documents since they sometimesm couldn't be clicked (eg an Image would not necesarily fit the span in the timeline without fitWidth). fixed error on comparison box. fixed having lock show up for annotation documents..
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-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-03-30more cleanupbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13fixed comparisonBox'sbobzel
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
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-10-26fixed comparisonBox animation synchronization and fixed cursors over drag sliderbobzel
2020-09-14updated header text view. fixed dragging tree view items to unregister ↵bobzel
listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text.
2020-07-28cleaned up some font stuff. cleaned up DocumentView a bitBob Zeleznik
2020-06-17fixed linking to a comparisonBoxBob Zeleznik
2020-06-15added a linkView and changed display of docFieldView to inline to allow text ↵Bob Zeleznik
wrapping on the same line as the fieldLabel
2020-05-23add sliding/click listener to slider-bar divMelissa Zhang
2020-05-23add comments & clean up importsMelissa Zhang
2020-05-22fixed screenshots to add to overlay if they can't add to parent. added ↵Bob Zeleznik
meta-drag to drop from overlay layer into freeform. added auto hyperlink note from dragging link button to freeform.
2020-05-21changed _clipWidth to a layoutFieldBob Zeleznik
2020-05-21more fixes to progressivizing. tweaks to comparison box's clear button.Bob Zeleznik
2020-05-21fixed backgroundcolor of comparisonboxBob Zeleznik
2020-05-21comparison box code simplifications.Bob Zeleznik
2020-05-21fixed comparisonBox to use percentsBob Zeleznik
2020-05-21added animation to comparisonBox, cleaned up some npm modulesBob Zeleznik
2020-05-20fix for dragging onto comparison boxBob Zeleznik
2020-05-20merged & fixed some interaction issues with comparisonBoxBob Zeleznik
2020-05-15merge fixesMelissa Zhang
2020-04-29fixed undo functionalityMelissa Zhang
2020-04-28fixed bug where user cannot select comparison box when images and box are ↵Melissa Zhang
the same size
2020-04-27set drap & dropped document to snap back to its original positionMelissa Zhang
2020-04-26set new iconMelissa Zhang
2020-04-23added upload icon, changed background coloursMelissa Zhang
2020-04-23scaled slider bar movementMelissa Zhang
2020-04-23re-position slider bar when resizedMelissa Zhang
2020-04-22icons for clear buttonsMelissa Zhang
2020-04-19added slider bar functionality for sliding between two imagesMelissa Zhang
2020-04-18set up overlapping images and slider barMelissa Zhang
2020-04-16fixed image drag and dropMelissa Zhang
2020-04-16added ComparisonBox documentMelissa Zhang