tator
tator copied to clipboard
project-detail view is running media searches twice
Something in the project-detail view (did not trace it yet) launches media searches twice. This may impact display performance when results complete server side as they appear to run sequentially.
Upon closer inspection, this is actually just the MediaCount endpoint running followed by the Medias endpoint.
If we move to client side pagination, we can probably speed up responsiveness. Moving off 1.2.0 milestone.