mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[PR #283] [MERGED] feat: Add delete script functionality #328
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#328
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/283
Author: @michelroegl-brunner
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/delete_downloaded_scripts📝 Commits (1)
82d14f1Add delete script functionality📊 Changes
4 files changed (+223 additions, -2 deletions)
View changed files
📝
src/app/_components/ScriptDetailModal.tsx(+91 -0)📝
src/server/api/routers/scripts.ts(+28 -0)📝
src/server/services/scriptDownloader.js(+52 -1)📝
src/server/services/scriptDownloader.ts(+52 -1)📄 Description
This PR adds the ability to delete downloaded script files from the ScriptDetailModal.
Changes
deleteScriptmethod to ScriptDownloaderService (both TypeScript and JavaScript versions)deleteScriptAPI endpoint to scripts routerTesting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.