mirror of
https://github.com/YuzuZensai/Termix.git
synced 2026-09-13 18:58:52 +00:00
* Feature request network graph
* Fixing PR442:
- Fixed:
- UI design elemets
- UI and button colors
- JSON export
- recent activity is default again
- Removed:
- Online/Offline UI labels
- left-click menu on hosts
- Added:
- small pulsing dot inside the hosts to indicate online status like in the left bar
* fix: electron build errors and skip macos job
* fix: testflight submit failure
* fix: made submit job match build type
* fix: resolve Vite build warnings for mixed static/dynamic imports (#473)
* Update Crowdin configuration file
* Update Crowdin configuration file
* fix: resolve Vite build warnings for mixed static/dynamic imports
- Convert all dynamic imports of main-axios.ts to static imports (10 files)
- Convert all dynamic imports of sonner to static imports (4 files)
- Add manual chunking configuration to vite.config.ts for better bundle splitting
- react-vendor: React and React DOM
- ui-vendor: Radix UI, lucide-react, clsx, tailwind-merge
- monaco: Monaco Editor
- codemirror: CodeMirror and related packages
- Increase chunkSizeWarningLimit to 1000kB
This resolves Vite warnings about mixed import strategies preventing
proper code-splitting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* fix: file manager incorrectly decoding/encoding when editing files (made base64/utf8 dependent)
* fix: build error on docker
* Handle enter button (#481)
* Update Crowdin configuration file
* Update Crowdin configuration file
* Update Linux Portable section with AUR link (#474)
* fix: file manager incorrectly decoding/encoding when editing files (#476)
* fix: electron build errors and skip macos job
* fix: testflight submit failure
* fix: made submit job match build type
* fix: resolve Vite build warnings for mixed static/dynamic imports (#473)
* Update Crowdin configuration file
* Update Crowdin configuration file
* fix: resolve Vite build warnings for mixed static/dynamic imports
- Convert all dynamic imports of main-axios.ts to static imports (10 files)
- Convert all dynamic imports of sonner to static imports (4 files)
- Add manual chunking configuration to vite.config.ts for better bundle splitting
- react-vendor: React and React DOM
- ui-vendor: Radix UI, lucide-react, clsx, tailwind-merge
- monaco: Monaco Editor
- codemirror: CodeMirror and related packages
- Increase chunkSizeWarningLimit to 1000kB
This resolves Vite warnings about mixed import strategies preventing
proper code-splitting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* fix: file manager incorrectly decoding/encoding when editing files (made base64/utf8 dependent)
---------
Co-authored-by: Jefferson Nunn <89030989+jeffersonwarrior@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* fix: build error on docker (#477)
* fix: electron build errors and skip macos job
* fix: testflight submit failure
* fix: made submit job match build type
* fix: resolve Vite build warnings for mixed static/dynamic imports (#473)
* Update Crowdin configuration file
* Update Crowdin configuration file
* fix: resolve Vite build warnings for mixed static/dynamic imports
- Convert all dynamic imports of main-axios.ts to static imports (10 files)
- Convert all dynamic imports of sonner to static imports (4 files)
- Add manual chunking configuration to vite.config.ts for better bundle splitting
- react-vendor: React and React DOM
- ui-vendor: Radix UI, lucide-react, clsx, tailwind-merge
- monaco: Monaco Editor
- codemirror: CodeMirror and related packages
- Increase chunkSizeWarningLimit to 1000kB
This resolves Vite warnings about mixed import strategies preventing
proper code-splitting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* fix: file manager incorrectly decoding/encoding when editing files (made base64/utf8 dependent)
* fix: build error on docker
---------
Co-authored-by: Jefferson Nunn <89030989+jeffersonwarrior@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* Increase max old space size for npm builds
* Increase Node.js memory limit in Dockerfile
* Remove NODE_OPTIONS from build commands in Dockerfile
* Change runner to blacksmith-4vcpu-ubuntu-2404
* fix: build error on docker
* Add handle on enter button;
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Gaylord Julien <g.j@mailbox.org>
Co-authored-by: Jefferson Nunn <89030989+jeffersonwarrior@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: LukeGus <bugattiguy527@gmail.com>
* fix: remove top tech
* fix: update readme
* fix: prevent long container names from overflowing card (#496)
Added min-w-0 to CardTitle to allow text truncation in flexbox.
Without this, flex items have min-width: auto which prevents
the truncate class from working properly.
Fixes #411
* fix: use SFTP readdir for file listing to support non-Linux systems (#495)
The file manager now uses SFTP readdir as the primary method for
listing files, with ls -la as a fallback. This enables compatibility
with MikroTik RouterOS and other non-Linux systems that don't have
standard shell commands.
Fixes #317
* fix: restore SSH connection timeout to 120s for 2FA authentication (#494)
The timeout was reduced from 120s to 30s in v1.10, causing 2FA login
failures. Users with keyboard-interactive authentication (TOTP/2FA)
need sufficient time to enter their verification codes before the
SSH connection times out.
Fixes #404
* feat: add Docker container healthcheck (#493)
* fix: owner should not be marked as shared when host is shared to their role (#492)
* fix: use correct MIME types for image preview (#491)
* fix: prevent session reset when updating host properties (#490)
* fix: add shell creation timeout and improve error handling (#489)
* fix: set default lineHeight to 1.0 for TUI apps compatibility (#488)
* fix: delete all related data when removing user (#487)
* fix: nginx permission denied on restricted kernels (#486)
* fix: skip existing hosts and credentials during JSON import (#485)
Added duplicate detection for SSH hosts (by ip+port+username) and
credentials (by name) during import. Existing items are now skipped
by default, or updated if replaceExisting option is enabled.
This matches the existing behavior of importDismissedAlerts.
Fixes #389
* feat: add firewall status widget for server stats (#484)
* Feature: PWA (#479)
* feat: add PWA support with offline capabilities
- Add web app manifest with icons and theme configuration
- Add service worker with cache-first strategy for static assets
- Add useServiceWorker hook for SW registration
- Add PWA meta tags and Apple-specific tags to index.html
- Update vite.config.ts for optimal asset caching
* Update package-lock.json
* New Crowdin updates (#472)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (German)
* feat: add listening ports widget for server stats (#483)
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
* feat: fix network stats merge and add openapi jsdocs comments
* feat: add workflow/config to auto generate openapi json
* feat: remove locales
* feat: support URL routes to open terminal directly (#156) (#503)
* fix: resolve merge conflict artifacts in dev-1.10.1
- Fix missing closing tags in AppView.tsx NetworkGraphView
- Fix incomplete catch blocks in server-stats.ts and db/index.ts
- Fix missing closing brace in en.json ports section
- Fix HostManagerApp.tsx import path
- Fix stats-widgets.ts type definition
- Fix schema.ts networkTopology table definition
- Add type annotations in user-data-import.ts
* feat: support URL routes to open terminal directly (#156)
- Add /terminal/{hostNameOrId} route for new format
- Keep /hosts/{id}/terminal for backward compatibility
- Smart detection: numeric IDs for ID lookup, otherwise name lookup
- Clean URL after opening to prevent duplicate on refresh
- Show toast error when host not found
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
* feat: add Ctrl+Alt key remapping for browser-blocked shortcuts (#501)
Browsers intercept Ctrl+W/T/N/Q, making them unusable in terminal.
This adds Ctrl+Alt+<key> as an alternative that sends Ctrl+<key>.
- Ctrl+Alt+W → Ctrl+W (nano search, delete word)
- Ctrl+Alt+T → Ctrl+T (transpose chars)
- Ctrl+Alt+N → Ctrl+N (next line)
- Ctrl+Alt+Q → Ctrl+Q (XON flow control)
Fixes Termix-SSH/Support#407
* feat: remove locales
* New Crowdin updates (#504)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (German)
* New translations en.json (Norwegian)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Finnish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* feat: add option to disable update checker (#502)
* feat: add option to disable update checker
Add a new setting in User Profile > Settings to disable automatic
update checking on startup and dashboard.
- Adds 'Disable Update Check' toggle in profile settings
- Skips GitHub API calls when disabled (reduces network requests)
- Works for both web app and Electron client
Fixes Termix-SSH/Support#410
* feat: remove locales
---------
Co-authored-by: LukeGus <bugattiguy527@gmail.com>
* New Crowdin updates (#505)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (German)
* New translations en.json (Norwegian)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Finnish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Bulgarian)
* New translations en.json (Indonesian)
* New translations en.json (Hindi)
* feat: add crowdin i18n
* feat: remove locales
* New Crowdin updates (#506)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (German)
* New translations en.json (Norwegian)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Finnish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Bulgarian)
* New translations en.json (Indonesian)
* New translations en.json (Hindi)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Bulgarian)
* New translations en.json (Indonesian)
* New translations en.json (Hindi)
* New translations en.json (Bengali)
* New translations en.json (Thai)
* feat: update readme
* feat: update readme
* feat: update credential editor to use submitting system and add health monitor
* feat: added toggle for command pallete
* feat: added close button on tab dropdown
* feat: added sidebar management and improved some host manager UI/UX
* feat: re-added missing users.ts route from merge
* feat: add toggle for password reset feature in admin settings (#508)
* feat: add sudo support for file manager operations (#509)
* fix: add sudo support for listFiles and improve permission error handling (#512)
* feat: add sudo support for file manager operations
* fix: add sudo support for listFiles and improve permission error handling
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
* feat: fix sudo password dialog ui, add totp/pass reset limiting, and refreshed users screen when auth is outdated
* feat: add copy password button and fixed new line carriage issues and backend crash for auth key
* feat: added quick connection system (ad-hoc)
* Enter Key for Quick Login (#513)
* feat: added -r and -l support for tunnels
* feat: begin dashboard overhaul by splitting into cards and adding customization
* feat: improved full screen apps, overhauled dashboard, updated server stats ui, etc.
* feat: add auth.tsx suppot for fullscreen
* feat: greatly improve network graph ui/ux and migrated to use translations and theme system
* feat: update to use blacksmith
* feat: improve ui for customized tabs and hide add/edit host/credential when submiting
* feat: add warpgate support with a dialog (terminal only)
* feat: expand warpgate to docker/file manager
* fix: docker not working wtih warpgate and none auth failing for terminal
* fix: prevent owner permission loss when sharing host to own role (#514)
* Update Crowdin configuration file
* Update Crowdin configuration file
* Update Linux Portable section with AUR link (#474)
* fix: file manager incorrectly decoding/encoding when editing files (#476)
* fix: electron build errors and skip macos job
* fix: testflight submit failure
* fix: made submit job match build type
* fix: resolve Vite build warnings for mixed static/dynamic imports (#473)
* Update Crowdin configuration file
* Update Crowdin configuration file
* fix: resolve Vite build warnings for mixed static/dynamic imports
- Convert all dynamic imports of main-axios.ts to static imports (10 files)
- Convert all dynamic imports of sonner to static imports (4 files)
- Add manual chunking configuration to vite.config.ts for better bundle splitting
- react-vendor: React and React DOM
- ui-vendor: Radix UI, lucide-react, clsx, tailwind-merge
- monaco: Monaco Editor
- codemirror: CodeMirror and related packages
- Increase chunkSizeWarningLimit to 1000kB
This resolves Vite warnings about mixed import strategies preventing
proper code-splitting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* fix: file manager incorrectly decoding/encoding when editing files (made base64/utf8 dependent)
---------
Co-authored-by: Jefferson Nunn <89030989+jeffersonwarrior@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* fix: build error on docker (#477)
* fix: electron build errors and skip macos job
* fix: testflight submit failure
* fix: made submit job match build type
* fix: resolve Vite build warnings for mixed static/dynamic imports (#473)
* Update Crowdin configuration file
* Update Crowdin configuration file
* fix: resolve Vite build warnings for mixed static/dynamic imports
- Convert all dynamic imports of main-axios.ts to static imports (10 files)
- Convert all dynamic imports of sonner to static imports (4 files)
- Add manual chunking configuration to vite.config.ts for better bundle splitting
- react-vendor: React and React DOM
- ui-vendor: Radix UI, lucide-react, clsx, tailwind-merge
- monaco: Monaco Editor
- codemirror: CodeMirror and related packages
- Increase chunkSizeWarningLimit to 1000kB
This resolves Vite warnings about mixed import strategies preventing
proper code-splitting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* fix: file manager incorrectly decoding/encoding when editing files (made base64/utf8 dependent)
* fix: build error on docker
---------
Co-authored-by: Jefferson Nunn <89030989+jeffersonwarrior@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
* Increase max old space size for npm builds
* Increase Node.js memory limit in Dockerfile
* Remove NODE_OPTIONS from build commands in Dockerfile
* Change runner to blacksmith-4vcpu-ubuntu-2404
* fix: build error on docker
* fix: prevent owner permission loss when sharing host to own role
Fixes #391
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Gaylord Julien <g.j@mailbox.org>
Co-authored-by: Jefferson Nunn <89030989+jeffersonwarrior@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: LukeGus <bugattiguy527@gmail.com>
* fix: SSH key passphrase not passed for Docker and Tunnel (#521)
* perf: optimize Host Manager for large host lists
- Add ServerStatusContext for shared status polling (reduces API calls from N to 1)
- Move TooltipProvider to component root (eliminates N context instances)
- Add pagination with "Show More" button (limits initial DOM nodes per folder)
Fixes performance issues when managing ~1000 hosts with status monitoring enabled.
* fix: SSH key passphrase not passed to ssh2 for Docker and Tunnel
Database field is `key_password` but code used `keyPassword`.
Added fallback to check both field names.
Affected:
- docker.ts: Docker SSH connections with encrypted keys
- tunnel.ts: Tunnel connections with encrypted keys
---------
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
* perf: optimize Host Manager for large host lists (#520)
- Add ServerStatusContext for shared status polling (reduces API calls from N to 1)
- Move TooltipProvider to component root (eliminates N context instances)
- Add pagination with "Show More" button (limits initial DOM nodes per folder)
Fixes performance issues when managing ~1000 hosts with status monitoring enabled.
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
* fix: add missing mimeTypes definition for image preview (#518)
Fixes Termix-SSH/Support#408
* fix: prevent session reset when updating host properties (#517)
Move WebSocket cleanup logic to a separate unmount-only effect to
prevent SSH sessions from being closed when host properties are updated.
Closes Termix-SSH/Support#401
* fix: backend type error
* feat: make terminal connections more resilient, added connection log, and fixed https/proxy reconnection loop (issue #385)
* feat: improved conneciton log ui/logic
* feat: improved conneciton log ui/logic
* feat: expanded connection log to work across all components (readying for release)
* feat: update readme
* feat: update readme
* fix: build error
* fix: build error
* fix: changed ver
* chore: clean up
* chore: continue clean up
* fix: remove attempts remaining and fix electron errors and some connection log ui inconsistencies
* fix: added missing nginx routes and fixed sudo password copy with sudo password autofil field
* fix: update readme and run cleaner
* fix: update readme
* fix: update readme
* fix: update readme
* feat: update chinese readme
---------
Co-authored-by: Steven Josefs <s.josefs@gmx.de>
Co-authored-by: Jefferson Nunn <89030989+jeffersonwarrior@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Nunzio Marfè <nunzio.marfe@protonmail.com>
Co-authored-by: Gaylord Julien <g.j@mailbox.org>
Co-authored-by: ZacharyZcR <zacharyzcr1984@gmail.com>
Co-authored-by: Aditya Tawade <36890395+aditya-tawade@users.noreply.github.com>
604 lines
19 KiB
TypeScript
604 lines
19 KiB
TypeScript
import React, { useState } from "react";
|
|
import { flushSync } from "react-dom";
|
|
import { useSidebar } from "@/components/ui/sidebar.tsx";
|
|
import { Button } from "@/components/ui/button.tsx";
|
|
import { ChevronDown, ChevronUpIcon, Hammer, Zap } from "lucide-react";
|
|
import { Tab } from "@/ui/desktop/navigation/tabs/Tab.tsx";
|
|
import { useTabs } from "@/ui/desktop/navigation/tabs/TabContext.tsx";
|
|
import { useTranslation } from "react-i18next";
|
|
import { TabDropdown } from "@/ui/desktop/navigation/tabs/TabDropdown.tsx";
|
|
import { SSHToolsSidebar } from "@/ui/desktop/apps/tools/SSHToolsSidebar.tsx";
|
|
import { useCommandHistory } from "@/ui/desktop/apps/features/terminal/command-history/CommandHistoryContext.tsx";
|
|
import { QuickConnectDialog } from "@/ui/desktop/navigation/dialogs/QuickConnectDialog.tsx";
|
|
|
|
interface TabData {
|
|
id: number;
|
|
type: string;
|
|
title: string;
|
|
terminalRef?: {
|
|
current?: {
|
|
sendInput?: (data: string) => void;
|
|
};
|
|
};
|
|
[key: string]: unknown;
|
|
}
|
|
|
|
interface TopNavbarProps {
|
|
isTopbarOpen: boolean;
|
|
setIsTopbarOpen: (open: boolean) => void;
|
|
onOpenCommandPalette: () => void;
|
|
onRightSidebarStateChange?: (isOpen: boolean, width: number) => void;
|
|
}
|
|
|
|
export function TopNavbar({
|
|
isTopbarOpen,
|
|
setIsTopbarOpen,
|
|
onOpenCommandPalette,
|
|
onRightSidebarStateChange,
|
|
}: TopNavbarProps): React.ReactElement {
|
|
const { state } = useSidebar();
|
|
const {
|
|
tabs,
|
|
currentTab,
|
|
setCurrentTab,
|
|
setSplitScreenTab,
|
|
removeTab,
|
|
allSplitScreenTab,
|
|
reorderTabs,
|
|
} = useTabs() as {
|
|
tabs: TabData[];
|
|
currentTab: number;
|
|
setCurrentTab: (id: number) => void;
|
|
setSplitScreenTab: (id: number) => void;
|
|
removeTab: (id: number) => void;
|
|
allSplitScreenTab: number[];
|
|
reorderTabs: (fromIndex: number, toIndex: number) => void;
|
|
};
|
|
const leftPosition =
|
|
state === "collapsed" ? "26px" : "calc(var(--sidebar-width) + 8px)";
|
|
const { t } = useTranslation();
|
|
const commandHistory = useCommandHistory();
|
|
|
|
const [toolsSidebarOpen, setToolsSidebarOpen] = useState(false);
|
|
const [commandHistoryTabActive, setCommandHistoryTabActive] = useState(false);
|
|
const [splitScreenTabActive, setSplitScreenTabActive] = useState(false);
|
|
const [quickConnectOpen, setQuickConnectOpen] = useState(false);
|
|
const [rightSidebarWidth, setRightSidebarWidth] = useState<number>(() => {
|
|
const saved = localStorage.getItem("rightSidebarWidth");
|
|
const defaultWidth = 400;
|
|
const savedWidth = saved !== null ? parseInt(saved, 10) : defaultWidth;
|
|
const minWidth = Math.min(300, Math.floor(window.innerWidth * 0.2));
|
|
const maxWidth = Math.floor(window.innerWidth * 0.3);
|
|
return Math.min(savedWidth, Math.max(minWidth, maxWidth));
|
|
});
|
|
|
|
React.useEffect(() => {
|
|
localStorage.setItem("rightSidebarWidth", String(rightSidebarWidth));
|
|
}, [rightSidebarWidth]);
|
|
|
|
React.useEffect(() => {
|
|
const handleResize = () => {
|
|
const minWidth = Math.min(300, Math.floor(window.innerWidth * 0.2));
|
|
const maxWidth = Math.floor(window.innerWidth * 0.3);
|
|
if (rightSidebarWidth > maxWidth) {
|
|
setRightSidebarWidth(Math.max(minWidth, maxWidth));
|
|
} else if (rightSidebarWidth < minWidth) {
|
|
setRightSidebarWidth(minWidth);
|
|
}
|
|
};
|
|
window.addEventListener("resize", handleResize);
|
|
return () => window.removeEventListener("resize", handleResize);
|
|
}, [rightSidebarWidth]);
|
|
|
|
React.useEffect(() => {
|
|
if (onRightSidebarStateChange) {
|
|
onRightSidebarStateChange(toolsSidebarOpen, rightSidebarWidth);
|
|
}
|
|
}, [toolsSidebarOpen, rightSidebarWidth, onRightSidebarStateChange]);
|
|
|
|
const openCommandHistorySidebar = React.useCallback(() => {
|
|
setToolsSidebarOpen(true);
|
|
setCommandHistoryTabActive(true);
|
|
}, []);
|
|
|
|
React.useEffect(() => {
|
|
commandHistory.setOpenCommandHistory(openCommandHistorySidebar);
|
|
}, [commandHistory, openCommandHistorySidebar]);
|
|
|
|
const rightPosition = toolsSidebarOpen
|
|
? `calc(var(--right-sidebar-width, ${rightSidebarWidth}px) + 8px)`
|
|
: "17px";
|
|
const [justDroppedTabId, setJustDroppedTabId] = useState<number | null>(null);
|
|
const [isInDropAnimation, setIsInDropAnimation] = useState(false);
|
|
const [dragState, setDragState] = useState<{
|
|
draggedId: number | null;
|
|
draggedIndex: number | null;
|
|
currentX: number;
|
|
startX: number;
|
|
targetIndex: number | null;
|
|
}>({
|
|
draggedId: null,
|
|
draggedIndex: null,
|
|
currentX: 0,
|
|
startX: 0,
|
|
targetIndex: null,
|
|
});
|
|
const containerRef = React.useRef<HTMLDivElement | null>(null);
|
|
const tabRefs = React.useRef<Map<number, HTMLDivElement>>(new Map());
|
|
const isProcessingDropRef = React.useRef(false);
|
|
|
|
const prevTabsRef = React.useRef<TabData[]>([]);
|
|
|
|
const handleTabActivate = (tabId: number) => {
|
|
setCurrentTab(tabId);
|
|
};
|
|
|
|
const handleTabSplit = (tabId: number) => {
|
|
setToolsSidebarOpen(true);
|
|
setCommandHistoryTabActive(false);
|
|
setSplitScreenTabActive(true);
|
|
};
|
|
|
|
const handleTabClose = (tabId: number) => {
|
|
removeTab(tabId);
|
|
};
|
|
|
|
const handleSnippetExecute = (content: string) => {
|
|
const tab = tabs.find((t: TabData) => t.id === currentTab);
|
|
if (tab?.terminalRef?.current?.sendInput) {
|
|
tab.terminalRef.current.sendInput(content + "\n");
|
|
}
|
|
};
|
|
|
|
React.useEffect(() => {
|
|
if (prevTabsRef.current.length > 0 && tabs !== prevTabsRef.current) {
|
|
prevTabsRef.current = [];
|
|
}
|
|
}, [tabs]);
|
|
|
|
React.useEffect(() => {
|
|
if (justDroppedTabId !== null) {
|
|
const timer = setTimeout(() => setJustDroppedTabId(null), 50);
|
|
return () => clearTimeout(timer);
|
|
}
|
|
}, [justDroppedTabId]);
|
|
|
|
const handleDragStart = (e: React.DragEvent, index: number) => {
|
|
const img = new Image();
|
|
img.src =
|
|
"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";
|
|
e.dataTransfer.setDragImage(img, 0, 0);
|
|
|
|
setDragState({
|
|
draggedId: tabs[index].id,
|
|
draggedIndex: index,
|
|
startX: e.clientX,
|
|
currentX: e.clientX,
|
|
targetIndex: index,
|
|
});
|
|
};
|
|
|
|
const handleDrag = (e: React.DragEvent) => {
|
|
if (e.clientX === 0) return;
|
|
if (dragState.draggedIndex === null) return;
|
|
|
|
setDragState((prev) => ({
|
|
...prev,
|
|
currentX: e.clientX,
|
|
}));
|
|
};
|
|
|
|
const calculateTargetIndex = () => {
|
|
if (!containerRef.current || dragState.draggedIndex === null) return null;
|
|
|
|
const draggedIndex = dragState.draggedIndex;
|
|
|
|
const tabBoundaries: {
|
|
index: number;
|
|
start: number;
|
|
end: number;
|
|
mid: number;
|
|
}[] = [];
|
|
let accumulatedX = 0;
|
|
|
|
tabs.forEach((tab, i) => {
|
|
const tabEl = tabRefs.current.get(i);
|
|
if (!tabEl) return;
|
|
|
|
const tabWidth = tabEl.getBoundingClientRect().width;
|
|
tabBoundaries.push({
|
|
index: i,
|
|
start: accumulatedX,
|
|
end: accumulatedX + tabWidth,
|
|
mid: accumulatedX + tabWidth / 2,
|
|
});
|
|
accumulatedX += tabWidth + 4;
|
|
});
|
|
|
|
if (tabBoundaries.length === 0) return null;
|
|
|
|
const containerRect = containerRef.current.getBoundingClientRect();
|
|
const draggedTab = tabBoundaries[draggedIndex];
|
|
const currentX = dragState.currentX - containerRect.left;
|
|
const startX = dragState.startX - containerRect.left;
|
|
const offset = currentX - startX;
|
|
const draggedCenter = draggedTab.mid + offset;
|
|
|
|
let newTargetIndex = draggedIndex;
|
|
|
|
if (offset < 0) {
|
|
for (let i = draggedIndex - 1; i >= 0; i--) {
|
|
if (draggedCenter < tabBoundaries[i].mid) {
|
|
newTargetIndex = i;
|
|
} else {
|
|
break;
|
|
}
|
|
}
|
|
} else if (offset > 0) {
|
|
for (let i = draggedIndex + 1; i < tabBoundaries.length; i++) {
|
|
if (draggedCenter > tabBoundaries[i].mid) {
|
|
newTargetIndex = i;
|
|
} else {
|
|
break;
|
|
}
|
|
}
|
|
const lastTabIndex = tabBoundaries.length - 1;
|
|
if (lastTabIndex >= 0) {
|
|
const lastTabEl = tabRefs.current.get(lastTabIndex);
|
|
if (lastTabEl) {
|
|
const lastTabRect = lastTabEl.getBoundingClientRect();
|
|
const containerRect = containerRef.current.getBoundingClientRect();
|
|
const lastTabEndInContainer = lastTabRect.right - containerRect.left;
|
|
if (currentX > lastTabEndInContainer) {
|
|
newTargetIndex = lastTabIndex;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
return newTargetIndex;
|
|
};
|
|
|
|
const handleDragOver = (e: React.DragEvent) => {
|
|
e.preventDefault();
|
|
|
|
if (dragState.draggedIndex === null) return;
|
|
|
|
const containerRect = containerRef.current?.getBoundingClientRect();
|
|
if (!containerRect) return;
|
|
|
|
if (e.clientX !== 0) {
|
|
setDragState((prev) => ({
|
|
...prev,
|
|
currentX: e.clientX,
|
|
}));
|
|
}
|
|
|
|
const newTargetIndex = calculateTargetIndex();
|
|
if (newTargetIndex !== null && newTargetIndex !== dragState.targetIndex) {
|
|
setDragState((prev) => ({
|
|
...prev,
|
|
targetIndex: newTargetIndex,
|
|
}));
|
|
}
|
|
};
|
|
|
|
const handleDrop = (e: React.DragEvent) => {
|
|
e.preventDefault();
|
|
|
|
if (isProcessingDropRef.current) return;
|
|
isProcessingDropRef.current = true;
|
|
|
|
const fromIndex = dragState.draggedIndex;
|
|
const toIndex = dragState.targetIndex;
|
|
const draggedId = dragState.draggedId;
|
|
|
|
if (fromIndex !== null && toIndex !== null && fromIndex !== toIndex) {
|
|
prevTabsRef.current = tabs;
|
|
|
|
flushSync(() => {
|
|
setIsInDropAnimation(true);
|
|
setDragState({
|
|
draggedId: null,
|
|
draggedIndex: null,
|
|
startX: 0,
|
|
currentX: 0,
|
|
targetIndex: null,
|
|
});
|
|
});
|
|
|
|
reorderTabs(fromIndex, toIndex);
|
|
|
|
if (draggedId !== null) {
|
|
setJustDroppedTabId(draggedId);
|
|
}
|
|
} else {
|
|
setDragState({
|
|
draggedId: null,
|
|
draggedIndex: null,
|
|
startX: 0,
|
|
currentX: 0,
|
|
targetIndex: null,
|
|
});
|
|
}
|
|
|
|
setTimeout(() => {
|
|
isProcessingDropRef.current = false;
|
|
setIsInDropAnimation(false);
|
|
}, 50);
|
|
};
|
|
|
|
const handleDragEnd = () => {
|
|
setIsInDropAnimation(false);
|
|
setDragState({
|
|
draggedId: null,
|
|
draggedIndex: null,
|
|
startX: 0,
|
|
currentX: 0,
|
|
targetIndex: null,
|
|
});
|
|
};
|
|
|
|
const isSplitScreenActive =
|
|
Array.isArray(allSplitScreenTab) && allSplitScreenTab.length > 0;
|
|
const currentTabObj = tabs.find((t: TabData) => t.id === currentTab);
|
|
const currentTabIsHome = currentTabObj?.type === "home";
|
|
const currentTabIsSshManager = currentTabObj?.type === "ssh_manager";
|
|
const currentTabIsAdmin = currentTabObj?.type === "admin";
|
|
const currentTabIsUserProfile = currentTabObj?.type === "user_profile";
|
|
|
|
return (
|
|
<div>
|
|
<div
|
|
className="fixed z-10 h-[50px] border-2 border-edge rounded-lg flex flex-row transform-none m-0 p-0"
|
|
style={{
|
|
top: isTopbarOpen ? "0.5rem" : "-3rem",
|
|
left: leftPosition,
|
|
right: rightPosition,
|
|
backgroundColor: "var(--bg-base)",
|
|
transition: "top 200ms linear, left 200ms linear, right 200ms linear",
|
|
}}
|
|
>
|
|
<div
|
|
ref={containerRef}
|
|
className="h-full p-1 pr-2 border-r-2 border-edge w-[calc(100%-6rem)] flex items-center overflow-x-auto overflow-y-hidden skinny-scrollbar gap-1"
|
|
>
|
|
{tabs.map((tab: TabData, index: number) => {
|
|
const isActive = tab.id === currentTab;
|
|
const isSplit =
|
|
Array.isArray(allSplitScreenTab) &&
|
|
allSplitScreenTab.includes(tab.id);
|
|
const isTerminal = tab.type === "terminal";
|
|
const isServer = tab.type === "server_stats";
|
|
const isFileManager = tab.type === "file_manager";
|
|
const isTunnel = tab.type === "tunnel";
|
|
const isDocker = tab.type === "docker";
|
|
const isSshManager = tab.type === "ssh_manager";
|
|
const isAdmin = tab.type === "admin";
|
|
const isUserProfile = tab.type === "user_profile";
|
|
const isSplittable =
|
|
isTerminal || isServer || isFileManager || isTunnel || isDocker;
|
|
const disableSplit = !isSplittable;
|
|
const disableActivate =
|
|
isSplit ||
|
|
((tab.type === "home" ||
|
|
tab.type === "ssh_manager" ||
|
|
tab.type === "admin" ||
|
|
tab.type === "user_profile" ||
|
|
tab.type === "network_graph") &&
|
|
isSplitScreenActive);
|
|
const isHome = tab.type === "home";
|
|
const disableClose = isHome;
|
|
|
|
const isDraggingThisTab = dragState.draggedIndex === index;
|
|
const isTheDraggedTab = tab.id === dragState.draggedId;
|
|
const isDroppedAndSnapping = tab.id === justDroppedTabId;
|
|
const dragOffset = isDraggingThisTab
|
|
? dragState.currentX - dragState.startX
|
|
: 0;
|
|
|
|
let transform = "";
|
|
|
|
if (!isInDropAnimation) {
|
|
if (isDraggingThisTab) {
|
|
transform = `translateX(${dragOffset}px)`;
|
|
} else if (
|
|
dragState.draggedIndex !== null &&
|
|
dragState.targetIndex !== null
|
|
) {
|
|
const draggedOriginalIndex = dragState.draggedIndex;
|
|
const currentTargetIndex = dragState.targetIndex;
|
|
|
|
if (
|
|
draggedOriginalIndex < currentTargetIndex &&
|
|
index > draggedOriginalIndex &&
|
|
index <= currentTargetIndex
|
|
) {
|
|
const draggedTabWidth =
|
|
tabRefs.current
|
|
.get(draggedOriginalIndex)
|
|
?.getBoundingClientRect().width || 0;
|
|
const gap = 4;
|
|
transform = `translateX(-${draggedTabWidth + gap}px)`;
|
|
} else if (
|
|
draggedOriginalIndex > currentTargetIndex &&
|
|
index >= currentTargetIndex &&
|
|
index < draggedOriginalIndex
|
|
) {
|
|
const draggedTabWidth =
|
|
tabRefs.current
|
|
.get(draggedOriginalIndex)
|
|
?.getBoundingClientRect().width || 0;
|
|
const gap = 4;
|
|
transform = `translateX(${draggedTabWidth + gap}px)`;
|
|
}
|
|
}
|
|
}
|
|
|
|
return (
|
|
<div
|
|
key={tab.id}
|
|
ref={(el) => {
|
|
if (el) {
|
|
tabRefs.current.set(index, el);
|
|
} else {
|
|
tabRefs.current.delete(index);
|
|
}
|
|
}}
|
|
draggable={true}
|
|
onDragStart={(e) => {
|
|
e.stopPropagation();
|
|
handleDragStart(e, index);
|
|
}}
|
|
onDrag={handleDrag}
|
|
onDragOver={handleDragOver}
|
|
onDrop={handleDrop}
|
|
onDragEnd={handleDragEnd}
|
|
e
|
|
onMouseDown={(e) => {
|
|
if (e.button === 1 && !disableClose) {
|
|
e.preventDefault();
|
|
handleTabClose(tab.id);
|
|
}
|
|
}}
|
|
style={{
|
|
transform,
|
|
transition:
|
|
isDraggingThisTab ||
|
|
isDroppedAndSnapping ||
|
|
isInDropAnimation
|
|
? "none"
|
|
: "transform 200ms ease-out",
|
|
zIndex: isDraggingThisTab ? 1000 : 1,
|
|
position: "relative",
|
|
cursor: isDraggingThisTab ? "grabbing" : "grab",
|
|
userSelect: "none",
|
|
WebkitUserSelect: "none",
|
|
flex: tab.type === "home" ? "0 0 auto" : "1 1 150px",
|
|
minWidth: tab.type === "home" ? "auto" : "150px",
|
|
maxWidth: tab.type === "home" ? "auto" : "450px",
|
|
display: "flex",
|
|
}}
|
|
>
|
|
<Tab
|
|
tabType={tab.type}
|
|
title={tab.title}
|
|
isActive={isActive}
|
|
isSplit={isSplit}
|
|
onActivate={() => handleTabActivate(tab.id)}
|
|
onClose={
|
|
isTerminal ||
|
|
isServer ||
|
|
isFileManager ||
|
|
isTunnel ||
|
|
isDocker ||
|
|
isSshManager ||
|
|
isAdmin ||
|
|
isUserProfile ||
|
|
tab.type === "network_graph"
|
|
? () => handleTabClose(tab.id)
|
|
: undefined
|
|
}
|
|
onSplit={
|
|
isSplittable ? () => handleTabSplit(tab.id) : undefined
|
|
}
|
|
canSplit={isSplittable}
|
|
canClose={
|
|
isTerminal ||
|
|
isServer ||
|
|
isFileManager ||
|
|
isTunnel ||
|
|
isDocker ||
|
|
isSshManager ||
|
|
isAdmin ||
|
|
isUserProfile ||
|
|
tab.type === "network_graph"
|
|
}
|
|
disableActivate={disableActivate}
|
|
disableSplit={disableSplit}
|
|
disableClose={disableClose}
|
|
isDragging={isDraggingThisTab}
|
|
isDragOver={false}
|
|
hostConfig={tab.hostConfig}
|
|
/>
|
|
</div>
|
|
);
|
|
})}
|
|
</div>
|
|
|
|
<div className="flex items-center justify-center gap-2 flex-1 px-2">
|
|
<TabDropdown />
|
|
|
|
<Button
|
|
variant="outline"
|
|
onClick={() => setToolsSidebarOpen(!toolsSidebarOpen)}
|
|
className="w-[30px] h-[30px] border-edge"
|
|
title={t("nav.tools")}
|
|
>
|
|
<Hammer className="h-4 w-4" />
|
|
</Button>
|
|
|
|
<Button
|
|
variant="outline"
|
|
onClick={() => setQuickConnectOpen(true)}
|
|
className="w-[30px] h-[30px] border-edge"
|
|
title={t("quickConnect.title")}
|
|
>
|
|
<Zap className="h-4 w-4" />
|
|
</Button>
|
|
|
|
<Button
|
|
variant="outline"
|
|
onClick={() => setIsTopbarOpen(false)}
|
|
className="w-[30px] h-[30px]"
|
|
>
|
|
<ChevronUpIcon />
|
|
</Button>
|
|
</div>
|
|
</div>
|
|
|
|
{!isTopbarOpen && (
|
|
<div
|
|
onClick={() => setIsTopbarOpen(true)}
|
|
className="fixed top-0 cursor-pointer flex items-center justify-center rounded-bl-md rounded-br-md"
|
|
style={{
|
|
left: leftPosition,
|
|
right: rightPosition,
|
|
height: "10px",
|
|
zIndex: 9999,
|
|
backgroundColor: "var(--bg-base)",
|
|
border: "2px solid var(--border-base)",
|
|
borderTop: "none",
|
|
}}
|
|
>
|
|
<ChevronDown size={10} />
|
|
</div>
|
|
)}
|
|
|
|
<SSHToolsSidebar
|
|
isOpen={toolsSidebarOpen}
|
|
onClose={() => setToolsSidebarOpen(false)}
|
|
onSnippetExecute={handleSnippetExecute}
|
|
sidebarWidth={rightSidebarWidth}
|
|
setSidebarWidth={setRightSidebarWidth}
|
|
initialTab={
|
|
commandHistoryTabActive
|
|
? "command-history"
|
|
: splitScreenTabActive
|
|
? "split-screen"
|
|
: undefined
|
|
}
|
|
onTabChange={() => {
|
|
setCommandHistoryTabActive(false);
|
|
setSplitScreenTabActive(false);
|
|
}}
|
|
/>
|
|
|
|
<QuickConnectDialog
|
|
open={quickConnectOpen}
|
|
onOpenChange={setQuickConnectOpen}
|
|
/>
|
|
</div>
|
|
);
|
|
}
|