aboutsummaryrefslogtreecommitdiff
path: root/src/fields/SchemaHeaderField.ts
AgeCommit message (Collapse)Author
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01more lint fixesbobzel
2024-05-08equation parser working in dash; need to fix auto-updatingNathan-SR
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
2023-01-30fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ↵bobzel
typecheck. fixed schema header field editing from keyvalue pane. fixed webBox error causing overlayview to not work for Repls and others. fixed some layout issues with stackingview columns.
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵bobzel
column deletion.
2022-08-19fixed undo bug in dragManager where batches weren't being closed. fixed ↵bobzel
schemaheader copy method to copy all parameters. fixed notetaking columnresizer to create an UndoBatch. fixed notetakingview's columnHeaders to return the actual headers list, not a copy. fixed document decorations to not modify docsBeingDragged
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2021-07-12Changed "schemaView" :arrow_right: "collectionSchema"geireann
So style is consistent with other folders
2021-07-10added indentation for visibility of hierarchy0x85FB9C51
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2020-08-12switching syntax from && to AND for solr filters and added quotes around ↵bobzel
solr term values
2020-05-15renamed new_fields to fieldsSam Wilkins