mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #51] [MERGED] feat: Add Downloaded Scripts tab #143
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/51
Author: @michelroegl-brunner
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/7/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/downloaded_scripts_tab📝 Commits (2)
5f14810feat: Add Downloaded Scripts tab2563b21fix: Resolve ESLint errors in DownloadedScriptsTab📊 Changes
6 files changed (+430 additions, -255 deletions)
View changed files
➖
scripts/ct/2fauth.sh(+0 -82)➖
scripts/ct/debian.sh(+0 -43)➖
scripts/install/2fauth-install.sh(+0 -105)➖
scripts/install/debian-install.sh(+0 -24)➕
src/app/_components/DownloadedScriptsTab.tsx(+413 -0)📝
src/app/page.tsx(+17 -1)📄 Description
Summary
This PR adds a new 'Downloaded Scripts' tab between the 'Available Scripts' and 'Installed Scripts' tabs to provide better organization and visibility of downloaded scripts.
Changes
Features
Testing
Screenshots
The new tab provides a clean interface to view and manage downloaded scripts with the same functionality as the main scripts view but filtered to show only downloaded content.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.