mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #121] [MERGED] feat: Multi-select script download with progress tracking #223
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#223
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/121
Author: @michelroegl-brunner
Created: 10/13/2025
Status: ✅ Merged
Merged: 10/13/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/multiple-downloads📝 Commits (3)
08df457feat: Add multi-select script download with progress tracking3a19a81fix: Resolve ESLint errors28cbaa1fix: Resolve TypeScript error in loadMultipleScripts📊 Changes
6 files changed (+446 additions, -72 deletions)
View changed files
➖
scripts/ct/debian.sh(+0 -43)➖
scripts/install/debian-install.sh(+0 -24)📝
src/app/_components/ScriptCard.tsx(+31 -2)📝
src/app/_components/ScriptCardList.tsx(+32 -3)📝
src/app/_components/ScriptsGrid.tsx(+331 -0)📝
src/server/api/routers/scripts.ts(+52 -0)📄 Description
🚀 Multi-Select Script Download Feature
This PR adds comprehensive multi-selection functionality for downloading scripts with real-time progress tracking and improved user experience.
✨ Features Added
🎯 Multi-Selection
📊 Progress Tracking
🔄 Download Actions
🎨 User Experience
🛠️ Technical Improvements
🎯 Key Benefits
🧪 Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.