status-desktop/ui/app/AppLayouts/Chat/views/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
..
CommunityNewCollectibleView.qml feat(MintTokens): Create new collectible screen 2023-02-28 14:17:47 +01:00
CommunityNewPermissionView.qml chore(CommunityPermission): Use typed properties for CommunitiesStore 2023-02-23 11:51:30 +01:00
CommunityPermissionsView.qml feat(Communities): allow for creating community permissions 2023-03-03 10:22:32 +01:00
CommunityWelcomeSettingsView.qml feat(CommunitySettings): Created base welcome settings view 2023-02-20 12:06:22 +01:00
HoldingsSelectionModel.qml feat(StatusQ): Add cpp model utils to allow handling ListModel and generic QAbstractItemModel uniformly 2023-02-20 22:25:56 +01:00
JoinCommunityView.qml chore(CommunityPermissions): Permissions model and backend API simplified, separation of concerns improved 2023-02-20 18:40:59 +01:00
qmldir feat(MintTokens): Create new collectible screen 2023-02-28 14:17:47 +01:00