aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValueBox.tsx
AgeCommit message (Collapse)Author
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
2019-06-27fixed template stuffTyler Schicke
2019-06-27templating workflow improvementsSam Wilkins
2019-06-26implemented drag drop template from key value key selectionSam Wilkins
2019-06-24Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
schema_fixes
2019-06-24Added ReadOnly mode for docs and changed computed values a bitTyler Schicke
2019-06-20Doc.GetProto change and swapped KVP syntaxTyler Schicke
2019-06-08fixed deletion of keys to actually remove them on the server. added '=' ↵Bob Zeleznik
syntax on kvp to set on proto. := sets a computed script. =:= sets computed script on proto
2019-05-22A bunch of fixes/changesTyler Schicke