enso/app/gui2/shared/ast
Paweł Grabarz 8edf49343f
Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951)
fixes #9730

Added a `logEvent` method to remote backend implementation in dashboard. Added an always-present remote backend instance that can be used for logging even when running a local project (intentional behavior).

# Important Notes
Because the backend implementation requires access to always fresh session token, the logger needs to be periodically updated on GUI side, so it can continue to function. To accomplish that, I simplified the app loading logic to treat GUI as an ordinary react component, so its props can be updated with normal react rendering flow. That refactor also removed the dynamic GUI asset loading code that was only needed for Rust GUI.
2024-05-27 17:32:42 +00:00
..
generated Syntactic synchronization, automatic parentheses, metadata in Ast (#8893) 2024-02-02 10:22:18 +01:00
debug.ts Enable the Code Editor, with new apply-text-edits algo. (#9055) 2024-02-19 23:57:42 +00:00
ffi.ts Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951) 2024-05-27 17:32:42 +00:00
ffiPolyglot.ts Run ydoc-server with GraalVM (#9528) 2024-05-02 06:28:57 +00:00
index.ts Hide errors from input nodes (#9633) 2024-04-05 18:07:32 +00:00
mutableModule.ts Fix undoing node removal (#9561) 2024-03-29 16:31:00 +00:00
parse.ts Fix adding nodes in collapsed functions (#10009) 2024-05-21 17:38:51 +00:00
parserSupport.ts Syntactic synchronization, automatic parentheses, metadata in Ast (#8893) 2024-02-02 10:22:18 +01:00
sourceDocument.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
text.ts Copy/paste improvements (#9734) 2024-04-19 16:33:51 +00:00
token.ts Display argument placeholders for autoscoped constructors (#9737) 2024-04-24 13:40:42 +02:00
tree.ts Fix adding nodes in collapsed functions (#10009) 2024-05-21 17:38:51 +00:00