mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #38] [MERGED] Add Filtering Function and sorting to ScriptsGrid #128
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/38
Author: @MickLesk
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @michelroegl-brunner
Base:
development← Head:feat_filter📝 Commits (1)
c1cb208Add advanced filtering and sorting to ScriptsGrid📊 Changes
4 files changed (+497 additions, -40 deletions)
View changed files
➕
src/app/_components/FilterBar.tsx(+342 -0)📝
src/app/_components/ScriptsGrid.tsx(+142 -38)📝
src/server/api/routers/scripts.ts(+4 -2)📝
src/server/lib/scripts.ts(+9 -0)📄 Description
✍️ Description
Add advanced filtering and sorting to ScriptsGrid
🔗 Related PR / Issue
Link: #25
✅ Prerequisites (X in brackets)
Screenshot for frontend Change
🛠️ Type of Change (X in brackets)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.