From 95cef714902bbcbdc3ef016457e7a77d38293ea8 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 22 Jul 2024 16:31:12 +0100 Subject: feat(gui): background terminals and more (#2303) * fixes & allow for background terminals to stay running * status indicators etc --- ui/src/main.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ui/src/main.tsx') diff --git a/ui/src/main.tsx b/ui/src/main.tsx index 58cfd77b..96d570a3 100644 --- a/ui/src/main.tsx +++ b/ui/src/main.tsx @@ -8,8 +8,14 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
-
- +
+ +
+ +
, -- cgit v1.3.1