aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValuePair.tsx
AgeCommit message (Expand)Author
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for drag/drop...bobzel
2023-06-15changed key value indentbobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some F...bobzel
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 ov...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added transform...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel
2023-03-23changed showing keyvalue panes to not create a document, but to use the Layou...bobzel
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 pd...bobzel
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 Effects...bobzel
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ou...bobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like docFilte...bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they o...bobzel
2020-08-29major restructure of how addDocTabs works. now you can add/replace with opti...bobzel
2020-08-22more search cleanup. searches over dashboards, not collections now. fixed d...bobzel
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-05-23several fixes to progressivization and added UI for editing by suspending tra...Bob Zeleznik
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
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 "_" wh...bob
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot la...Bob Zeleznik
2019-12-17made documentbox more usable with borders, fwd/back/lock. and annotation fil...Bob Zeleznik
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 lin...bob
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 onClic...bob
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