diff --git a/AppImage/components/script-terminal-modal.tsx b/AppImage/components/script-terminal-modal.tsx index 0f336d4..0c9f648 100644 --- a/AppImage/components/script-terminal-modal.tsx +++ b/AppImage/components/script-terminal-modal.tsx @@ -8,7 +8,6 @@ import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label" import { Loader2, Activity, GripHorizontal } from "lucide-react" import { API_PORT } from "../lib/api-config" -import { fetchApi } from "@/lib/api-config" import { useIsMobile } from "@/hooks/use-mobile" interface WebInteraction { diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index c2600b7..2606262 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -427,7 +427,6 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl setTerminals((prev) => prev.map((t) => (t.id === terminal.id ? { ...t, isConnected: true, term, ws, fitAddon } : t)), ) - term.writeln("\x1b[32mConnected to ProxMenux terminal.\x1b[0m") syncSizeWithBackend() } @@ -821,7 +820,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl }} variant="outline" size="sm" - className="h-8 px-2.5 text-xs" + className="h-8 px-3 text-xs" > ↵