aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ScriptingRepl.tsx
AgeCommit message (Collapse)Author
2023-07-10updated how Lists and Docs get updated when they contain an ObjectField that ↵bobzel
will be modified
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.
2022-06-06fixed scripting repl transformer error. fixed not being able to edit ↵bobzel
someone else's text in selfEdit mode
2022-05-20fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵bobzel
several dialogs to stop propagation to prevent iconifying
2022-03-10compile fixesbobzel
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-13changed solr schema so that text and date fields are sortable. fixed one ↵bobzel
line text not to show scrollbars. fixed scriptingRepl to allow document ids to be entered.
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in ↵bobzel
various Box's. fixed some template stuff.
2019-07-28Added ability to capture documents in button scriptsTyler Schicke
2019-07-27Made scripting repl work better with anonymous functionsTyler Schicke
2019-07-24Added custom views to layout scriptsTyler Schicke
2019-07-22Started adding schema functionalityTyler Schicke
2019-07-22Added a bunch of REPL functionalityTyler Schicke
2019-07-19Added start of REPLTyler Schicke