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
/
new_fields
/
ScriptField.ts
Age
Commit message (
Expand
)
Author
2020-02-06
added synching of timelines with presentations
bob
2020-01-21
functional but incomplete updating logic
Sam Wilkins
2020-01-21
added a ToString() method to fields so that rendering them as RichTextField w...
Bob Zeleznik
2019-12-15
added a DocumentBox as a contentfitting container for another document. adde...
Bob Zeleznik
2019-12-15
added _last_ for computedScripts to access last value of script
Bob Zeleznik
2019-12-03
const linter rule and restored google docs push, fixed routing
Sam Wilkins
2019-09-20
simplified script execution api a little. fixed dataDoc() related stuff in v...
bobzel
2019-09-18
cleaned up some CompileScript code
Bob Zeleznik
2019-08-01
Fixed Doc.MakeCopy promise stuff
Tyler Schicke
2019-07-25
fixed script loading
Tyler Schicke
2019-07-23
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Tyler Schicke
2019-07-23
Added async deserialization and got captures for script fields working again
Tyler Schicke
2019-07-23
autotag based on confidence, allow concealment of computed fields that resolv...
Sam Wilkins
2019-07-19
Added caching to computed fields
Tyler Schicke
2019-07-18
Can edit computed fields in KVP
Tyler Schicke
2019-07-03
Changed how scripting works
Tyler Schicke
2019-06-24
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into sch...
Tyler Schicke
2019-06-08
Moved ScriptField to new_fields
Tyler Schicke