status-desktop/ui/app/AppLayouts/Chat/panels/communities
Pascal Precht e4b8814bfa feat(Communities): allow for creating community permissions
This commit is the first of implementing community permissions.
**It is not implementing the complete feature**, rather does it
introduce the first pieces, such that we can get code reviewed and
merged before it grows too big.

To review these features, please make sure to

1. Enable wallet (Settings -> Advanced -> Wallet toggle)
2. Enable community permissions (Settings -> Advanced -> Community
   Permissions toggle)

You'll have to restart the app after doing so.

The commit introduces the following:

**UI, API calls and view models to CRUD community permissions**

After creating a community, the user can go to the community
settings and create new token permissions. The user can also update
and delete existing permissions.

**Asset and collectible view models**

To create community token permissions, users have to select
the token criteria. This commit introduces the `assetsModel` for ERC20
tokens and `collectiblesModel` for `ERC721` tokens.

The latter only supports custom minted community tokens at this point.

**This commit requires:** https://github.com/status-im/status-go/pull/3207
2023-03-03 10:22:32 +01:00
..
BackUpCommuntyBannerPanel.qml fix: community banners UI fixes 2022-09-16 11:49:42 +02:00
CommunityChannelsAndCategoriesBannerPanel.qml fix(warnings): Rid off warnings 2022-12-15 19:31:18 +03:00
CommunityColumnHeaderPanel.qml feat(Community): Create `CommunityColumnHeaderPanel` component 2023-02-10 10:45:38 +02:00
CommunityEditSettingsPanel.qml fix(statusApp): resolving qml errors/warnings pt2.1 2023-02-08 18:43:51 +02:00
CommunityMembersSettingsPanel.qml fix(warnings): Fix chat, community settings warnings 2022-12-13 17:46:30 +03:00
CommunityMembersTabPanel.qml perf(chatScroll): Avoid calling the backend on delegate creation/binding 2023-01-19 19:24:18 +02:00
CommunityMintTokensSettingsPanel.qml feat(MintTokens): Create new collectible screen 2023-02-28 14:17:47 +01:00
CommunityOverviewSettingsPanel.qml fix(statusApp): resolving qml errors/warnings pt2.1 2023-02-08 18:43:51 +02:00
CommunityPermissionsSettingsPanel.qml feat(Communities): allow for creating community permissions 2023-03-03 10:22:32 +01:00
CommunityProfilePopupInviteFriendsPanel.qml feat(@desktop/general): Use compressed community key in deep links 2022-11-08 15:18:39 +01:00
CommunityProfilePopupInviteMessagePanel.qml test(community): add test that invites a user to the community 2022-10-26 12:32:52 -04:00
CommunityProfilePopupOverviewPanel.qml feat(@desktop/general): Use compressed community key in deep links 2022-11-08 15:18:39 +01:00
CommunityWelcomeBannerPanel.qml test(community): add test that invites a user to the community 2022-10-26 12:32:52 -04:00
HidePermissionPanel.qml fix(CommunityPermissions): Typos corrected 2023-02-20 18:40:59 +01:00
HoldingsListPanel.qml feat(StatusQ): Add cpp model utils to allow handling ListModel and generic QAbstractItemModel uniformly 2023-02-20 22:25:56 +01:00
JoinPermissionsOverlayPanel.qml chore(CommunityPermissions): Permissions model and backend API simplified, separation of concerns improved 2023-02-20 18:40:59 +01:00
PermissionConflictWarningPanel.qml feat(Community Permission): Add conflicts warning panel 2023-01-25 17:05:27 +01:00
PermissionDuplicationWarningPanel.qml feat(CommunityPermissions): Implement duplication checking 2023-02-20 18:40:59 +01:00
PermissionQualificationPanel.qml feat(CommunityPermissions): UI support to show the % of members fulfilling permission 2023-01-19 13:38:47 +01:00
qmldir feat(CommunityPermissions): Implement duplication checking 2023-02-20 18:40:59 +01:00