status-desktop/ui/imports/shared/popups
Sale Djenic c8b429388f refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile`
Apart of all properties we have, now we have 3 new added props which will be used
almost always when we need the following details about logged in user:
- `name` - this will return an ens name in a pretty form or an alias if ens name
was not set (verified). Apart of this there are still `username` and `ensName`
properties for fetching them when it's needed.
- `icon` - this will return a thumbnail image if it's set, otherwise it will
return identicon. Apart of this there are still `identicon` and `thumbnailImage`
properties for fetching them when it's needed.
- `isIdenticon` - this will return `false` if a thumbnail image is set, otherwise
it will return `true`
2022-02-01 11:37:29 +01:00
..
BlockContactConfirmationDialog.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
ChatCommandsPopup.qml refactor: move StatusChatCommandsPopup to ui/shared/popups 2021-11-05 15:09:34 -04:00
ConfirmationDialog.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
DownloadModal.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
ImageCropperModal.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
InviteFriendsPopup.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
ModalPopup.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
PopupMenu.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
SelectAccountModal.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
SendModal.qml fix(@desktop/wallet): browser tab, can't click send button 2022-01-05 16:30:17 +01:00
SignTransactionModal.qml fix(@desktop/wallet): Fix for - Recipient of the transaction message is not notified that transaction is completed 2022-01-11 20:59:17 +01:00
ToastMessage.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
TransactionSettingsConfirmationPopup.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
UnblockContactConfirmationDialog.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
UserStatusContextMenu.qml refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile` 2022-02-01 11:37:29 +01:00
qmldir refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00