Mikhail Rogachev
752eda50a4
fix(Chat): Replace chat fetching in CR flows with message parsing ( #13361 )
...
Close #11854
2024-01-30 21:52:35 +04:00
Anthony Laibe
1ef6c53fc6
chore(@wallet): cache get keycards with same key uid
...
fixes #13135
2024-01-30 17:32:22 +01:00
Michal Iskierko
0a18dda176
feat(@desktop/chat): Displaying new type of chat message - bridge message
...
Show discord user as a message sender.
Show discord avatar next to user name.
Show "Bridged from Discord" label.
Open adjusted profile context menu.
Issue #13098
2024-01-30 13:06:17 +01:00
Anthony Laibe
eee8ec8e32
feat(@wallet): sepolia optimism
2024-01-30 11:36:23 +01:00
Khushboo Mehta
ff951f624a
fix(@deaktop/wallet): Remove old tokens_service under accounts service and only keep new one.
...
fixes #13142
2024-01-30 10:56:51 +01:00
Sale Djenic
bbaafa8954
feat(savedaddresses): display various cards if an address user is trying to save is known
...
Closes : #13280
2024-01-29 14:56:24 +01:00
Mikhail Rogachev
2abfe0fa0c
feat(ProfileShowcase): Implement profile showcase collectibles ( #13103 )
...
* feat(ProfileShowcase): Show token balences in the profile showcase
* feat: support new tokens & collectible identification
* feat: add collectibles to profile showcase preferences
* feat: dispaly collectibles for a contact
* fix: review fixes & tokens code moved to separated PR
2024-01-25 21:43:36 +04:00
Sale Djenic
654da3e246
fix(savedaddresses): preferred chains maintained in two places
...
This commit prevents the user from adding an address to the saved addresses list,
if it was already added to the Wallet section. Also when the user is about to add
an address to the Wallet section, which is already added to the saved addresses
list, the app will ask whether to proceed with that action by removing the related
saved address or cancel the action.
Closes : #13109
2024-01-24 14:40:21 +01:00
Sale Djenic
daecb836ac
feat(onboarding): remove mnemonic as early as possible
...
Closes : #13260
2024-01-23 16:38:41 +01:00
Richard Ramos
50e6011bcf
chore: remove wakuV1 and status.prod/test fleets
2024-01-19 22:10:46 +03:00
Richard Ramos
ce49b55014
test: use shards.test fleet as default
2024-01-19 22:10:46 +03:00
Dario Gabriel Lipicar
b186a133ab
feat(@desktop/wallet): implement token management settings for collectibles
...
Fixes #13233
2024-01-18 13:10:07 -03:00
Sale Djenic
206cf0edf5
fix(keycard): stuck keycard flows, which ought to be re-run, are fixed
2024-01-18 10:44:44 +01:00
Michal Iskierko
f00493ec02
fix(@desktop/communities): Fix displaying token holders
...
Add displaying holders for ERC20 - only community members.
Add json conversions test for some holders structs.
Fix #12062
2024-01-17 13:23:59 +01:00
Stefan
7f6636dc94
chore(config) rename pokt.network urls to grove.city as required
...
Closes #13189
2024-01-12 21:23:59 +01:00
Khushboo Mehta
fb39c8c3b8
fix(@desktop/wallet): Switching networks doesn't change assets
...
fixes #13137 , #13144
2024-01-12 20:30:42 +05:30
Sale Djenic
ba5e259296
chore(savedaddresses): saved addresses improvements
...
Closes #13140
2024-01-12 14:23:35 +01:00
Sale Djenic
1e972950e6
chore(savedaddresses): favourite property removed
2024-01-12 14:23:35 +01:00
Patryk Osmaczko
d4944fd662
fix(communities): make users module always use channels members
...
This fixes members list of the channels. The conficting signal,
`SIGNAL_COMMUNITY_MEMBERS_CHANGED`, was causing it to always show all
members.
As a consequence, it enables mentioning only members of a given
channel.
closes : #12384
2024-01-11 23:40:21 +01:00
Sale Djenic
0a3fd7fbfb
chore(general): a simplification of fetching active app chain
...
The chain we're using for stickers, collectibles, ens names and other similar activities
is simply determined by the mode the Status app is operating in and it could be either
mainnet or testnet mode. Having that fact in mind we don't need all the calls we were
using in the past for fetching explicitly chain id for each of the sections mentioned above
and that's simplified with these changes.
2024-01-09 15:48:48 +01:00
Godfrain Jacques
ed89ba77b8
Fix thumbnail images for quoted message ( #13126 )
2024-01-09 01:54:54 -08:00
Khushboo Mehta
104d7b0a90
fix(@desktop/wallet): Create new go API to get token balances without market details so that we are making wasteful api calls to coingecko/cryptocompare
...
fixes #13084
2024-01-08 18:39:18 +05:30
Cuteivist
a975e55271
feat(@desktop/settings): Added advanced token settings ( #13128 )
2024-01-04 18:54:42 +01:00
Sale Djenic
ff9062a1b0
feat(savedaddresses): update adding saved address popup to match new design
...
Implemented:
- adding selection color section
- all input field validations
- interactions within the popup
- an ephemeral notification when adding an address
Closes #13089
2024-01-04 17:45:57 +01:00
Sale Djenic
3ac13a7678
chore(savedaddresses): preparing saved address for reuse in wallet settings section
...
Part 1 of #13088
2024-01-04 17:45:57 +01:00
Sale Djenic
4854d9d100
feat(@desktop/wallet): mark address as shown when it is about to be fully displayed
...
Fixes : #12989
2024-01-04 13:57:13 +01:00
Cuteivist
0536ce898d
feat(@desktop/toast): Community Token received notification ( #13116 )
2024-01-04 13:22:12 +01:00
Khushboo Mehta
1bd23b027d
fix(@desktop/wallet): creating a common grouped model for accounts assets to be used for wallet and profile view
...
fixes #12601
2024-01-02 20:00:13 +05:30
Mikhail Rogachev
2d00478467
feat: update chat unseen counters from the Activity Center ( #13020 )
...
Close #12857
* feat: update chat unseen counters from the Activity Center
* feat: mark all notifications read also updates chats
* chore: review fixes
2023-12-25 16:18:13 +07:00
kaichao
55d0a3efb5
chore: remove wakuv2 store config ( #13018 )
2023-12-23 10:42:16 +08:00
Igor Sirotin
50c187edff
remove legacy requestCommunityInfo
code ( #13012 )
2023-12-21 20:05:04 +00:00
Cuteivist
635bf7e582
feat(@desktop/wallet): Provide QProperties for token management ( #12929 )
2023-12-21 15:13:19 +01:00
Mykhailo Prakhov
790add8ea5
fix(@desktop/requestsToJoin): displaying approved people in the pending list ( #13038 )
2023-12-21 11:30:02 +01:00
Cuteivist
3b162e0541
feat(@desktop/tokens): Handle community ID and community token image ( #12980 )
2023-12-20 11:31:02 +01:00
Sale Djenic
774da7dd47
fix(@desktop/general): biometrics prompt is shown after restarting the app even it was not enabled
...
Fixes : #11261
2023-12-19 08:33:34 +01:00
Mikhail Rogachev
123770c0e3
Fix/issue 12944 member cant leave the community ( #12958 )
...
Close #12944
* fix: Check if activityCenterNotifications are present in the response
* chore: Review fixes & code cleanup
2023-12-13 16:30:21 +07:00
Michal Iskierko
d2b2aae000
fix(@desktop/communities): Add toasts to send owner token process
...
Fix transfer ownership button.
Set correct data in SendModal.
Issue #12656
2023-12-12 16:06:04 +01:00
Godfrain Jacques
7a5e691c90
feature(@desktop/chat) Enhance message context menu with mark as unread ( #12879 )
...
* chore: bump status-go
* feature(@desktop/chat) Enhance message context menu with mark as unread
fixes #10329
linked with PR #12879
- Adds capacity to mark a message as unread
- Adds capacity to mark a message with mention as unread
- Adds persistence to the marking of the message (change can be seen at
after reboot)
- Adds marking in right click contextual menu
2023-12-11 20:16:06 -06:00
Anthony Laibe
f98d1acf08
feat(@wallet): use infura for sepolia arbitrum
2023-12-07 09:22:46 +01:00
Sale Djenic
3854920f54
feat(walletconnect): support for auth request
2023-12-06 20:01:04 +01:00
Roman Volosovskyi
b819bdb574
Mark mnemonic as shown on revealing it to the user ( #12947 )
2023-12-06 16:24:10 +01:00
Igor Sirotin
6c6967faf2
Fix TRACE
log level support ( #12935 )
2023-12-06 11:25:57 +00:00
Mykhailo Prakhov
24f2540ffa
chore: receive all non-approved requests to join through the API allNonApprovedCommunitiesRequestsToJoin ( #12941 )
2023-12-05 16:37:58 +01:00
Mykhailo Prakhov
02589421bb
feat(desktop/communities): show community users which will be automatically joined after the ownership change in the All Members tab ( #12928 )
2023-12-04 20:14:13 +01:00
Sale Djenic
c5d1d5b77d
chore(walletconnect): adapting to improvements done on the statusgo side
2023-12-04 11:58:58 +01:00
Sale Djenic
ba60c711f7
fix(@desktop/general): wrong set signer name used
2023-12-04 11:58:58 +01:00
Stefan
a4835a25ce
fix(wallet) remove unused API GetTokensBalances old api
...
Replace it with the new API GetWalletToken
Move the backend related json parsing to the backend/helpers folder
Update some imports to absolute paths
Remove indirect imports
Closes : #12914
2023-12-01 20:28:19 +01:00
Igor Sirotin
de89b3ee77
fix: check nil shard ( #12927 )
2023-12-01 18:36:17 +00:00
Sale Djenic
608bb38874
chore(@desktop/keycard): improvement in terms of avoiding overlapping keycard library flows
2023-12-01 16:24:58 +01:00
Khushboo Mehta
3a41a81890
feat(@desktop/wallet): Add new go api to get token market values not bundled with token balances
...
fixes #12668
2023-11-30 16:50:20 +01:00