status-desktop/ui/shared/status/core
Pascal Precht aa8d9a7f48 feat: introduce StatusLoadingIndicator component
A `StatusIcon` that rotates infinitely and can be used for indicating
pending states.

Usage:

```
StatusLoadingIndicator {
    width: 24 // default: 17
    height: 24 // default: 17
    color: "red" // default: loading asset color
}
```

This also removes `LoadingImage` component from `ui/shared`.

Closes #2360
2021-04-27 14:56:09 -04:00
..
StatusIcon.qml feat: introduce StatusIcon component 2021-04-27 14:56:09 -04:00
StatusLoadingIndicator.qml feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00