aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ScriptingRepl.tsx
AgeCommit message (Expand)Author
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs within...bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed overlay view and scriptingRepl and all observable Doc arrays to be shal...bobzel
2023-08-29more cleanupbobzel
2023-07-10updated how Lists and Docs get updated when they contain an ObjectField that ...bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added transform...bobzel
2022-06-06fixed scripting repl transformer error. fixed not being able to edit someone...bobzel
2022-05-20fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in sever...bobzel
2022-03-10compile fixesbobzel
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed key...bobzel
2020-08-13changed solr schema so that text and date fields are sortable. fixed one lin...bobzel
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in v...bobzel
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