girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Fix duplicate XHRs resulting from asyncComputed #281

Closed zachmullen closed 3 years ago

zachmullen commented 3 years ago

I noticed that the DataBrowser was sending duplicative XHRs, which I found out was resulting from the asyncComputed getter being fired multiple times even though the values hadn't changed. After fighting with asyncComputed for about 2 hours, I gave up on it and just did it the normal, more procedural way and everything worked fine.

This also fixes an issue of too-aggressively refreshing based on the pagination options watch.