feat: improve all connection types

This commit is contained in:
LukeGus
2026-05-13 17:44:13 -05:00
parent 84a8dfa050
commit 5bf59f87c0
38 changed files with 2661 additions and 952 deletions
+6 -2
View File
@@ -118,6 +118,7 @@ export type Host = {
telnetPassword?: string;
guacamoleConfig?: Record<string, any>;
forceKeyboardInteractive?: boolean;
};
export type Credential = {
@@ -180,6 +181,9 @@ export type Tab = {
type: TabType;
label: string;
host?: Host;
terminalRef?: import("react").RefObject<{
sendInput?: (data: string) => void;
} | null>;
};
export type DockerContainerStatus =
@@ -274,8 +278,8 @@ export type Snippet = {
id: number;
name: string;
description?: string;
command: string;
folderId: number | null;
content: string;
folder: string | null;
};
export const FOLDER_ICONS = [