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/src/components/runbooks/editor/index.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ui/src/components/runbooks/editor/index.css (limited to 'ui/src/components/runbooks/editor/index.css') diff --git a/ui/src/components/runbooks/editor/index.css b/ui/src/components/runbooks/editor/index.css new file mode 100644 index 00000000..067cc500 --- /dev/null +++ b/ui/src/components/runbooks/editor/index.css @@ -0,0 +1,7 @@ +.editor a { + color: #0000ee; +} + +.editor a:hover { + cursor: pointer; +} -- cgit v1.3.1