aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValueBox.tsx
AgeCommit message (Collapse)Author
2022-04-25fixed key value pane to allow setting values on templates using "_" prefix.bobzel
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-12prevent anything but Docs from being written to offScreenTabs. fixed tabs ↵bobzel
to activate an unrendered tab when it is uncovered for the first time.
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
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-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-25fixed selection of filled ink regions. moved ink halo to mainViewBob Zeleznik
2020-06-18fixed keyvalue pane inputting new key values. made collection chromes ↵Bob Zeleznik
shrink a little when window shrinks.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-02cleaned up presbox to not use reactions but to use a lookup script. put ↵Bob Zeleznik
lookupField into DocComponent for general use
2020-05-02reversing mistake in keyvalueboxBob Zeleznik
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-04-23fixed browser back after link navigation. simplified menus more. fixed ↵Bob Zeleznik
jitter mode to be seeded. fixed menu gear for collections. .
2020-01-25added text templates for FormattedText, added field views in formatted text ↵Bob Zeleznik
box, got rid of documentText @@@ initing of FormattedText
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
2019-12-15added _last_ for computedScripts to access last value of scriptBob Zeleznik
2019-12-15writing selectedDocs to user doc to allow selection to be part of scriptingBob Zeleznik
2019-12-04fixed mainview flyoutbehavior a bit. fixed keyvaluebox editing of lists a ↵bob
little.
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-20lots of changes to make rendering more efficient (fewer mobx invalidations). ↵bob
made selection and collecitonviews use an observableMap that works now.
2019-10-21big cleanup of layoutStrings, fieldExt, fieldKey, etcBob Zeleznik
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-10-19cleaned up a bunch layout vs doc issues related to templatesBob Zeleznik
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in ↵bobzel
various Box's. fixed some template stuff.
2019-09-19switche calls to COllectionDockingView... to addDocTabs. fixed following ↵bob
links to navigate/restore properly.
2019-09-13preserved data from field being converted to metadata template fieldbob
2019-09-12cleaned up menus. simplified making custom views through template dropdown menubob
2019-08-21from last with presentations and small tweaks.bob
2019-08-10autoHeight fixesBob Zeleznik
2019-07-29Added some undosTyler Schicke
2019-07-29merged with masterSam Wilkins
2019-07-28templating fixes, context menu undo streamliningSam Wilkins
2019-07-27fixed handling of keyboard events to avoid triggering global key events. ↵Bob Zeleznik
made BoolCast default to false. fixed templating to deal with conflict between field fields and template fields
2019-07-23autotag based on confidence, allow concealment of computed fields that ↵Sam Wilkins
resolve to undefined with namespace constant ComputedField.undefined
2019-07-13Refactored style in DocDecs and added metadata entry to DocDecsTyler Schicke
2019-07-11merged with master and fixed linter / errorsSam Wilkins
2019-07-10factored template creation code into Doc.tsBob Zeleznik
2019-07-10merged with master and prototype initialization refactor, still in progress ↵Sam Wilkins
and deathly buggy
2019-07-09cleanupSam Wilkins
2019-07-09collection view fixSam Wilkins
2019-07-09string list to list of text doc map in scraper and cleaned up kv pane ↵Sam Wilkins
templating interaction code
2019-07-09merged w masterSam Wilkins
2019-07-08fixed readonly and hopefully cursor proto bugsSam Wilkins
2019-07-02Added arrange script to freeform viewsTyler Schicke
2019-06-28undo testsTyler Schicke
2019-06-28test3Tyler Schicke