askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
8 stars 3 forks source link

added processing spinner to source query table #551

Closed marxide closed 3 years ago

marxide commented 3 years ago

A spinner will appear in the table when a query is processing. Closes #531 [skip ci]

ajstewart commented 3 years ago

I tried to test this but I couldn't do a search that took long enough to see it. Do you have an example of what it looks like?

marxide commented 3 years ago

Sorry for the delay, just got back from vacation.

I had the same problem, so I put a time.sleep into the source query to force it to be slow. It overlays an animated spinner in the middle of the table until the results are returned.

Source query results spinner