enso/app/gui2/mock
Adam Obuchowicz a6fc8cb932
Reimplement AI PoC from GUI1 (#9476)
Fixes #9313

[Screencast from 2024-03-22 09-09-07.webm](https://github.com/enso-org/enso/assets/3919101/6ad86145-6882-4bde-993d-b1270f1ec06c)

# Important Notes
* This is PoC, so I didn't spend time on polishing the visuals; the design will likely change.
* I modified the shortcut handler a bit, allowing making multiple actions for same binding - the action's handler will be called in unspecified order, until one of them handle the event (i.e. not return false).
* To make it working regardless of imports, I needed to export AI module in Standard.Visualization. Moreover, needed to remove build_ai_prompt for Any, because it was causing issues - expect a bug report soon.
2024-03-25 09:14:41 +00:00
..
engine.ts Reimplement AI PoC from GUI1 (#9476) 2024-03-25 09:14:41 +00:00
index.ts Reimplement AI PoC from GUI1 (#9476) 2024-03-25 09:14:41 +00:00
MockFSWrapper.vue cleanup GUI entrypoints and mocking (#9403) 2024-03-14 17:05:26 +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
providers.ts Scrollbars (#9310) 2024-03-12 12:44:29 -04:00
vue.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00