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