aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ScriptingRepl.tsx
AgeCommit message (Collapse)Author
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