status-desktop/ui/app/AppLayouts/Profile
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
..
LeftTab re-disable experimental features 2021-04-23 07:44:55 -04:00
Sections feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
LeftTab.qml fix(ui): remove clip padding in profile section menu 2021-04-14 17:00:37 +02:00
ProfileLayout.qml chore: remove unnecessary splitview props 2021-04-15 10:12:50 +02:00
qmldir feat: layouts for the Profile screens 2020-05-19 20:02:21 -04:00