mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-29 15:57:03 +00:00
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
…
…
…
…
…
…
…
…
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
39.1%
JavaScript
29.7%
Nim
18.5%
Python
5.7%
C++
5.2%
Other
1.7%