website-v2 icon indicating copy to clipboard operation
website-v2 copied to clipboard

Option to sort addons by date added

Open DNin01 opened this issue 3 years ago • 3 comments

Why this would be helpful/solve a problem

It might be kind of nice to see the addons in the order they were added. For me, it might help to see the newest addons so I can fill in their images.

What this change does

Adds a way to sort the addon list on https://scratchaddons.com/addons/ by date added, not just alphabetically.

Possible alternatives

Refer to the changelog.

Demonstration(s) and additional context

I don't have anything else to show.

DNin01 avatar Oct 29 '22 18:10 DNin01

This would be nice to add. We could use the versionAdded property of addon manifests.

WorldLanguages avatar Nov 01 '22 15:11 WorldLanguages

This would be nice to add. We could use the versionAdded property of addon manifests.

And also sort multiple addons in the same version using addons.json order (as addons are usually placed after eachother, the exception being themes).

CST1229 avatar Nov 01 '22 18:11 CST1229

And also sort multiple addons in the same version using addons.json order

This could be done but isn't very necessary. We don't add more than 5 new addons per release anyway.

WorldLanguages avatar Nov 01 '22 20:11 WorldLanguages