Noelia
0a930fc9b1
fix(MintTokens): Network chosen locks in the network used for all future tokens minted for that community
...
- Mint Owner token / TokenMaster token form: Changed text description for network field.
- Mint asset / collectible: Lock network. It should be the same network than the owner token one.
- Mint asset / collectible: Additional simplification / clean-up of description field.
- Added network model helper file.
Fixes #11989
2023-09-14 16:19:09 +02: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
Khushboo Mehta
296f70103a
feat(@desktop/wallet): Enable Collectibles tab before token is selected
...
fixes #12095
2023-09-14 11:26:41 +03: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
Vladimir Druzhinin
c422adc15e
Test(Community) Object names for invite people menu item added ( #12151 )
2023-09-13 15:22:33 +02:00
Valentina1133
181c785aa9
test(Settings) Object names were added for keycard and wallet settings elements ( #12134 )
2023-09-13 12:54:44 +07:00
Khushboo Mehta
702dfd892d
chore: bump statusgo to develop
2023-09-12 15:38:47 +02:00
Khushboo Mehta
f597ef4e6a
feat(@desktop/wallet): Glue for sending nft
...
fixed #12128
2023-09-12 14:01:10 +02:00
Vladimir Druzhinin
29665956f1
Test(Community) Object names added ( #12127 )
2023-09-12 10:55:40 +02:00
Noelia
93a69893d9
fix(Permissions): Tweak to Owner and TokenMaster permissions wording
...
Fixes #12004
2023-09-12 10:18:18 +02:00
Alexandra Betouni
ed065a94f9
fix(URLUnfurling): Updated image context menu
...
Also moved copyToClipboard function in Utils
and updated Chat section to use it from there
Closes #11941
2023-09-12 00:04:08 +03: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
Michał Cieślak
f8347af7b7
StatusChatInput: remove unmaintained integration with ChatCommandsPopup
...
The functionality for sending/receiving funds directly from chat
is currently not supported, both code and designs are outdated.
This commit removes integration part but leaves ChatCommandsPopup
component for potential future use.
Closes : #12118
2023-09-11 14:37:16 +02:00
Cuteivist
3548cee149
feat(@desktop/wallet): Added missing filter types ( #12109 )
2023-09-11 13:43:21 +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
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
Sale Djenic
3f3c5a6ce1
chore: keycard lib updated to support v2 cards
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
f9e7265447
fix(Update fees periodically): Update airdrop flows to use fees subscriber
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
Alexandra Betouni
b5d555f00b
fix(chat): enabled "everyone" in group chat mentions
...
Closes #11029
2023-09-08 19:33:07 +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
Noelia
b3c74de234
fix(Airdrop): Update owner and tmaster tokens visualization in airdrop's list
...
Added filter in collectibles airdrop's list:
- TMaster token will be shown ONLY if user is the community owner.
- Owner token is always hidden.
Fixes #12089
2023-09-08 10:40:10 +02:00
Lukáš Tinkl
440e61d7a8
fix(StatusButton): user correct text color for primary/dark
2023-09-07 14:52:53 +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
Valentina1133
f11b2b1e86
Test/97 wallet generated custom private key account ( #12080 )
...
* test(Wallet) Edit the default wallet account and Manage a watch-only account cases automated
* test(Wallet) Manage generated and custom generated account
* test(Wallet) Manage private key imported account
2023-09-07 11:13:38 +07:00
Michał Cieślak
8ddf480479
StatusQ: skip failing unit test
...
The test has been disabled before adding unit tests as a required
step in the CI
Closes: ##12081
2023-09-06 10:00:17 +02:00
Michał Cieślak
0f1c51d628
ci: add Jenkinsfile for running StatusQ qml tests
2023-09-06 10:00:17 +02:00
Michał Cieślak
51fd567c82
general: Add possibility to build/run StatusQ tests via make
2023-09-06 10:00:17 +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
Valentina1133
428ff4d089
test(Wallet) Edit the default wallet account and Manage a watch-only account cases automated ( #12070 )
2023-09-05 13:22:44 +07:00
Stefan
8138e5edcf
chore(wallet) remove requesting detailed transaction info for activity
...
Closes #11598
2023-09-04 22:07:24 +02:00
Vladimir Druzhinin
a3b739b81d
Test/93 community channel ( #12057 )
...
* Test(Community) Create, edit community
#90
* Test(Community) Create, Edit and Delete Channel
#93
* Test(Fix) System dialog for local build fixed on Mac
#95
* Test(Fix) Typo
#93
2023-09-04 20:36:48 +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
Sale Djenic
defce32b37
chore(@desktop/general): password confirmation identified as shared component
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
Cuteivist
722a9022e2
feat(@desktop/wallet): Extended activity progress block ( #12013 )
2023-09-04 12:19:02 +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
Stefan
7ae28ec386
fix(wallet) fix pending transactions notification
...
Bump status-go head to include the fix
2023-09-01 15:30:10 +02:00