From a477b36a5799659482b47e2af880effa9f56da1b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 22 Nov 2025 22:06:07 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 41 ++++++++++---------------- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 882519c..04889de 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -578,39 +578,32 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl -
+
{isMobile ? ( - + {terminals.map((terminal) => ( - + {terminal.title} - {terminals.length > 1 && ( - - )} ))} {terminals.map((terminal) => ( - -
+ +
))} ) : ( -
+
{terminals.map((terminal) => (
= ({ websocketUrl, onCl )}
-
+
))}