enso/app/gui2/mock
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
..
dataServer.ts Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
engine.ts Documentation editor (#9910) 2024-05-10 17:23:16 +00:00
MockFSWrapper.vue Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
MockProjectStoreWrapper.vue cleanup GUI entrypoints and mocking (#9403) 2024-03-14 17:05:26 +00:00
projectManager.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
vue.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00