Patryk Osmaczko
e2697ae5aa
feat(chat): implement jump to mention
...
closes : #9069
2023-04-17 18:53:42 +02:00
Patryk Osmaczko
e822c37716
feat(chat): implement marking specific messages as seen
...
iterates: #9069
2023-04-17 18:53:42 +02:00
Khushboo Mehta
2e68c97c8e
fix(@desktop/wallet): Wallet: user can click on dummy loading items from activity-history and open an empty transaction view
...
fixes #10083
2023-04-17 15:47:56 +02:00
Michal Iskierko
81f97157e6
fix(@desktop/communities): Fix computing balances for different chains during deployment
...
Fix #10308
2023-04-17 15:21:13 +02:00
Michal Iskierko
7055a77a96
fix(@desktop/communities): Displaying toast messages when minting
...
Fix #9849
2023-04-17 15:11:35 +02:00
Anthony Laibe
2a6d00b939
feat(@wallet): add overview module
2023-04-17 13:31:49 +02:00
Alex Jbanca
d1ffa2e3b3
perf(ChatLoadingTime): Separate get chat messages and get pinned messages in different tasks
2023-04-17 13:18:30 +03:00
Patryk Osmaczko
89efb1cd71
fix(chat): better integrate new messages marker with loading state
...
- new messages marker is reevaluated only if chat has unviewed messages
- loading state is reevaluated only when chat is made active, this fixes
case described here:
https://github.com/status-im/status-desktop/pull/10151#discussion_r1158702638
fixes : #10275
2023-04-14 19:38:45 +02:00
Mikhail Rogachev
c1b28d23c5
fix(ActivityCenter): Update status-go ActivityCenterNotificationTypeCommunityKicked and fix accepting community requests from AC ( #10283 )
...
* fix(ActivityCenter): Move ActivityCenterNotificationTypeCommunityKicked to the right place
Close #9811
* fix(ActivityCenter): fix accepting community request to join
2023-04-14 15:27:13 +04:00
Igor Sirotin
aefa2b9f48
fix(StatusQ): StatusQ is QML module ( #10207 )
...
* StatusQ QML module
* qzxing is static lib again
* updated StatusQ resources
* fixed Emoji lookup
* added display to tests-imports ci
2023-04-14 11:18:56 +03:00
Sale Djenic
2fae4cdaf1
fix(@desktop/wallet): a few wallet account related issues fixed
...
- index was not returned properly because of case sensitive address comparison
- delete account was not done properly for keycard accounts
- after login the app was asking for store to keychain even it was a test environment
2023-04-13 19:51:10 +02:00
Jonathan Rainville
2551ee0914
fix(chat-service): fix chatsWithCategoryHaveUnreadMessages for catID
2023-04-13 13:47:58 -04:00
Michal Iskierko
3e550bf9a5
fix(@desktop/communities): Tracking airdrop transaction
...
Fix #10161
2023-04-13 12:06:04 +02:00
Boris Melnik
5a5ade5ccd
fix(os-notifications): Add Image
text to notifications with image without a text
...
Fixes : #10162
2023-04-12 20:00:37 +03:00
mprakhov
8c874a90d2
fix(@desktop/communities): show members in spectate mode for open communities and hide for closed communities
2023-04-12 18:04:07 +02:00
Anthony Laibe
b4459c5858
feat: simply rename current account to assets
2023-04-12 10:49:58 +02:00
Dario Gabriel Lipicar
ed6ea5d90c
feat(@desktop/wallet): add support for more NFTs media types
...
Fixes #9836
2023-04-11 12:40:38 -03:00
mprakhov
f5a74427b9
fix(@desktop/community): membership request button disappears when a category is edited
2023-04-11 15:46:15 +02:00
Anthony Laibe
52c01f1dd5
feat(@wallet): make activity respect networks selector
2023-04-11 10:44:34 +02:00
Ivan Belyakov
056dad2ce2
fix(@desktop/wallet): fix first section in activity to be displayed as loading
...
Fix balance in loading state to use loading component instead of 0
Fix width of some components in loading state.
Remove property modelDataValid in favor of existing isModelDataValid.
Fix loading items not always properly removed before adding new
transactions.
Fixes #9617
2023-04-10 18:07:15 +04:00
Ivan Belyakov
89055e1b08
fix(@desktop/wallet): fix scrolling transactions list reset to top when
...
new ones are fetched.
Fixes #9617
2023-04-10 18:07:15 +04:00
Patryk Osmaczko
3e3c9e7bdf
fix(chat): use scrollTo
mechanism for firstUnseenMessage
...
- it ensures enough messages are loaded when `firstUnseenMessage` is not
within the range of initially loaded messages
fixes : #10197
2023-04-07 16:26:26 +02:00
Boris Melnik
cbdc3e61b5
fix(images): Display image placeholder when image from album not loaded
...
Fixes : #9990
2023-04-07 15:42:12 +03:00
Boris Melnik
0682672890
fix(Communities): Emit the signal about community tags changes
...
Fixes : #10146
2023-04-07 15:41:43 +03:00
mprakhov
3c606625d6
fix(@desktop/activityCenter): jump to message by clicking on notification
2023-04-07 14:16:30 +02:00
Khushboo Mehta
98a2328517
fix(@desktop/wallet): Browser: can't do transactions in simpledapp
...
fixes #10192
2023-04-07 14:10:46 +02:00
Alex Jbanca
23f493f251
fix(MembershipRequests): Remove MembershipRequestsPopup and set-up the navigation to CommunityMembersSettingsPanel
...
Part of https://github.com/status-im/status-desktop/issues/9912
2023-04-07 11:21:34 +03:00
Sale Djenic
52494d0b08
fix(@desktop/wallet): wallet account build token logic updated
2023-04-06 19:29:16 +02:00
Sale Djenic
e02b1befd8
fix(@desktop/wallet): guarded access to tables of token service
2023-04-06 19:29:16 +02:00
Sale Djenic
2d3ff3ebc7
fix(@desktop/wallet): guarded accessing values by key of template cache class
2023-04-06 19:29:16 +02:00
Sale Djenic
14423dfedd
fix(@desktop/wallet): add missing currency uppercase
2023-04-06 19:29:16 +02:00
Sale Djenic
ae397a57c0
chore(@desktop/general): currency and cache dto don't need to be references of object
2023-04-06 19:29:16 +02:00
Sale Djenic
97b6c0fe6f
fix(@desktop/general): potential crash parsing task handled
2023-04-06 19:29:16 +02:00
Sale Djenic
d3746b0195
fix(@desktop/wallet): unnecessary locking removed from wallet account service
2023-04-06 19:29:16 +02:00
Igor Sirotin
7ebfcd0183
fix(SendContactRequestModal): Implemented contact info request and loading UI ( #10177 )
2023-04-06 10:56:50 +03:00
Patryk Osmaczko
ac01824ad5
refactor(chat): rename MESSAGE_FIRST_UNSEEN to FIRST_UNSEEN_MESSAGE_LOADED
...
- it describes the intention a bit better
2023-04-05 10:40:08 -04:00
Patryk Osmaczko
9419c9acaf
fix(chat): mark messages as read only if all messages have been viewed
...
fixes : #10150
2023-04-05 10:40:08 -04:00
Sale Djenic
e950162bbc
fix(@desktop/onboarding): if you fail your login once, it doesn't work after ever
...
Closes : #10173
2023-04-05 16:25:52 +02:00
mprakhov
ca1a14fa9a
fix(@desktop/channels): chat/channel messages loading state is not disappearing
2023-04-05 14:49:22 +02:00
Michal Iskierko
4ceeb905dc
fix(@desktop/communities): Compute deployment fees in async way.
...
Improve showing errors when estimating fees.
Fix #10035
2023-04-05 12:42:02 +02:00
Sale Djenic
a2f5d81f7f
fix(@desktop/wallet): derivation path is not pre-selected by default when importing account in wallet
...
Closes : #10153
2023-04-04 20:26:58 +02:00
Sale Djenic
6885fda217
fix(@desktop/general): authenticate with previously stored pass/pin to a Keychain issue fixed
2023-04-04 15:37:36 +02:00
Sale Djenic
3c5c52b138
fix(@desktop/onboarding): store to keychain after login issue fixed
2023-04-04 15:37:36 +02:00
Khushboo Mehta
0426d7de55
fix(@desktop/wallet): Remove auto retries for connections errors. In case of an error there are two things that can happen
...
1. The user can manually click on "Retry now"
2. We have a 10 in timer on wallet, after whichb all the data shown is refreshed
fixes #10124
2023-04-04 15:24:37 +02:00
Anthony Laibe
ef4ffce909
fix(@wallet): warnings from wallet
...
fixes #10086
2023-04-04 14:46:20 +02:00
Patryk Osmaczko
847ad5e7de
fix(chat): correct logic in switchToOrCreateOneToOneChat
...
fixes : #10129
2023-04-03 17:52:09 +02:00
Jonathan Rainville
e86a625b92
fix(edit): don't send new message event on edits
...
Fixes #10108
We were sending SIGNAL_NEW_MESSAGE_RECEIVED and SIGNAL_MESSAGE_EDITED, but the former is not needed, because the message editing is all done with the latter.
The new message signal was sending the OS notification, which is not wanted, plus it did some useless processing, like trying to re-edit the message model, when it was already done.
2023-04-03 11:40:48 -04:00
Dario Gabriel Lipicar
bbf260067e
fix(@desktop/wallet): fix how collectibles are shown after an error, according to the design
...
Part of #10063
2023-04-03 10:58:51 -03:00
Dario Gabriel Lipicar
7f72f87f30
fix(@desktop/wallet): make collectible loading items appear on initial fetch
...
Part of #10063
2023-04-03 10:58:51 -03:00
Dario Gabriel Lipicar
7f7d43d372
fix(@desktop/wallet): lower collectibles chunk size to improve app response time
...
Part of #10063
2023-04-03 10:58:51 -03:00