From 5b384487331eaf08031dfe438bb2affa31aafcbb Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 8 Jul 2024 11:17:47 +0100 Subject: feat(gui): runbooks that run (#2233) * add initial runbooks frontend * fix buttons, scroll, add shell support to editor * work * some tweaks * wip - run crate * functioning executable blocks * handle resizing, killing ptys * clear properly on stop * move terminal to its own component, handle lifecycle better * fix all build issues * ffs codespelll * update lockfile * clippy is needy once more * only build pty stuff on mac/linux * vendor pty handling into desktop * update lockfile --- ui/backend/capabilities/migrated.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/backend/capabilities') diff --git a/ui/backend/capabilities/migrated.json b/ui/backend/capabilities/migrated.json index d6d8889c..e740ab1e 100644 --- a/ui/backend/capabilities/migrated.json +++ b/ui/backend/capabilities/migrated.json @@ -11,6 +11,7 @@ "resources:default", "menu:default", "tray:default", + "shell:allow-open", "sql:allow-load", "sql:allow-execute", "sql:allow-select", -- cgit v1.3.1