status-desktop/ui/app/AppLayouts/Chat
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
..
controls fix(StatusPopupMenu): Refactoring 2022-12-02 10:30:50 +03:00
helpers fix(CreateChannelPopup): fixed emoji popup position 2022-08-04 18:05:36 +03:00
layouts (StatusSectionLayout): removed big space between header and content 2022-09-28 15:37:52 +03:00
panels fix(@desktop/chat): open 121 chat by pasting chat key of existing mutual contact 2022-12-06 15:01:09 +02:00
popups fix(StatusPopupMenu): Refactoring 2022-12-02 10:30:50 +03:00
stores feat(communities): allow community import via public key 2022-12-07 14:18:08 +01:00
views feat(communities): allow community import via public key 2022-12-07 14:18:08 +01:00
ChatLayout.qml fix(@desktop/chat): Hide create chat panel when some other menu items are selected 2022-11-25 14:17:23 +01:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00