mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #88] [MERGED] feat: Add sorting functionality to installed scripts table #176
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/88
Author: @michelroegl-brunner
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/sorting_installedtab📝 Commits (2)
b27f99afeat: Add sorting functionality to installed scripts tablecf4cf92fix: Replace logical OR with nullish coalescing operator📊 Changes
1 file changed (+123 additions, -24 deletions)
View changed files
📝
src/app/_components/InstalledScriptsTab.tsx(+123 -24)📄 Description
Summary
This PR adds comprehensive sorting functionality to the installed scripts table in the InstalledScriptsTab component.
Changes Made
Features
Testing
Screenshots
The table headers now show sort indicators and are clickable for easy sorting by any column.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.