-
Notifications
You must be signed in to change notification settings - Fork 3
Description
🌟 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.