status-desktop/ui/app/AppLayouts/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
..
ChatColumn/ChatComponents refactor(@desktop/general): app sections handled within main module 2022-02-01 11:32:28 +01:00
controls refactor(@desktop/chat): use StatusQ components for chat user list 2021-12-02 11:27:43 +01:00
helpers refactor(desktop/chat) Moving chat to new architecture 2021-10-20 15:29:38 -04:00
panels chore: remove old contacts code 2022-02-01 11:35:24 +01:00
popups refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile` 2022-02-01 11:37:29 +01:00
stores refactor(chat): move stickers to the new architecture 2022-02-01 11:36:59 +01:00
views refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile` 2022-02-01 11:37:29 +01:00
ChatLayout.qml refactor(chat-section): new chat/community model applied on the qml side 2022-02-01 11:37:15 +01:00