status-desktop/ui/app/AppLayouts/Chat/popups/community
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
..
AccessExistingCommunityPopup.qml fix: RPC method invocation as soon as Import Community popup was opened 2021-12-06 13:18:08 -05:00
CommunitiesPopup.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
CommunityDetailPopup.qml refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile` 2022-02-01 11:37:29 +01:00
CommunityProfilePopup.qml chore: remove old contacts code 2022-02-01 11:35:24 +01:00
CreateCategoryPopup.qml fix(@desktop/communities): Can't copy to clipboard the link to community 2021-11-05 11:02:45 -04:00
CreateChannelPopup.qml fix: fix edit community channel missing store 2021-11-05 11:02:45 -04:00
CreateCommunityPopup.qml fix(@desktop/communities): Close popup when edit is successful 2021-12-03 09:36:23 +01:00
InviteFriendsToCommunityPopup.qml refactor(desktop/chat) Cleaning up popups 2021-10-26 16:22:49 -04:00
MembershipRequestsPopup.qml feat(desktop/contacts) Improvements in contacts 2021-12-01 20:51:06 +02:00
MembershipRequirementPopup.qml refactor(desktop/chat) Moving chat to new architecture 2021-10-20 15:29:38 -04:00
TransferOwnershipPopup.qml fix(TransferOwnershipPopup): ensure community key is exported properly 2021-11-15 12:32:56 +01:00