index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
ScriptingRepl.tsx
Age
Commit message (
Expand
)
Author
2024-05-02
lots more dependency cycle unwinding.
bobzel
2024-04-23
fixes for rich text menu updates and setting parameters on text doc vs within...
bobzel
2023-12-14
a bunch more fixes to making things observable. fixed calling super.componen...
bobzel
2023-12-13
cleaned up props/_props handling by inherting from ObservableReactComponent
bobzel
2023-12-12
fixed overlay view and scriptingRepl and all observable Doc arrays to be shal...
bobzel
2023-08-29
more cleanup
bobzel
2023-07-10
updated how Lists and Docs get updated when they contain an ObjectField that ...
bobzel
2023-05-13
changed EditableViews to support oneline and multiline. Also added transform...
bobzel
2022-06-06
fixed scripting repl transformer error. fixed not being able to edit someone...
bobzel
2022-05-20
fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in sever...
bobzel
2022-03-10
compile fixes
bobzel
2020-08-24
cleaned up all library() calls to add icons. fixed import styles. fixed key...
bobzel
2020-08-13
changed solr schema so that text and date fields are sortable. fixed one lin...
bobzel
2019-09-20
simplified script execution api a little. fixed dataDoc() related stuff in v...
bobzel
2019-07-28
Added ability to capture documents in button scripts
Tyler Schicke
2019-07-27
Made scripting repl work better with anonymous functions
Tyler Schicke
2019-07-24
Added custom views to layout scripts
Tyler Schicke
2019-07-22
Started adding schema functionality
Tyler Schicke
2019-07-22
Added a bunch of REPL functionality
Tyler Schicke
2019-07-19
Added start of REPL
Tyler Schicke