mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[PR #278] [MERGED] Fix: Include 'New' scripts in Download All Filtered when no filters are active #322
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#322
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/278
Author: @michelroegl-brunner
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/253📝 Commits (1)
75d52c7Fix: Include 'New' scripts in Download All Filtered when no filters are active📊 Changes
1 file changed (+24 additions, -1 deletions)
View changed files
📝
src/app/_components/ScriptsGrid.tsx(+24 -1)📄 Description
Problem
When no filters are active, clicking 'Download All Filtered' only downloads scripts from the lower section (main grid) and excludes scripts from the 'Newest Scripts' carousel.
Solution
Modified
handleDownloadAllFilteredto include all scripts when no filters are active:filteredScriptsandnewestScripts(deduplicated by slug)filteredScriptsas before (maintains existing behavior)Changes
handleDownloadAllFilteredinScriptsGrid.tsxto check if filters are activeTesting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.