[PR #470] [MERGED] feat: Add Update all downloaded scripts button #466

Closed
opened 2026-02-26 12:41:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/470
Author: @michelroegl-brunner
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner

Base: mainHead: feat/447


📝 Commits (2)

  • 34eade3 feat: add Update all downloaded scripts button
  • 944a527 fix: normalize failed item error type for TypeScript build

📊 Changes

1 file changed (+96 additions, -0 deletions)

View changed files

📝 src/app/_components/DownloadedScriptsTab.tsx (+96 -0)

📄 Description

Adds a single button on the Downloaded Scripts tab to update all downloaded scripts from GitHub at once, so users don't have to open each script modal and press "Update Script" for 350+ scripts.

  • Button: "Update all downloaded scripts" above the filter bar
  • Confirmation: Modal asks to confirm (may take several minutes)
  • Backend: Uses existing loadMultipleScripts API
  • Feedback: Inline result with success/fail counts; hover for failed slug details
  • Refresh: Invalidates script lists on success so updatable badges update

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/470 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `feat/447` --- ### 📝 Commits (2) - [`34eade3`](https://github.com/community-scripts/ProxmoxVE-Local/commit/34eade3971ad0abd7f80af69f4fab9267b8cfe26) feat: add Update all downloaded scripts button - [`944a527`](https://github.com/community-scripts/ProxmoxVE-Local/commit/944a527972fe134a0fb486efe128b32918280ad8) fix: normalize failed item error type for TypeScript build ### 📊 Changes **1 file changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/app/_components/DownloadedScriptsTab.tsx` (+96 -0) </details> ### 📄 Description Adds a single button on the Downloaded Scripts tab to update all downloaded scripts from GitHub at once, so users don't have to open each script modal and press "Update Script" for 350+ scripts. - **Button**: "Update all downloaded scripts" above the filter bar - **Confirmation**: Modal asks to confirm (may take several minutes) - **Backend**: Uses existing `loadMultipleScripts` API - **Feedback**: Inline result with success/fail counts; hover for failed slug details - **Refresh**: Invalidates script lists on success so updatable badges update --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#466
No description provided.