From b6cf33308da996f8169580a4b5b74e3c5f38e447 Mon Sep 17 00:00:00 2001 From: Haile <118998054+blackmammoth@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:19:01 +0300 Subject: [PATCH] fix: resolve mobile shell issues (#923) --- index.html | 2 +- src/components/shell/constants/constants.ts | 1 - .../shell/hooks/useShellConnection.ts | 15 +- src/components/shell/hooks/useShellRuntime.ts | 50 +- .../shell/hooks/useShellTerminal.ts | 81 +- src/components/shell/types/types.ts | 7 - src/components/shell/utils/auth.ts | 15 +- .../shell/utils/mobileTerminalSelection.ts | 1068 +++++++++++++++++ src/components/shell/view/Shell.tsx | 14 +- .../view/subcomponents/ShellMinimalView.tsx | 94 -- .../subcomponents/TerminalShortcutsPanel.tsx | 1 + src/index.css | 6 + 12 files changed, 1123 insertions(+), 231 deletions(-) create mode 100644 src/components/shell/utils/mobileTerminalSelection.ts diff --git a/index.html b/index.html index c476f13e..37d2217d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - +
Open or copy the login URL:
- -