Moves data for User table to a separate API call that is loaded once you click on the Users tab. Should drastically speed up initial load time, and will make it easier to diagnose why we are having performance issues with the Users tab in particular.
Things to check before submitting the PR
[x] I've written a descriptive PR title.
[x] I've added/updated comments for large or confusing blocks of code.
380
Moves data for User table to a separate API call that is loaded once you click on the Users tab. Should drastically speed up initial load time, and will make it easier to diagnose why we are having performance issues with the Users tab in particular.
Things to check before submitting the PR