status-desktop/ui/app/AppLayouts/Wallet/components/collectiblesComponents
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
..
CollectiblesContainer.qml feat: add error management to the collectibles 2020-08-25 11:49:11 -04:00
CollectiblesContent.qml refactor: replace StyledButton with StatusButton 2021-02-02 10:57:42 +01:00
CollectiblesHeader.qml feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
CollectiblesModal.qml refactor: replace StyledButton with StatusButton 2021-02-02 10:57:42 +01:00
CollectiblesModalContent.qml fix: add image loader to collectibles images 2020-10-09 12:05:10 -04:00
collectiblesData.js feat: add stickers to collectibles 2020-08-28 11:05:19 -04:00