omeka / omeka-s

Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata.
GNU General Public License v3.0
398 stars 131 forks source link

Load linked resource interface asynchronously #2176

Open jimsafley opened 5 months ago

jimsafley commented 5 months ago

This PR converts the linked resources interface into one that loads asynchronously. This isolates the interface from the surrounding one, which avoids unintended interactions such as pagination queries clobbering each other.