status-desktop/ui/imports/shared
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 feat(SocialLinkPreview): links are too short to display even short urls 2022-12-07 12:40:58 +01:00
img refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
panels feat(SocialLinkPreview): links are too short to display even short urls 2022-12-07 12:40:58 +01:00
popups feat(communities): allow community import via public key 2022-12-07 14:18:08 +01:00
status fix(@desktop/wallet): Remove gas selector for slow, optimal and fast 2022-12-05 14:51:39 +01:00
stores fix(@desktop/wallet): Remove gas selector for slow, optimal and fast 2022-12-05 14:51:39 +01:00
views fix(EnsListView): Fixed preferred name message preview 2022-12-07 15:59:40 +03:00
DelegateModelGeneralized.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
LoadingAnimation.qml bug(@status-desktop): only run animations when they are visible to avoid cpu issues 2022-06-28 11:23:38 -04:00
MacTrafficLights.qml refactor: removed dynamic scoping from shared module 2022-02-01 11:46:39 +01:00
polyfill.number.toLocaleString.js refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
qmldir fix(ChatMessagesView): Usage of `StatusMessage` WIP 2022-08-20 03:02:41 +03:00