I have a front end filter on a collection list in Weweb that is fairly slow to load and to respond. Is it possible to have a loader for when the collection list is being filtered? The collection is already fetched and no data is changing.
I understand this could be done by making each filter a different API and setting the loader to each collection. But I have it set up this way and would rather not go through re-doing it.