-
### Current Issue
The spinner loading icons are nice to look at but don't really give me any indication of how much progress has been made. I am seeing this as an issue largely when creating a new …
-
Example operations:
* creating a new adventure
* creating a new map
* opening a map
* uploading an image
-
When using the spinner in indeterminate mode (e.g. during an AJAX call), there's no obvious way to hide it. I'd imagine writing something like:
```
```
I tried setting `wl-progress-spinner:not([a…
-
### Description of the new feature / enhancement
Add an option to disable the spinner and any other progress indicator.
This adds clutter to the screen if you are trying to capture what happened, an…
-
Yesterday [on Slack](https://visual-framework.slack.com/archives/CPER1L6Q4/p1611040727012800) loaders came up.
@nitinja
> good morning, do we have any "loader" component? like spinning wheel or …
-
### Describe the bug
I'm building an app to run calculations. The calculations take time. Therefore, I decided to place a spinner to show the progress (status). However, instead of showing the spinne…
-
### 🚀 Feature Request
**Description**
I would like to add a visually appealing and cool loader animation to the site. The loader should be displayed while content is being fetched or loaded, imp…
-
Right now save/load blocks the UI thread which will result in (not responding) on windows if it takes too long. Make it async and add a spinner/progress dialog.
-
**Is your feature request related to a problem? Please describe.**
When updating apps with the "Update all" button, there is no indication of the progress of any app and you either have to go to your…
-
While overwriting file it is async call we shouldn't put progress bar while loading . we should use spinner for async calls.