processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.38k stars 1.32k forks source link

Fix sorting in collection table #2375 #2732

Closed KrishavRajSingh closed 6 months ago

KrishavRajSingh commented 10 months ago

Fixes #2375

Changes: implemented logic required to sort the array of items in the Collection which was returned from getCollection(state, {id})

[

https://github.com/processing/p5.js-web-editor/assets/99531396/b1d85eae-c35d-4798-9909-9f5fedbc8301

](url)

I have verified that this pull request:

raclim commented 6 months ago

Thanks for submitting this! I think we're going to go with https://github.com/processing/p5.js-web-editor/pull/2376 to resolve the linked issue, so I'm going to close this for now!