status-desktop/ui/app/AppLayouts/Wallet/components
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
..
collectiblesComponents feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
AddAccount.qml fix: menu dropdowns not closing on button click and position 2021-04-01 16:59:43 -04:00
AddAccountWithPrivateKey.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
AddAccountWithSeed.qml feat: extract seed textArea to shared component and use it in wallet 2021-04-15 16:50:57 -04:00
AddWatchOnlyAccount.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
GenerateAccountModal.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
HeaderButton.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
SetCurrencyModalContent.qml Fixed wrong color issue of the wallet layout. Fixes #1903 2021-02-25 15:43:14 -05:00
TokenSettingsModalContent.qml core: update token icon assets 2021-04-13 15:12:12 -04:00
TransactionModal.qml feat: beautify the hex values in transaction history 2020-10-05 10:46:00 -04:00
qmldir chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00