Michał Cieślak
8ac6c21782
StatusQ: Add insert overload taking array as input
2024-01-22 16:36:41 +01:00
Sale Djenic
e68d46da99
chore: bump the latest status-go changes
2024-01-22 14:35:11 +01:00
Sale Djenic
3c209ccbf0
fix(keycard): next button disabled until user reveals seed phrase
2024-01-22 14:35:11 +01:00
Sale Djenic
bd3e9cb67c
fix(keycard): unable to re-run keycard flow on windows
...
The issue re-running keycard flows on Windows is fixed in this commit,
cause a different signal was emitted on windows in case of missing Keycard.
2024-01-22 14:35:11 +01:00
Alexandra Betouni
7e3ae8dd7a
[Wallet - Token management] Extend transactions UI component
...
Backend #13241
Closes #12375
2024-01-22 11:49:55 +02: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
Alex Jbanca
942482fe99
performance(ChannelsSelectionModel): Use LeftJoinModel for ChannelsSelectionModel.qml
...
Motivation:
ChannelsSelectionModel.qml is freezing the app when used with a live channel that's being edited because on each channel change the selection model is re-created.
The fix for this is to use the LeftJoinModel to unify the channels selection (a light model containing only keys) and the full channels model containing the channels data. On top of this, the SortFilterProxyModel is added to decorate the model with the roles expected in the UI. Another improvement is by replacing the ExpressionRole with the FastExpressionRole.
2024-01-19 15:07:19 +02:00
Dario Gabriel Lipicar
29f1bee218
feat(@desktop/wallet): implement allCollectibles module
...
Fixes #13235
2024-01-18 13:57:04 -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
Dario Gabriel Lipicar
c82a4ba602
feat(@desktop/wallet): add collectibles filter option collectibleIDs
...
Closes #13215
2024-01-18 12:28:23 -03:00
Sale Djenic
61677b72ac
fix(keycard): pairings.json file creation fixed for windows
2024-01-18 12:34:32 +01: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
Sale Djenic
7eb4d8bff9
fix(keycard): fetching balances for unknown accounts (those read from keycard) is fixed
...
The same issue was present in two places:
- check whats on a Keycard
- importing an account from a Keycard to Status app
Fixes #11841
2024-01-18 10:15:42 +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
Alex Jbanca
9410de4286
fix(StatusQ): Fixing crash when the source model is a nim model
...
Nim models are crashing when calling `itemData`. A workaround for this is to re-implement the `itemData` calls in the writableModel.
2024-01-17 10:14:56 +02:00
Anthony Laibe
a6be5bd4fb
feat(@wallet): confirmation and restart when changing rpc endpoint
2024-01-17 08:44:49 +01:00
Dario Gabriel Lipicar
2b6f2229c7
feat(@desktop/wallet): Implement loadTypes in collectibles controller
...
Fixes #13169
2024-01-16 16:08:41 -03:00
Sale Djenic
1dd5f3d007
feat(savedaddresses): context menu - view activity
...
Part 4 of #13094
2024-01-16 18:36:30 +01:00
Sale Djenic
6eda2a4956
feat(savedaddresses): context menu - view on [network] (all available networks)
...
Part 3 of #13094
2024-01-16 18:36:30 +01:00
Sale Djenic
3399148f61
feat(savedaddresses): context menu - show address qr
...
Part 2 of #13094
2024-01-16 18:36:30 +01:00
Sale Djenic
e115d5e7ce
refactor(wallet): show qr popup updated to meet new ui requirements
...
Show Qr popup is partially refactored because of the two things:
- to meet new UI requirements (introduced in the new saved addresses design)
- to make usage of that popup more generic, that it can be easily used from different places
2024-01-16 18:36:30 +01:00
Sale Djenic
a22847b000
feat(savedaddresses): context menu - copy address
...
Part 1 of #13094
2024-01-16 18:36:30 +01:00
Sale Djenic
919d4baf53
fix(savedaddresses): making add/edit saved address popup's content scrollable when there's no enough space for the content
2024-01-16 18:36:30 +01:00
Noelia
b515f536d1
fix(OwnerToken): TOwner item footer button must be visible only for TOwner owner
...
Fixes #12911
2024-01-16 16:02:42 +01:00
Noelia
42a80c2c10
fix(OwnerToken): Change owner token subtitle depending on user profile
...
Fix #12905
2024-01-16 16:02:23 +01:00
Lukáš Tinkl
6f3a180f41
feat: Emit notifications when an asset/collectible is hidden in the settings
...
- emit the signal from the backend
- trigger the toast notification in QML
- update the test(s)
Fixes #12704
2024-01-16 14:00:11 +01:00
Valentina1133
eaa8e90f11
test ( #13216 )
2024-01-16 14:42:05 +07:00
Dario Gabriel Lipicar
00d78b6710
feat(@desktop/Wallet): adapt to updated collectible backend data types
...
Fixes #12942
2024-01-15 13:52:21 -03:00
Khushboo Mehta
4e66ca7936
fix(@deaktop/wallet): Slowness when switching accounts
...
fixes #13136
2024-01-15 15:02:14 +05:30
Stefan
70767213ff
chore(wallet): add integration dev tests for pending tx status update
...
Remove the wallet connect backend dev test code
Updates: #13124
2024-01-12 22:23:39 +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
4510bc1e18
fix(tests): mark saved addresses as may fail
...
For the difference adding saved addresses providing ens name now waits for an address
associated to that ens to be resolved. And also when adding saved address using an address
we're checking if there is an ens name associated with it.
All that works in local just fine, but on CI fails. Could be due to internet connection loss.
Till we figure out why it's like that, disabling that case.
2024-01-12 14:23:35 +01:00
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
Sale Djenic
40ed061402
bug(savedaddresses): the send modal should be run clicking on the send button of a saved address item
...
Fixes #13172
2024-01-12 11:29: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
Anastasiya Semenkevich
fb0cf326e9
chore: add object name for usernameText property
2024-01-11 18:43:54 +03:00
Anthony Laibe
eb06c64358
fix(@wallet): wrong decimal place for market value in assets list
...
fixes #13152
2024-01-11 16:02:25 +01:00
Lukáš Tinkl
263ed2a822
feat: Add Advanced settings in new Advanced Tab
...
... under Settings/Wallet/Manage Tokens
- rename Tokens List tab to Advanced tab
- introduce a new `CurrencyAmountInput` component, backed by
`FormattedDoubleProperty` C++ class (plus the respective SB page)
- use `FastExpressionFoo` for the collectibles views as well
Fixes #12611
Fixes #13040
2024-01-11 14:52:52 +01:00
Michał Cieślak
e053d267f0
fix(StatusQ): FastExpressionSorter's test fixed for mac
...
Threshold for acceptable accesses has been increased but also
additional check regarding roles has been introduced to ensure
expected behavior.
Closes : #13181
2024-01-11 13:35:05 +01:00
Anastasiya Semenkevich
1d30c66a2c
chore: object name for adding saved address in settings
...
`ui/app/AppLayouts/Profile/views/WalletView.qml`
2024-01-10 23:29:12 +03:00
Mykhailo Prakhov
5392da5361
fix(descktop@community): show create/update/delete permissions toast notification for priviledged members only when it is approved by the control node ( #13166 )
2024-01-10 19:16:26 +01:00
Jesse Guo
9f2443f5e6
Update StatusWindowsTitleBar.qml
2024-01-10 10:46:38 -05:00
Jesse Guo
4195935f77
Update StatusWindowsTitleBar.qml
...
signal should be closed
2024-01-10 10:46:38 -05:00
Anastasiya Semenkevich
68a67a7513
chore: object names for new settings items in wallet settings
...
Added object names for new settings items in `ui/app/AppLayouts/Profile/views/wallet/MainView.qml`
2024-01-10 15:53:39 +03:00
Lukáš Tinkl
f80f4abb0b
fix(wallet): unbreak scrolling of the wallet views
...
Fixes #13157
2024-01-10 12:02:22 +01:00
Igor Sirotin
8144ccaf46
fix: use local nickname in chat input link previews ( #13168 )
2024-01-09 22:36:09 +00:00
Alex Jbanca
56f194c96c
fix: Updates based on comments
2024-01-09 20:20:04 +02:00