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
/
fields
/
Proxy.ts
Age
Commit message (
Expand
)
Author
2025-04-14
fixed how templates are expanded to avoid template sub-component conflicts by...
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-05-08
lots of api cleanup and cycle removal
bobzel
2024-04-21
more lint cleanup
bobzel
2024-01-27
made dataViz nodes linked to schema nodes update automatically as cahnges are...
bobzel
2023-12-29
cleaned up imports, mobx observable initialization and some compile errors.
bobzel
2023-06-23
cleaned up more issues with pointer events/contents active. fixed dragging f...
bobzel
2022-12-21
cleaning up proxys and getFieldRef hopefully to be more understandable and e...
bobzel
2022-12-09
fixed how proxyFields work so that field promises generate mobx invalidations...
bobzel
2022-12-07
stopped update _cache in ProxyField because it invalidates too much stuff dur...
bobzel
2022-11-10
partial fix for previewing multiple links to different sidebar notes. fixed ...
bobzel
2022-10-28
fixed proxyfields to use cache if it's available which saves orders of magnit...
bobzel
2022-03-07
got rid of include cycles for Scripting globals to make hot updates work better.
bobzel
2021-09-17
more conservative fix for previous.
bobzel
2021-09-17
reverting last change.
bobzel
2021-09-17
fixed following links to documents in sidebars that haven't been opened to st...
bobzel
2020-07-21
fixed problem where adding to a collection would cause a remote synchronized ...
Bob Zeleznik
2020-05-15
renamed new_fields to fields
Sam Wilkins