status-desktop/ui/imports/shared/views/chat
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
..
AcceptTransactionView.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
ChannelIdentifierView.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
ChatTextView.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
CompactMessageView.qml fix: Cannot download uploaded or embed images in private chat 2022-01-04 16:53:47 +02:00
InvitationBubbleView.qml refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile` 2022-02-01 11:37:29 +01:00
LinksMessageView.qml refactor(@desktop/general): app sections handled within main module 2022-02-01 11:32:28 +01:00
MessageContextMenuView.qml refactor(@desktop/general): app sections handled within main module 2022-02-01 11:32:28 +01:00
MessageView.qml fix: display loading indicator depending on mailserver request status 2022-01-25 13:59:41 -04:00
NormalMessageView.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
TransactionBubbleView.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
qmldir refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00