enso/app/gui2/e2e
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
..
actions.ts Generalize keyed local storage for more client side graph-editor data (#9990) 2024-05-27 12:53:16 +00:00
collapsingAndEntering.spec.ts Tooltips (#10039) 2024-05-23 07:52:39 +00:00
componentBrowser.spec.ts Make background clicks less flaky (#10069) 2024-05-24 13:28:51 +00:00
css.ts New JSON visualization (#9409) 2024-03-25 12:03:18 -04:00
customExpect.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
edgeInteractions.spec.ts Dragging edges (#9788) 2024-04-29 14:16:02 +00:00
edgeRendering.spec.ts Call showAll on opening projects (#9974) 2024-05-17 13:32:09 +00:00
expressionUpdates.ts Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951) 2024-05-27 17:32:42 +00:00
fullscreenVisualisation.spec.ts New JSON visualization (#9409) 2024-03-25 12:03:18 -04:00
graphNodeVisualization.spec.ts Tooltips (#10039) 2024-05-23 07:52:39 +00:00
graphRenderNodes.spec.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
keyboard.ts Copy/paste improvements (#9734) 2024-04-19 16:33:51 +00:00
locate.ts Tooltips (#10039) 2024-05-23 07:52:39 +00:00
nodeClipboard.spec.ts Node creation improvements (#9781) 2024-04-25 09:18:38 -04:00
pm-openrpc.json E2E tests (#8239) 2023-11-27 15:48:37 +00:00
rightDock.spec.ts Documentation editor (#9910) 2024-05-10 17:23:16 +00:00
selectingNodes.spec.ts Backspace and delete delete nodes (#10075) 2024-05-24 10:57:45 -04:00
setup.ts Store graph viewport in client local storage (#9651) 2024-04-09 12:02:11 +00:00
tableVisualisation.spec.ts Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
typesOnNodeHover.spec.ts Move node type to visualization container (#9784) 2024-04-30 08:55:43 -04:00
undoRedo.spec.ts Copy/paste improvements (#9734) 2024-04-19 16:33:51 +00:00
widgets.spec.ts Display argument placeholders for autoscoped constructors (#9737) 2024-04-24 13:40:42 +02:00