aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScriptingBox.tsx
AgeCommit message (Expand)Author
2025-07-29tweaking scriptingBox to work somewhat againbobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts by...bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-27changed dashFieldViews to support Tab'ing between other dashFieldviews, chang...bobzel
2024-03-06enabled copy and paste to work with template docs (and not copy template). F...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-16removed touch code that wasn't being used or maintainedbobzel
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and fix...bobzel
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging f...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel
2023-03-27changed longPress to always select and to show decorations. fixed single/dou...bobzel
2023-03-17fixed scriptingbox to remove script if text is empty. fixed scripting with c...bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added setterscri...bobzel
2022-11-10fixed scriptingBox to always have this and self bound properly. fixed presE...bobzel
2022-10-07Merge branch 'master' into pres-pin-fixesbobzel
2022-10-06fixed warnings with scriptingbox keysbobzel
2022-09-29added content pinning for collections.bobzel
2022-09-29a bunch of changes to trails: link to trail to initiate trail when following ...bobzel
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to creat...bobzel
2022-07-07got rid of typings for ReactTextareaAutocomplete to avoid react warnings.bobzel
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-01updated to webpack 5bobzel
2021-03-30more cleanupbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider f...bobzel
2020-07-28cleaned up some font stuff. cleaned up DocumentView a bitBob Zeleznik
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if d...Bob Zeleznik
2020-06-23moved onClick and onDragStart references to layoutDoc from Document since the...Bob Zeleznik
2020-06-16fixed problems with scriptingBox types & cleaned up code.Bob Zeleznik
2020-06-12changes to UI and slight bux fixesanika-ahluwalia
2020-06-11reworking descriptions and params of functionsanika-ahluwalia
2020-06-11simple fixes.Bob Zeleznik
2020-06-10fixed addScriptToGlobals in ScriptManageranika-ahluwalia
2020-06-10fixed iniitalization of ScriptManagerBob Zeleznik
2020-06-10UI cleanupanika-ahluwalia
2020-06-10fixed add global method in ScriptManageranika-ahluwalia
2020-06-09moving things around to find buganika-ahluwalia
2020-06-09typing bug bixanika-ahluwalia
2020-06-08fixed dependency cycle for scriptManagerBob Zeleznik
2020-06-08added function UIanika-ahluwalia