aboutsummaryrefslogtreecommitdiff
path: root/src/fields/ObjectField.ts
AgeCommit message (Collapse)Author
2025-07-21more server side cleanupbobzel
2024-08-15cleaned up server list add/rem.bobzel
2024-08-13cleaning up database typesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
2023-07-10updated how Lists and Docs get updated when they contain an ObjectField that ↵bobzel
will be modified
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2020-06-27fixed icon button of document deoratins. cleaned up several compile errors ↵Bob Zeleznik
and warnings
2020-05-15renamed new_fields to fieldsSam Wilkins