aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValuePair.tsx
AgeCommit message (Collapse)Author
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ↵bobzel
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable',
2023-03-23changed showing keyvalue panes to not create a document, but to use the ↵bobzel
LayoutTemplateString.
2022-11-17mostly changing strings to enumsbobzel
2022-05-13removed layerProvider functionality.bobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-23cleaned up EditableView a bitbobzel
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
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-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-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-22more search cleanup. searches over dashboards, not collections now. fixed ↵bobzel
drag-off filters to still work with collections.
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-05-23several fixes to progressivization and added UI for editing by suspending ↵Bob Zeleznik
transparency
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2019-12-17made documentbox more usable with borders, fwd/back/lock. and annotation ↵Bob Zeleznik
filtering.
2019-12-05compile warning fixes.bob
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-10-21got rid of fieldExt from layoutstring. set directly by annotated fieldsbob
2019-10-21switched to a lightbox package that has rotationBob Zeleznik
2019-10-20fixes to imagebox/keyvalue to get images to show upBob Zeleznik
2019-09-19switche calls to COllectionDockingView... to addDocTabs. fixed following ↵bob
links to navigate/restore properly.
2019-09-19added ContainingCollectionDoc to props that get passed around.Bob Zeleznik
2019-09-13more rule provider fixesbob
2019-09-11cleaned up ScriptBox EditScript's restructured menus for dealing with ↵bob
onClicks... exposed more layout paramters for EditableViews.
2019-08-27removed selectOnLoad prop. fixed textboxes from deselecting on carriage return.bob
2019-08-19fixed treeview dragging. got rid of extra stuff from presentationviewbob
2019-08-02linksBob Zeleznik
2019-07-29Added some undosTyler Schicke
2019-07-29Bunch of fixesTyler Schicke
2019-07-18Added open fields to kvp doc valueTyler Schicke
Added parens for more than 1 level of proto in kvp
2019-07-13Refactored style in DocDecs and added metadata entry to DocDecsTyler Schicke
2019-06-26implemented drag drop template from key value key selectionSam Wilkins