2457 Commits

Author SHA1 Message Date
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
Dario Gabriel Lipicar
42139c19ed fix(@desktop/wallet): handle collectibles fetch error and account deletion
Part of #10063
2023-04-03 10:58:51 -03:00
Sale Djenic
490e8ff258 fix(@desktop/wallet): default wallet account color sorted out 2023-04-03 14:13:53 +02:00
Sale Djenic
ea53fce030 feat(@desktop/wallet): edit account reusing new "Add Account" popup
Closes: #9847
2023-04-03 14:13:53 +02:00
Sale Djenic
3325241b0f feat(@desktop/wallet): right click context menu - delete account option added 2023-04-03 14:13:53 +02:00
Sale Djenic
d8b1e47984 feat(@desktop/wallet): right click context menu added for wallet accounts
Handled options from the context menu for wallet accounts:
- Copy address
- Add new account
- Add watch-only account
2023-04-03 14:13:53 +02:00
Boris Melnik
baa7bd161d fix(edit-message): Blocks edit function for image messages
Fixes: #10072
2023-04-03 14:41:08 +03:00
Boris Melnik
0302b7972e fix(Albums): Fix extra count of messages for image albums
Fixes: #9958
2023-04-03 14:39:38 +03:00
Patryk Osmaczko
b72fff3f04 feat(communities): extend community with active members count
closes: #8016
2023-03-31 22:03:10 +02:00
Khushboo Mehta
a6df4566dd fix(@desktop/wallet): checkConnected API doesnt return correct values
fixes #9833
2023-03-31 19:59:49 +02:00
Jonathan Rainville
7ca3084dde fix(edit): fix mentions in edits not counting towards the badge
Fixes #10077

The fix itself is in the status-go PR.
The desktop changes are just to clean up the old code that no longer worked
2023-03-31 12:51:23 -04:00
Igor Sirotin
14c264e350
feature(Syncing): Embed QR code scanner for syncing devices on onboarding (#9981)
* fix(StatusQrCodeScanner): Improve QR code scanner
- Almost async loading
- Added camera selector
- Added `captureRectangle` property
- Add component info to sandbox qr code scanner page
- Embed QrCodeScanner into desktop app
* Compile and link qzxing as shared library
* Hardcode settingCurrentNetwork. Propagate inputConnectionString errors.
* Added qzxing libdir to e2e tests ld_library_path
2023-03-30 20:57:18 +03:00
mprakhov
f0d57d19cf fix(@desktop/messages): show reply header if we send image 2023-03-30 16:49:09 +02:00
Boris Melnik
efc9ba41d3 feat(SplashScreen): Display recommendation do not close the app on re-encryption process
Fixes: #10039
2023-03-30 09:59:42 -04:00
Jonathan Rainville
44b9522edb fix(unread): fix badge disappearing because of wrong calculation
Fixes #10058

We were calling `updateParentBadgeNotifications` with wrong values, so we basically removed the badge all the time by accident.
Now, we calculate the unread messages and messages from the service's cache.
Also, we still called `updateParentBadgeNotifications` when a contact is updated, as if the contact requests still went in the old contact request popup.
2023-03-30 09:49:04 -04:00
Igor Sirotin
f360a9c193 Fix WakuConfig enabled 2023-03-30 16:10:30 +03:00
Pascal Precht
57467c65b8 fix(permissions): check ownership of collectibles in permissions view
Marks collectible token criteria items in JoinCommunityView as we owned
if the account owns wallets that match the criteria
2023-03-30 08:26:10 +02:00
Anthony Laibe
063198fc1f feat(@wallet): do not change value of symbol
fixes #9201
2023-03-29 10:14:08 +02:00
mprakhov
b580f0a810 feat:(@desktop/channels): loading state when switching channels/chats 2023-03-28 13:12:58 -04:00
Sale Djenic
5479880cde chore(@desktop/wallet): add account modal - improvements
- `AddAccountStore` moved to `AddAccountPopup`
- watch only address' placeholder text updated
- emoji popup button added to the right side of the account name input field
- `validateMnemonic` proc from accounts service updated
2023-03-28 18:09:39 +02:00
Sale Djenic
51058d9065 feat(@desktop/wallet): new add account modal - amends
Closes: #10020
2023-03-28 18:09:39 +02:00