mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #283] [MERGED] feat: Add delete script functionality #312
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/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.