status-desktop/ui/app/AppLayouts/Chat/stores
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
..
CommunitiesStore.qml feat(Communities): allow for creating community permissions 2023-03-03 10:22:32 +01:00
MessageStore.qml refactor(chat-model): flatten chat model to only have chat items 2023-01-30 15:36:48 -05:00
MessagesData.qml
RootStore.qml feat(Communities): allow for creating community permissions 2023-03-03 10:22:32 +01:00
StickerData.qml feat: New Profile Modal 2022-10-17 12:05:54 +02:00
StickerPackData.qml feat: New Profile Modal 2022-10-17 12:05:54 +02:00
StickersStore.qml fix(@desktop/general): qml warnings caused by undefined context props handled 2023-02-17 12:25:44 +01:00
UsersStore.qml feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
qmldir fix: pasting a user's profile link in the ad-hoc chat search 2023-02-10 11:23:26 +01:00