Lukáš Tinkl
e6408724c9
feat(settings): add Privacy Statement and Terms of Use
...
- bundle those 2 documents as Markdown
- some UI fixes according to latest Figma
Fixes #12192
2023-09-25 14:09:45 +02:00
Khushboo Mehta
76615b0bf7
fix(@desktop/wallet): Move selected recipient and send type to nim
...
fixes #12206
2023-09-21 15:34:00 +02:00
Khushboo Mehta
f597ef4e6a
feat(@desktop/wallet): Glue for sending nft
...
fixed #12128
2023-09-12 14:01:10 +02:00
Dario Gabriel Lipicar
50ffbb9dce
feat(@desktop/wallet): add collectibles list to send modal
...
Fixes #12072
2023-09-11 08:02:02 -03:00
Sale Djenic
61f3d903ce
feat(@desktop/syncing): keypair syncing - migrate keypair to/from keycard if devices are already paired
...
Closes : #11706
2023-09-11 12:14:36 +02:00
Sale Djenic
ef4a564fc7
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair (on device)
...
Part 3 of: #11737
2023-09-04 16:25:53 +02:00
Cuteivist
722a9022e2
feat(@desktop/wallet): Extended activity progress block ( #12013 )
2023-09-04 12:19:02 +02:00
Sale Djenic
c59f6d72d8
feat(@desktop/wallet): account interaction - stop using a keycard for non profile keypair
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Michał Cieślak
3d336f2666
fix(Communities): Align Constants.CommunityMembershipRequestState with MembershipRequestState in types.nim
...
Closes : #12042
2023-08-31 18:17:34 +02:00
Cuteivist
db350dc36e
feat(@desktop/wallet): Fetch multi tx details ( #12002 )
...
closes #11897
2023-08-30 14:10:59 +02:00
Lukáš Tinkl
5aec48da35
fix(chat): Download/invite popup small issues
...
- make the popup centered across the whole window
- fix (and extract) the get/download link to `Constants`
- fix some memleaks
Fixes #11926
2023-08-29 15:19:41 +02:00
Sale Djenic
fadad5f4f6
fix(@desktop/wallet): importing keypairs at the account level (navigating into an account page in Wallet settings) (point 8)
...
Point 8 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
70343c4b4f
fix(@desktop/wallet): QR dialog - how to generate the QR on the other synced device instructions (point 5)
...
Point 5 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
a1bf7bed19
feat(@desktop/syncing): make a not operable account fully operable, part 3
...
Closes the third part of #11779
2023-08-22 12:22:32 +02:00
Igor Sirotin
3560786e2a
feat: Unfurl images ( #11940 )
2023-08-22 10:26:54 +03:00
Jonathan Rainville
8332a685c4
Hook pending join request backend to new UI ( #11914 )
...
Fixes #11851
2023-08-21 15:07:40 -04:00
Michal Iskierko
a7b5ab30a0
fix(@desktop/communities): Set up isTokenMasterOwner flag correctly in UI
...
Fix #11276
2023-08-16 12:11:12 +02:00
Noelia
6b8ef1411b
refactor(OwnerToken): Refactored UI roles `isPrivilegedToken` and `isOwner`
...
Refactored UI expecting backend role: `privilegesLevel`.
Added privileges level possibilities into `Constants`.
Updated storybook accordingly.
2023-08-14 21:40:57 +02:00
Sale Djenic
4c6af4f1ad
feat(@desktop/syncing): make a not operable account fully operable, part 2
...
- handles import keypairs (without syncing via qr)
Closes the second part of #11779
2023-08-11 17:22:27 +02:00
Sale Djenic
23fa2f5df3
feat(@desktop/syncing): make a not operable account fully operable, part 1
...
- handles recovered keypairs
Closes the first part of #11779
2023-08-11 09:48:34 +02:00
Alex Jbanca
7d0d321b35
feat(community): Add Pending states to community membership request decisions in members tab panel
2023-08-10 18:02:27 +03:00
Sale Djenic
6e5469f5aa
chore(@desktop/wallet): sorting out keypair/account menu
2023-08-04 15:43:03 +02:00
Cuteivist
b5a81badaa
feat(@desktop/wallet): Handle collectible minting ( #11796 )
2023-08-04 12:47:45 +02:00
Cuteivist
66e9631933
fix(@desktop/wallet): Speedup wallet view loading ( #11736 )
...
fixes #11627
2023-08-04 10:41:45 +02:00
Lukáš Tinkl
3d2deb5335
fix: Revisit character set usage (ASCII/Latin1/UTF-8) in description fields
...
Restrict the character set to basically 7-bit ASCII plus some punctuation
in community/chat/profile related popups in order to:
- reduce the risk of impersonation (UTF-8 characters might look the same
despite being a different codepoint)
- narrow down the set of characters in order to keep the new share URL
format short
Closes #11307
2023-08-02 09:52:48 +02:00
Sale Djenic
2749236a56
feat(@desktop/syncing): recovering from waku if backed up data refers to a profile migrated to a Keycard
...
Closes : #11661
2023-07-28 17:06:35 +02:00
Alex Jbanca
83303a011e
feat(CommunityOverview): Update Control Node help page URL opened by Learn more button
...
Updating the help URL.
2023-07-25 15:02:30 +03:00
Cuteivist
9b8340b695
feat(@desktop/wallet): Handle contract deployment ( #11570 )
...
closes #9047
2023-07-24 13:18:42 +02:00
Cuteivist
d05d743d80
fix(@desktop/wallet): Various wallet view fixes ( #11606 )
2023-07-21 12:55:36 +02:00
Lukáš Tinkl
daae249fae
feat(Token master): create category in Settings/Communities
...
Add a `memberRole` value and section for the TokenMaster category in
Settings/Communities
Fixes #11308
2023-07-20 11:37:48 +02:00
Lukáš Tinkl
02e40adfca
feat: New design flows to integrate Revealing addresses...
...
... when joining Community functionality
Closes #11138
2023-07-19 12:44:16 +02:00
Cuteivist
a30678f5ec
feat(@desktop/wallet): Handle missing token metadata ( #11433 )
...
closes #11043
2023-07-18 16:05:22 +02:00
Sale Djenic
4b6066c955
fix(@desktop/wallet): review comments applied for keypair rename feature
...
- labels changed in Figma, updated in the app
- `Show encrypted QR of keypairs on device` is displayed only if needed now,
for this I had to add account/keypair `operability` feature, so far it handles only
displaying a context menu option, later in a separate issue a proper functionality
will be added
- wallet related toast notifications moved to the proper place (`AppMain.qml`, where
actually all notifications should be handled), not in the place where they occurs, we
need to review other notifications as well and move them there
2023-07-18 09:20:09 +02:00
Sale Djenic
6d25a888d3
feat(@desktop/wallet): keypair rename (a profile keypair name should follow display name)
...
Fixes : #10769
2023-07-18 09:20:09 +02:00
Mikhail Rogachev
1a7532d92c
fix: Fix behaviour issues with CRs and mutual update messages ( #11178 )
...
Close #11121
2023-07-13 01:39:56 +04:00
Alex Jbanca
3b57915155
feat: Implement Community Overview footer with mocked data
...
1. Adding OverviewSettingsFooter.qml according to design
2. Adding the footer to storybook
3. Add the footer in the overview page
4. Remove the squish tests for the old footer
2023-07-07 21:07:35 +03:00
Michał Cieślak
235c3d778b
fix(MintTokensSettingsPanel): Improved binding from token model to CommunityTokenView instance, Constants.TokenType used consistently
...
Closes : #11387
Closes : #11384
2023-07-04 15:32:37 +02:00
Jakub Sokołowski
08ef5efda5
fleets.json: drop decomissioned eth.test fleet
...
The fleet wasn't being used so it has been liquidated:
https://github.com/status-im/infra-eth-cluster/commit/de986014
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-30 08:35:06 -04:00
Lukáš Tinkl
af96345e26
Community -> New community: make community banner and logo required
...
in production builds
Fixes #11234
2023-06-29 10:44:30 +02:00
Khushboo Mehta
c47140a406
feat(@desktop/wallet): Wallet accounts - Account List
...
fixes #11189
2023-06-23 16:55:36 +02:00
Boris Melnik
cdac45010a
feat(communities): Adds mute community intervals
...
Fixes : #9369
2023-06-22 20:46:33 +03:00
Pascal Precht
b3329d790e
feat: channel permissions
...
Closes : #10996 , #10995 , #10993 , #10997 , #9537
2023-06-20 21:57:37 +02:00
Khushboo Mehta
fe023d39da
feat(@desktop/wallet): Activity FIlter UI rest of the filters (UI only)
2023-06-14 18:06:05 +02:00
Mykhailo Prakhov
82a1ed2f7a
feat(@desktop/community): Community admin permissions ( #10909 )
...
* chore:
- replaced admin bool to memberRole
- activate admin permissions
- configured admin restrictions
2023-06-14 18:00:41 +02:00
Cuteivist
31f59a2e81
chore(@desktop/wallet): Unify transaction enums ( #11034 )
2023-06-12 15:04:39 +02:00
Cuteivist
cc7a2e9d32
fix(@desktop/wallet): Several fixes ( #10971 )
2023-06-12 11:08:37 +02:00
Cuteivist
82dced8826
fix(@desktop/wallet): Handle testnet explorer links ( #11016 )
2023-06-12 10:39:59 +02:00
Mikhail Rogachev
010640acd0
feat(Chat): display MutualStateUpdate system messages in 1-to-1 chats ( #10847 )
...
* feat(Chat): Display MutualStateUpdate system messages in 1-to-1 chats
* feat(ActivityCenter): Add AC notification when a user get removed by another contact
* fix: crutch fixing segfault on contact removal
2023-06-08 16:52:03 +04:00
Sale Djenic
ae492fe631
fix(@desktop/profile): profile social links
...
- added to sync mechanism
- added to backup mechanism
- UI updated according to the newest changes
Closes : #10390
2023-06-07 13:22:59 +02:00
Khushboo Mehta
28654e0187
\chore(@desktop/wallet): Change customisation colours on desktop to match those used on mobile
...
fixes #10637
2023-06-02 19:48:19 +02:00