mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #76] [MERGED] feat: comprehensive mobile responsiveness improvements #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/76
Author: @michelroegl-brunner
Created: 10/8/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/ui-responsivnes📝 Commits (10+)
b451b13feat: comprehensive mobile responsiveness improvementsf4fded4fix: improve mobile terminal input handling for SSH processes82638b2debug: add comprehensive debugging for mobile terminal inputabb000adebug: add comprehensive server-side debugging for mobile inputcefdb30debug: add WebSocket message routing debuggingf75f763debug: add comprehensive client-side debugging for mobile inpute08c652debug: add WebSocket connection tracking and message debuggingf685f46fix: correct WebSocket message format for keyboard input592687edebug: add WebSocket connection details for mobile vs keyboard input9ed298afix: correct WebSocket message format to use 'input' field📊 Changes
19 files changed (+1123 additions, -481 deletions)
View changed files
📝
src/app/_components/CategorySidebar.tsx(+4 -4)📝
src/app/_components/DiffViewer.tsx(+1 -1)📝
src/app/_components/DownloadedScriptsTab.tsx(+3 -3)📝
src/app/_components/ExecutionModeModal.tsx(+2 -2)📝
src/app/_components/FilterBar.tsx(+130 -87)📝
src/app/_components/InstalledScriptsTab.tsx(+182 -152)📝
src/app/_components/ScriptDetailModal.tsx(+55 -51)➕
src/app/_components/ScriptInstallationCard.tsx(+175 -0)📝
src/app/_components/ScriptsGrid.tsx(+3 -3)📝
src/app/_components/ServerForm.tsx(+4 -2)📝
src/app/_components/ServerList.tsx(+43 -36)📝
src/app/_components/SettingsModal.tsx(+19 -19)📝
src/app/_components/Terminal.tsx(+284 -44)📝
src/app/_components/TextViewer.tsx(+1 -1)📝
src/app/_components/VersionDisplay.tsx(+39 -35)📝
src/app/layout.tsx(+2 -1)📝
src/app/page.tsx(+20 -17)📝
src/server/api/websocket/handler.ts(+84 -23)📝
src/styles/globals.css(+72 -0)📄 Description
📱 Mobile Responsiveness Improvements
This PR implements comprehensive mobile-friendly improvements across the entire application, making it fully usable on smartphones and tablets.
🎯 Key Features
Mobile Terminal Controls
Responsive Layouts
Mobile Terminal Experience
🔧 Technical Improvements
📊 Results
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.