martin-g opened a new issue, #1787: URL: https://github.com/apache/datafusion-ballista/issues/1787
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** It would be nice to add a "loading indicator" for the jobs with "Running" status. To show that something is happening on the background. **Describe the solution you'd like** We may use one of the small spinners at https://github.com/sorinirimies/tui-spinner#fluxspinner--all-frame-presets next to the `Running` label in the `Status` column **Describe alternatives you've considered** **Additional context** We have to see how the re-rendering of the spinner works. If it needs the application tick event then we have to decide whether to decrease the tick time from 2000ms to a lower value because this will increase the frequency of the REST calls to the Scheduler. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
