terraframe / osmre-uav

The Imagery Data Manager (IDM) is an open-source and cloud-based application built for the US Department of Interior that provides a cloud-based solution which cost-effectively stores, manages, processes, and shares imagery.
Apache License 2.0
2 stars 1 forks source link

Needs more spinners #275

Closed rrowlands closed 12 months ago

rrowlands commented 12 months ago

It is important that the app lets users know that it is currently doing something. This is especially important if that task takes a long time. The user will click and button and have no idea that the client is waiting on a response from the server.

Add busy spinners to the following:

  1. Opening the collection modal. Can be opened via site viewer, tasks page or product modal mutation
  2. Pagination (next, previous, selecting a page) on workflow tasks page

Dim the whole screen and show a spinner.