status-desktop/ui/app/AppLayouts/Chat/views
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
..
communities feat(Communities): allow for creating community permissions 2023-03-03 10:22:32 +01:00
private
ChatColumnView.qml fix(@desktop/chats): Scroll chat to the bottom or last unread msg when chat is first time opening 2023-02-09 13:54:08 +02:00
ChatContentView.qml chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00
ChatContextMenuView.qml
ChatHeaderContentView.qml fix: truncation of channel description and pinned message text 2023-02-21 16:53:06 +02:00
ChatMessagesView.qml fix: Pinning messages - tweaks to UI and interactions 2023-02-17 11:22:21 +01:00
ChatView.qml feat(ActivityCenter): Add indication for visited/unvisited AC state 2023-02-17 16:13:43 +04:00
CommunityColumnView.qml refactor(chat-model): simplify chat model and put category as an Item 2023-02-28 11:58:40 -05:00
CommunitySettingsView.qml feat(MintTokens): Create new collectible screen 2023-02-28 14:17:47 +01:00
ContactsColumnView.qml refactor(chat): make getChats async to speed up start time 2023-02-08 16:18:44 -05:00
CreateChatView.qml feat(ActivityCenter): Add indication for visited/unvisited AC state 2023-02-17 16:13:43 +04:00
MembersEditSelectorView.qml
MembersSelectorView.qml chore(Qt5.15): Fix qml warnings after qt 5.15 migration 2023-01-31 20:39:19 +02:00
qmldir