status-desktop/ui/shared
Alexandra Betouni 4ee21ada05 feat(desktop) Added image function in Style
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
   source: Style.svg("check)
   ....

Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths

Closes #3678
2021-09-28 15:28:00 -04:00
..
img feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
status feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
AccountSelector.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
Address.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
AddressInput.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
AddressRequiredValidator.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
AddressSourceSelector.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
AssetAndAmountInput.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
AssetSelector.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
BalanceValidator.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
BlockContactConfirmationDialog.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ColorSelector.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ConfirmationDialog.qml feat(@desktop/onboarding): support (optionally) OS keychain to login password 2021-09-17 12:45:34 -04:00
ContactSelector.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ContactsListAndSearch.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
CopyToClipBoardButton.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
CropCornerRectangle.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
DelegateModelGeneralized.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
DownloadModal.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
EnsResolver.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ExistingContacts.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
FormGroup.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
GasSelector.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
GasSelectorButton.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
GasValidator.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
GlossaryEntry.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
GlossaryLetter.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
Identicon.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ImageCropper.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ImageCropperModal.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ImageLoader.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
Input.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
InviteFriendsPopup.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
LabelValueRow.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
MacTrafficLights.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ModalPopup.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
ModuleWarning.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
NoFriendsRectangle.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
NotificationWindow.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
PopupMenu.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
RecipientSelector.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
RoundedIcon.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
RoundedImage.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
SVGImage.qml fix(@desktop/wallet): modal is not being closed when clicking Add Account 2021-07-20 10:05:52 -04:00
SearchBox.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
SearchResults.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
SeedPhraseTextArea.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
Select.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
SendToContractWarning.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
Separator.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
SeparatorWithIcon.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
SplitViewHandle.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StatusTabButton.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StyledButton.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StyledTArea.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StyledText.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StyledTextArea.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StyledTextEdit.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
StyledTextField.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
TertiaryButton.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
TextWithLabel.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
Timer.qml fix: code review 2020-07-06 14:17:19 -04:00
ToastMessage.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
TransactionFormGroup.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
TransactionPreview.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
TransactionSigner.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
TransactionStackView.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
UnblockContactConfirmationDialog.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
UserStatusContextMenu.qml feat(desktop) Added image function in Style 2021-09-28 15:28:00 -04:00
polyfill.number.toLocaleString.js fix(@desktop/wallet) Truncate long wallet amount 2021-08-13 15:03:24 +02:00
qmldir chore: move StatusToolTip into library 2020-09-17 15:40:01 -04:00
xss.js feat: Keyboard shortcuts 2020-11-26 11:33:32 -05:00