vegbankr requests are handled sequentially by the shiny app, which can block relevant ui from loading when a request takes a long time. This is most apparent when the api is slow (which was happening yesterday but isn't today). If you, for example, load a url like https://dev.vegbank.org/beta/?tab=Plots&plot_filter_code=pj.455&plot_filter_type=project&plot_filter_label=Agate%20Fossil%20Beds%20National%20Monument&plots_start=0&plots_length=100&plots_order=1%3Aasc and immediately click the Communities tab, the app will wait for the filtered plot table to load before showing the loading state for the Community table. I'm not currently able to reproduce it.
vegbankr requests are handled sequentially by the shiny app, which can block relevant ui from loading when a request takes a long time. This is most apparent when the api is slow (which was happening yesterday but isn't today). If you, for example, load a url like https://dev.vegbank.org/beta/?tab=Plots&plot_filter_code=pj.455&plot_filter_type=project&plot_filter_label=Agate%20Fossil%20Beds%20National%20Monument&plots_start=0&plots_length=100&plots_order=1%3Aasc and immediately click the Communities tab, the app will wait for the filtered plot table to load before showing the loading state for the Community table. I'm not currently able to reproduce it.