mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[GH-ISSUE #159] Add ordering by last updated #52
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#52
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?
Originally created by @gdeeble on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/159
🌟 Briefly describe the feature
Add the ability to order scripts based on their last updated time for easier visibility to scripts that have changed
📝 Detailed description
Currently you can order by name and create date, but it would be awesome to be able to order them by when they were last updated.
I understand this might not be feasible as I'm not sure if the json for the scripts contain the last updated time but if it does, this would be cool to implement.
💡 Why is this useful?
Give visibility to scripts that have had changes made.
eg. Script is downloaded and doesn't work for a user for what ever reason(may it be a PEBCAK issue or any other of the million things that could be problematic), but later is updated, and fixes the problem, the user might not see it to know to try again, especially if they are just trying it to try it.
@michelroegl-brunner commented on GitHub (Oct 15, 2025):
In the main repo we currently dont support this, as we dont track the date of the latest change. But when it gets added there i also will implement it here.