status-desktop/ui/app/AppLayouts/Chat/views
Pascal Precht b510b33730 feat(communities): allow community import via public key
Status allows for importing communities via their private keys.

There's a requested feature that users should be able to import a community via
its public key as well.

This will behave differently as private keys won't give users ownership
of the communities. When importing via a (compressed) public key, Status
will try to fetch information about the community from the network. If it
finds such information, it'll load it into the app and create
a communitiy view from which users can then request access.

If it can't find a community or community information in the network,
the user will get a dedicated error message.

This commit also refactors the `ImportCommunityPopup` such that it uses
`StatusDialog` and updates the copy accordingly since importing via
public key is now possible as well.

Closes #8339
2022-12-07 14:18:08 +01:00
..
communities feat(@desktop/communities) Permissions - 'is allowed to' dropdown 2022-09-19 22:00:03 +02:00
private feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
ChatColumnView.qml chore: reduce the number of (verification) RPC calls 2022-12-01 16:50:23 +01:00
ChatContentView.qml chore: reduce the number of (verification) RPC calls 2022-12-01 16:50:23 +01:00
ChatContextMenuView.qml fix(StatusPopupMenu): Refactoring 2022-12-02 10:30:50 +03:00
ChatHeaderContentView.qml feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
ChatMessagesView.qml fix(chat/messages): make initial messages load without scroll 2022-12-07 00:23:25 +01:00
ChatView.qml fix(windows): fix windows chat list empty because of popup overflow 2022-11-16 15:41:32 -05:00
CommunityColumnView.qml fix(StatusPopupMenu): Refactoring 2022-12-02 10:30:50 +03:00
CommunitySettingsView.qml feat(Settings): Enable Community Archive by default and remove toggle 2022-11-30 14:41:48 -05:00
ContactsColumnView.qml feat(communities): allow community import via public key 2022-12-07 14:18:08 +01:00
CreateChatView.qml fix(windows): fix windows chat list empty because of popup overflow 2022-11-16 15:41:32 -05:00
MembersEditSelectorView.qml feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
MembersSelectorView.qml fix(@desktop/chat): open 121 chat by pasting chat key of existing mutual contact 2022-12-06 15:01:09 +02:00
qmldir feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00