status-desktop/ui/shared
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
..
img fix(Chat): don't render "Copy Link" menu item if not desired 2021-03-17 15:28:12 -04:00
status feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
AccountSelector.qml fix(TransactionModal): fix values oferflowing 2021-04-20 13:20:34 -04:00
Address.qml
AddressInput.qml feat: improve ens search in wallet send by showing the result 2021-04-14 14:39:11 -04:00
AddressRequiredValidator.qml
AddressSourceSelector.qml
AssetAndAmountInput.qml
AssetSelector.qml
BalanceValidator.qml
BlockContactConfirmationDialog.qml
ColorSelector.qml
ConfirmationDialog.qml feat: add confirmation dialog on experimental features enabling 2021-04-23 07:01:12 -04:00
ContactSelector.qml
ContactsListAndSearch.qml feat: improve ens search in wallet send by showing the result 2021-04-14 14:39:11 -04:00
CopyToClipBoardButton.qml fix: fix show tooltip under the version button because of small space 2021-03-25 16:57:47 -04:00
CropCornerRectangle.qml feat: make image cropper receive a ratio that it needs to respect 2021-03-05 14:01:30 -05:00
DelegateModelGeneralized.qml feat: add community requests, permissions, ENS and more 2021-03-03 16:45:23 -05:00
EnsResolver.qml feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
ExistingContacts.qml feat: add input to search and use ENS for community invite 2021-03-31 16:25:24 -04:00
FormGroup.qml
GasSelector.qml
GasValidator.qml
GlossaryEntry.qml
GlossaryLetter.qml
Identicon.qml
ImageCropper.qml fix: create community and channel name validation 2021-04-19 20:19:43 +10:00
ImageCropperModal.qml fix: create community and channel name validation 2021-04-19 20:19:43 +10:00
ImageLoader.qml feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
Input.qml fix: custom token validation for non-token addresses 2021-03-25 15:52:02 -04:00
InviteFriendsPopup.qml feat: add input to search and use ENS for community invite 2021-03-31 16:25:24 -04:00
LabelValueRow.qml
ModalPopup.qml fix: fix compact message hover when a popup is opened 2021-04-13 14:43:48 -04:00
NoFriendsRectangle.qml feat: add input to search and use ENS for community invite 2021-03-31 16:25:24 -04:00
NotificationWindow.qml
PopupMenu.qml fix(contextMenu): make menu item hover work and change color 2021-04-14 10:54:20 +02:00
RecipientSelector.qml feat: improve ens search in wallet send by showing the result 2021-04-14 14:39:11 -04:00
RoundedIcon.qml
RoundedImage.qml feat: make the identicon use the right color instead of white 2021-04-13 14:42:27 -04:00
SVGImage.qml fix: remove svg hack 2021-03-05 09:36:50 -05:00
SearchBox.qml
SearchResults.qml feat: improve ens search in wallet send by showing the result 2021-04-14 14:39:11 -04:00
SeedPhraseTextArea.qml feat: extract seed textArea to shared component and use it in wallet 2021-04-15 16:50:57 -04:00
Select.qml
SendToContractWarning.qml
Separator.qml fix(Separator): ensure custom color works as expected 2021-03-19 15:54:27 -04:00
SeparatorWithIcon.qml
SplitViewHandle.qml fix(ui): visually remove splitview handle 2021-04-14 17:00:37 +02:00
StatusTabButton.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
StyledButton.qml
StyledTArea.qml
StyledText.qml
StyledTextArea.qml feat: extract seed textArea to shared component and use it in wallet 2021-04-15 16:50:57 -04:00
StyledTextEdit.qml
StyledTextField.qml
TertiaryButton.qml
TextWithLabel.qml feat: implement new colors for dark mode 2021-02-18 15:24:12 -05:00
Timer.qml
ToastMessage.qml
TransactionFormGroup.qml
TransactionPreview.qml fix(TransactionModal): fix values oferflowing 2021-04-20 13:20:34 -04:00
TransactionSigner.qml
TransactionStackView.qml
UnblockContactConfirmationDialog.qml
polyfill.number.toLocaleString.js
qmldir
xss.js