status-desktop/ui/imports/shared/controls/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
..
DateGroup.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
EmojiReaction.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
FetchMoreMessagesButton.qml feat: show real sync date in "Fetch more messages" button 2022-01-03 21:12:28 +00:00
GapComponent.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
GasSelectorButton.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
MessageBorder.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
MessageMouseArea.qml fix(desktop/chat): stickers pack popup not opened 2021-12-02 16:45:53 +02:00
RectangleCorner.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
Retry.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
SendTransactionButton.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
SentMessage.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
StateBubble.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
UserImage.qml refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile` 2022-02-01 11:37:29 +01:00
UsernameLabel.qml refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00
qmldir refactoring (desktop/chat) Message component 2021-11-24 13:15:15 +01:00