mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 12:45:50 +03:00
[PR #86] [MERGED] Fix terminal colors and functionality issues #203
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/86
Author: @michelroegl-brunner
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/terminal_colors📝 Commits (3)
6cd94c2Fix terminal colors and stop button functionality6e435c4Fix downloaded scripts terminal functionalityd5aac7aImprove mobile terminal focus behavior📊 Changes
7 files changed (+167 additions, -44 deletions)
View changed files
➕
scripts/ct/debian.sh(+43 -0)➕
scripts/install/debian-install.sh(+24 -0)📝
src/app/_components/DownloadedScriptsTab.tsx(+11 -4)📝
src/app/_components/ScriptDetailModal.tsx(+0 -3)📝
src/app/_components/Terminal.tsx(+50 -33)📝
src/app/page.tsx(+19 -3)📝
src/styles/globals.css(+20 -1)📄 Description
Summary
This PR fixes several terminal-related issues that were affecting the user experience:
🎨 Terminal Color Fixes
🛑 Stop Button Functionality
🛠️ Downloaded Scripts Terminal Integration
🔧 Technical Improvements
Testing
Files Changed
src/app/_components/Terminal.tsx- Terminal component improvementssrc/styles/globals.css- Terminal styling fixessrc/app/page.tsx- Pass install handler to downloaded scriptssrc/app/_components/DownloadedScriptsTab.tsx- Add install functionalityFixes terminal color issues and missing terminal functionality for downloaded scripts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.