ome / omero-iviewer

An OMERO.web app allowing to view images
https://www.openmicroscopy.org/omero/iviewer/
Other
18 stars 29 forks source link

Sort thumbnails #393

Open will-moore opened 2 years ago

will-moore commented 2 years ago

See https://forum.image.sc/t/sorting-for-opened-images-in-omero-iviewer/60145

To support sorting of thumbnails, e.g. by name, we would need to reduce the possibility of having only a subset of thumbnails loaded (via pagination), probably by increasing the page size to e.g. 500 or higher, but lazy loading the thumbnail images themselves (so as not to load a large number initially). If some images weren't loaded, disable sorting controls, or allow with a warning?

imagesc-bot commented 2 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/sorting-for-opened-images-in-omero-iviewer/60145/2

JensWendt commented 2 years ago

Probably low priority right now