mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #38] [MERGED] Add Filtering Function and sorting to ScriptsGrid #165
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#165
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/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.