Jonathan Rainville
7cef5fcbf5
refactor(section_details): simplify section_details to only contain needed props
2023-09-20 10:13:16 -04:00
Michał Cieślak
fb48e7be0b
feat: Refactor AmountToSend to use exact amounts for transactions
...
Closes : #12168
2023-09-20 15:15:29 +02:00
Boris Melnik
c102d2de07
feat(activity-center): Display album of images
...
Fixes : #9951
2023-09-19 22:52:07 +03:00
Khushboo Mehta
1f85ec1bd6
fix(@desktop/wallet): Fixing bugs found during demo
2023-09-19 13:59:46 +02:00
Stefan
7e5ed80847
chore(wallet) remove activity filter dependency on accounts
...
Bumps status-go and pass the all addresses selected to the API
Close #11980
2023-09-19 10:59:02 +02:00
Patryk Osmaczko
720f6884b8
feat(communities): integrate token permissions pending state
...
closes : #11852
2023-09-18 15:29:03 +02:00
Lukáš Tinkl
848d3b14f5
feat(community ownership) Move community control node flow UI
...
Implement the UI part of the new flow for moving community control nodes
w/o involving private keys
Closes #12088
2023-09-18 11:00:46 +02:00
Dario Gabriel Lipicar
2ac484dd57
feat(@desktop/wallet): implement collectibles ownership state
...
Fixes #12159
2023-09-15 19:28:49 -03:00
Dario Gabriel Lipicar
52e6fddcab
feat(@desktop/wallet): implement partial collectibles updates
...
Fixes #12150
2023-09-15 19:28:49 -03:00
Jonathan Rainville
f71caf8e77
Revert "refactor(section_details): simplify section_details to only contain needed props"
...
This reverts commit 9968495ef3
.
2023-09-14 14:42:59 -04:00
Jonathan Rainville
9968495ef3
refactor(section_details): simplify section_details to only contain needed props
2023-09-14 14:41:29 -04:00
Alex Jbanca
4f2f9646ec
fix: Defer QModelIndex delete when it is created
...
It's fixing a crash on dataChanged when SortFilterProxyModel is used in qml on top of nim models. The model index is destroyed too early and the SFPM will use a deleted index.
(cherry picked from commit 8032cf7244
)
2023-09-14 10:04:39 -04:00
Alex Jbanca
856b0d8139
fix: Crash when 1-1 chats order is changing in the UI
...
(cherry picked from commit ba00228d0f
)
2023-09-14 10:04:39 -04:00
Alex Jbanca
99b2a87fe4
fix: Fixing a crash on channels reordering in community column view
...
(cherry picked from commit 41ba1f1710
)
2023-09-14 10:04:39 -04:00
Sale Djenic
0d2c68411b
chore(@desktop/syncing): sending `pairings.json` file content removed from local pairing (maintained on the status-go side)
2023-09-13 17:52:49 +02:00
Sale Djenic
243b70a3eb
chore(@desktop/keycard): desktop side handling of status-go #4003 issue
2023-09-13 17:52:49 +02:00
Khushboo Mehta
f597ef4e6a
feat(@desktop/wallet): Glue for sending nft
...
fixed #12128
2023-09-12 14:01:10 +02:00
Sale Djenic
61b217c5eb
fix(@desktop/wallet): the app crashes when receives "show/hide watch only" value from paired device
...
Fixes : #12115
2023-09-11 14:47:25 +02:00
Cuteivist
3548cee149
feat(@desktop/wallet): Added missing filter types ( #12109 )
2023-09-11 13:43:21 +02:00
Dario Gabriel Lipicar
bad497cc90
feat(@desktop/wallet): implement nested collectibles model
...
Part of #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
Cuteivist
33a8ed9b9c
bug(@desktop/wallet): Unkown symbol and Gwei decimals ( #12083 )
2023-09-11 12:08:21 +02:00
Cuteivist
63eacf0817
feat(@desktop/wallet): Use estimated latest block for details ( #12092 )
2023-09-11 10:08:53 +02:00
Alex Jbanca
624b758c85
fix(Update fees periodically): Implementing periodic fee update for airdrops, minting, self destruct and burning transactions
2023-09-08 23:25:04 +03:00
Alex Jbanca
f2b3ba1ae7
fix(Update fees periodically): Adding requestId to compute fees nim flows
...
The compute fees flows are async and requestId/responseId is added for the UI to match a request with the proper response.
2023-09-08 23:25:04 +03:00
Lukáš Tinkl
95f6350e8f
feat: Passing an empty seq to dataChanged doesn't apply all roles
...
When calling `QAIM.dataChanged(index, index, [roles])`, passing nothing
(ie omitting the paramater altogether), an empty array `[]`, or an empty
sequence `@[]` means "all roles", just like the C++ counterpart in
https://doc.qt.io/qt-5/qabstractitemmodel.html#dataChanged
Fixes #11830
2023-09-08 14:12:06 +02:00
Lukáš Tinkl
e106be9b12
feat: Single discord channel import UI flow
...
Closes #12039
2023-09-07 14:52:53 +02:00
Sale Djenic
b22b632b2d
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair - handling on paired devices
...
Part 4 of: #11737
2023-09-07 14:49:06 +02:00
Stefan
dfb76cfa87
fix(wallet) use the all chains enabled state in filter
...
Optimization and fixes no chain ID for multi-transaction issue.
Updates: #12077
2023-09-05 18:54:51 +02:00
Khushboo Mehta
a8cb40809c
fix(@desktop/wallet): Edit Networks: Add warning when failover and main rpc are the same
...
closes #11551
2023-09-05 16:56:27 +02:00
Stefan
8138e5edcf
chore(wallet) remove requesting detailed transaction info for activity
...
Closes #11598
2023-09-04 22:07:24 +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
Sale Djenic
cf7c3325e7
chore(@desktop/general): converting to a regular account switched to an async job
2023-09-04 16:25:53 +02:00
Stefan
6b56bbe01f
chore(wallet) move totalFees to details
...
Updates #11597
2023-09-04 14:33:19 +02:00
Stefan
600793e0de
chore(wallet) lookup symbols for wallet activity filter
...
Updates #11597
2023-09-04 14:33:19 +02:00
Stefan
2c769602f4
feat(wallet) lazy load activity NFT information
...
Bump status-go to include required changes
Implement processing of activity updated message
Updates: #11600
2023-09-04 14:33:19 +02:00
Jonathan Rainville
bc4a150afa
feat(shared_addresses): get old shared addresses for the edit popup
...
Fixes #11973
2023-09-01 09:31:40 -04:00
Sale Djenic
45f7299202
feat(@desktop/wallet): adding factory reset keycard flow as a continuation to the stop-using keycard flow
...
Part 2 of: #11737
2023-09-01 09:20:54 +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
Sale Djenic
c81dfdc7c7
feat(@desktop/wallet): account Interaction - move keypair to a keycard
...
Part 1 of: #11737
2023-08-30 16:50:33 +02:00
Jonathan Rainville
789a01cf09
feat(shared-addresses): add loading state for checking permissions
...
Fixes #11893
2023-08-30 10:48:12 -04:00
Jonathan Rainville
8336a6d08e
fix(crash): fix crash about community permissions
...
Fixes #11996
2023-08-30 10:38:47 -04:00
Jonathan Rainville
4ea3ec8575
fix(chat_section): only call community function for communities
2023-08-30 10:38:47 -04:00
Jonathan Rainville
3fa315c3a8
chore: clean up modules and controllers by removing the useless function
2023-08-30 10:38:47 -04:00
Khushboo Mehta
330ccb58a6
chore(@desktop/wallet): Move send modal logic over to nim side
...
fixes #11881
2023-08-30 14:45:40 +02:00
Cuteivist
db350dc36e
feat(@desktop/wallet): Fetch multi tx details ( #12002 )
...
closes #11897
2023-08-30 14:10:59 +02:00
Michal Iskierko
7077831a65
feat(@desktop/communities): Change call names to collectibles service
...
Issue #12011
2023-08-29 13:27:43 +02:00
Michal Iskierko
da30b8d2d8
fix(@desktop/communities): Pass addressFrom from UI to contract calls.
...
Use address set in UI instead of deployer.
Fix #11827
2023-08-25 15:48:51 +02:00
Sale Djenic
6b570d1114
fix(@desktop/wallet): notification centre item relating to import of keypair to another of the user's synced devices (point 1)
...
Point 1 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
aec5dc62c9
fix(@desktop/wallet): importing keypairs at the account level (navigating into an account page in Wallet) (point 9)
...
Point 9 of #11968
2023-08-25 13:31:42 +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
228de3715b
fix(@desktop/wallet): QR dialog (point 4)
...
Point 4 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
00513ed306
feat(@desktop/wallet): make a partially operable account fully operable on the first use
...
This commit makes any partially operable account a fully operable when user
provides a password/pin from whatever reason.
Closes : #11781
2023-08-24 10:07:31 +02:00
Sale Djenic
3113fffef9
fix(@desktop/wallet): fixed crash while handling received removed account from a paired device
2023-08-24 10:07:31 +02:00
Shinnok
ffc560b393
Add ChatIdentifierItem back, after model is cleared ( #11900 )
...
On chat history clearance initiated by the user.
Fixes #10889
2023-08-22 14:23:40 -04:00
Mykhailo Prakhov
3f5df7e3ef
feat: owner and token master permissions ( #11942 )
2023-08-22 20:09:34 +02:00
Stefan
8941b218d5
fix(wallet) duplicate entries in activity
...
The multi-transaction ID was not propagated. The status-go change fixes
this.
Close : #11754 , #11404
2023-08-22 19:16:46 +02:00
Mikhail Rogachev
3463d7a01f
fix(Communities): show community tokens in token section ( #11970 )
...
Close #11843
2023-08-22 19:07:02 +03:00
Mikhail Rogachev
cc83098263
feat(Communities): Improvements for token holders list ( #11923 )
...
* feat(Communities): Refactor token holder list item to separate file
Close #11858
* feat(Communities): Use contact details for community member info
* feat(Communities): reuse StatusMemberListItem for member token holder
* Review fixes
Co-authored-by: Michał Iskierko <61889657+endulab@users.noreply.github.com>
---------
Co-authored-by: Michał Iskierko <61889657+endulab@users.noreply.github.com>
2023-08-22 18:34:37 +03:00
Igor Sirotin
9716f9b1ac
fix: Only send unfurled link previews ( #11976 )
2023-08-22 09:47:17 -04: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
Sale Djenic
85d4bfdfea
feat(@desktop/syncing): generating connection string and inserting connection string for transferring keystore files introduced
...
Refers to 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
Boris Melnik
95f829665b
feat(communities): Update permissions list for spectated community tokens model ( #11803 )
...
Fixes : #11480
* hook up join popup to permission model
* fix chats not being put in the permission model
* make it work with channel permissions as well
---------
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2023-08-21 14:54:57 -04:00
Stefan
3e8f710560
fix(debug) don't overwrite the status-go log level
2023-08-21 10:05:21 +02:00
Anthony Laibe
678f751121
feat(@wallet): mask api keys
2023-08-18 14:30:44 +02:00
Cuteivist
faf4933262
fix(@desktop/wallet): Show networks for Bridge txs ( #11898 )
2023-08-18 10:56:57 +02:00
Alex Jbanca
eb6a33f385
fix: Add SA_ONSTACK flag to the event 16
2023-08-18 09:07:23 +03:00
Michal Iskierko
a6d7ec2536
fix(@desktop/communities): Fix minting crash when community name length is <3 chars
...
Fix #11906
2023-08-17 12:20:32 +02:00
Michał Cieślak
1c50ec17a8
chore(Communities): Refactor amounts handling for displaying, minting, airdropping and burning
...
Closes : #11491
2023-08-17 11:26:25 +02:00
Mikhail Rogachev
f4b028bd71
feat(CommunityTokens): Display community member contact data for token holders list ( #11787 )
...
* feat(CommunityTokens): proposal of CommunityCollectibleOwner
Close #11143
* feat(Communities): implement viewProfile from token holders list
* fix: re-request community token owners after a contact get removed from a community
2023-08-17 11:24:14 +04:00
Jonathan Rainville
b38faeae64
fix(threadpool): stop logging task args because they may contain pwd
2023-08-16 13:29:53 -04:00
Dario Gabriel Lipicar
238ffeb01e
feat:(@desktop/profile): dedicated collectibles model for profile showcase
...
Closes #11637
2023-08-15 11:07:53 -03:00
Dario Gabriel Lipicar
e82270c718
chore(@desktop/wallet): move collectibles controllers to shared modules
2023-08-15 11:07:53 -03:00
Dario Gabriel Lipicar
21eea92d34
feat(@desktop/wallet): adapt to multiclient collectibles api
2023-08-15 11:07:53 -03:00
Michal Iskierko
0c78a648b5
fix(#desktop/communities): Remove temp minting and temp airdrop buttons
...
Improve logs in community tokens service.
Issue #11250
2023-08-14 21:40:57 +02:00
Michal Iskierko
603d4dd4d8
feat(@desktop/communities): Deploy Owner and Master tokens flow.
...
Issue #11250
2023-08-14 21:40:57 +02:00
Sale Djenic
7a1500a365
fix(@desktop/wallet): no notification after deleting keyapir
...
Fixes : #11866
2023-08-14 16:45:08 +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
Khushboo Mehta
ec3231ef7e
feat(@desktop/wallet): Update remove keypair popup to match the Figma
...
fixes #11734
2023-08-10 19:56:59 +02:00
Jonathan Rainville
24d26cc038
feat(airdrop): get revealed accounts using new API instead of desc
...
Fixes #11817
Instead of getting revealed accounts from the community description (it's no longer available), uses the new `getRevealedAccountsForAllMembers` API. Uses it async so that we do not slow the start process. The model is updated correctly when we finish loading them.
2023-08-10 11:59:09 -04: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
Alex Jbanca
e9a2b183c7
feat(Community): Add pending states to Community Request Notification
2023-08-10 18:02:27 +03:00
Khushboo Mehta
11820d0400
feat(@desktop/wallet): Wallet settings - Notification after each action
...
fixes #11719
2023-08-09 11:53:28 +02:00
Sale Djenic
a06cd4b8a5
fix(@desktop/wallet): additional chat account visible when adding watch only account
...
Fixes : #11833
2023-08-09 11:26:37 +02:00
Jonathan Rainville
ba89daa737
fix(section_model): fix missing role to update the access (request)
...
Fixes #11091
2023-08-08 09:31:53 -04:00
Patryk Osmaczko
15701e91aa
feat(communities): add check permissions pending state
...
closes : #11157
2023-08-08 08:58:26 +02:00
Igor Sirotin
34dba08b7a
fix: Only `scrollToMessage` when it's available in the database ( #11784 )
...
* rename `fetchMessageByMessageId` to `getMessageByMessageId`
* move reply clicking logic to `StatusMessageReply`
* make message found animation faster
* `asyncGetMessageById`
2023-08-07 23:52:04 +03:00
Jonathan Rainville
9d78e23b68
feat(token_list): add supply to the token list model
...
Fixes #11437
2023-08-07 09:26:26 -04:00
Dario Gabriel Lipicar
5bd2d8dcfd
feat(@desktop/wallet): react to collectibles update only for selected addresses and chains
2023-08-07 09:49:27 -03:00
Dario Gabriel Lipicar
8410e36f24
fix(@desktop/wallet): fix wrong model update when items are fetched
2023-08-07 08:44:05 -03:00
Alex Jbanca
9be2a8d799
feat(Community Overview): Trigger chart data updates on specific actions + optimise the backend calls
...
This commit includes the following changes:
1. Request from backend the messages count in a specific interval as opposed to all messages timestamps in that interval.
2. Update the chart end date before refreshing the data
3. Fix metrics type parsing in community service
4. Fix a bug where the new incoming data was not processed by ChartJs without a hover event on the chart. The fix here is to manually request paint() on model changes.d
Issues found and not handled here:
1. On large communities the backend request can take 3 minutes to complete
2. CPU usage can easily go to 100% when switching chart tabs on large communities. All the requests are processed by the backend.
2023-08-07 11:12:21 +03:00
Jonathan Rainville
20790a4c2a
fix(chatSearch): fix chat search to include all and only chats
...
Fixes #10770
There were two issues, the first one was that categories were included in the search model because the categories are now part of the chat_model.
Also, since it used the chat_model, some chats were not part of the search model at start, because they weren't loaded yet.
I fixed by using the chats from the service directly instead.
2023-08-04 13:18:27 -04:00
Sale Djenic
6e5469f5aa
chore(@desktop/wallet): sorting out keypair/account menu
2023-08-04 15:43:03 +02:00
Cuteivist
f8dd1dc811
fix(@desktop/wallet): Properly return token id value ( #11792 )
2023-08-04 14:24:28 +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
Dario Gabriel Lipicar
06f8ef2186
chore: adapt to new collectibles api
2023-08-03 14:33:45 -03:00