status-desktop/ui/app
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
..
AppLayouts feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
img fix: Add close button to seed backup warning 2021-04-21 17:59:27 -04:00
AppMain.qml re-disable experimental features 2021-04-23 07:44:55 -04:00
qmldir feat: Onboarding carousel 2020-05-12 18:52:51 -04:00