Lukáš Tinkl
70d2a1dd75
[UI - Swap] Update / improve NetworkFilter component to cover swap design specs
...
- add new `showRadioButtons` and `showTitle` UI customization points
- adjust SB and expose all the existing modes, fix it to make it work
with multi selection
- integrate these new modes into SwapModal to align it with the Figma
design
Fixes #14780
2024-06-07 15:19:51 +02:00
Belal Shehab
fdf47c4c21
fix(wallet): fixing back button shows unnecessarily ( #15065 )
...
reset the back button on stack reset
fixing: #14320
Co-authored-by: belalshehab <belal@status.im>
2024-06-06 16:10:20 +03:00
Alex Jbanca
f1308f3b28
feat: Add initial support for ChartJs plugins ( #14433 )
...
+ adding plugin for crosshair and zoom
+ adding plugin for data labels
2024-06-04 13:08:16 +03:00
Stefan
35b81eadf6
feat(dapps): show dapps list in wallet connect popup
...
Things done here:
Integrate basic functionality for wallet connect in status-go
Update the list of dapps from the SDK
Retrieve the persistence dapps list from the backend as a fallback
if there is no connection and SDK can't be initialized
Provide a basic simple view of dapps in the wallet connect popup
Closes : #14557
2024-05-30 10:57:42 +02:00
Khushboo Mehta
81d7ca32b0
feat(@desktop/wallet): Swap modal launch flows
...
fixes #14628
2024-05-28 10:11:24 +02:00
Valentina1133
5c5debd0c0
chore: add object names market data fields ( #14904 )
2024-05-27 13:55:25 +07:00
Stefan
4771f0d77f
feat(wallet) customize NetworkFilter for dapps display
...
Allow to show all selected icons in the network filter
Hide checkboxes in the network filter dropdown
Updates #14607
2024-05-20 15:09:57 +02:00
Cuteivist
d70f2dcf23
feat(@wallet): Show lightbox when clicking collectible ( #14168 )
2024-05-15 11:36:56 +02:00
Cuteivist
2565c8a135
fix(wallet): Show community name in tag ( #14622 )
2024-05-15 11:14:46 +02:00
Khushboo Mehta
30ff5f3a2b
fix(@desktop/wallet): New Collectible Details tabs
...
fixes #13806
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-14 09:32:45 +02:00
Stefan
1f60410db8
feat(dapps) implement wallet connect URI input
...
Other changes
- start Wallet Connect SDK using web engine after wallet is ready
- source WC project ID from the constants in nim
- close list when opening the `ConnectDappModal`
- remove the old POC modal instantiation
- rename ConnectDappPopup to Modal for consistency
- move specific dapps related user settings to their place in the component
- add DAppsStore to be used for dapps abstraction
Updates #14556
2024-05-13 10:33:16 +02:00
Khushboo Mehta
8d8268db2f
feat(@desktop/wallet): Make images match their aspect ratio but still have min width and height in collectible details
...
Also make images zoom to cropped when visible in the collectibles list view
fixes #14203
2024-05-06 16:56:48 +02:00
Sale Djenic
dd104960ba
feat(walletconnect): initial code organization
...
Closes #14395
2024-05-02 09:47:30 +02:00
Lukáš Tinkl
792e8d74a8
fix: Inclusion of Watched addresses in Balances: Wording change
...
- "Include in total balance" -> "Include in balances and activity"
Fixes #14517
2024-04-29 10:49:24 +02:00
Ivan Belyakov
3843b53cc0
feat(wallet): toggling `include/exclude from total balance` menu action
...
filters out assets/collectibles/activities entries.
Fixed direction of transfers for `All accounts` selection on activity
tab.
Closes #14162 #14216
2024-04-12 15:18:19 +02:00
Ivan Belyakov
6ba0cdfafa
feat(wallet): removed allAddresses flag as redundant
2024-04-12 15:18:19 +02:00
Lukáš Tinkl
9024a4c324
fix(RightTabView): fix filter button vertical alignment
...
spotted by Ben
2024-04-11 21:48:16 +02:00
Lukáš Tinkl
e363dd1109
fix(SortOrderComboBox): do not display icons or bold(er) font in delegates
...
- cleanup indentation (older QtC versions don't like the nullish
coalescing operator `??`)
- fixup SB pages
2024-04-11 21:48:16 +02:00
Anthony Laibe
da7f419f57
fix: repeat tx open the send modal
...
fixes #14357
2024-04-10 10:31:58 +02:00
Khushboo Mehta
2d20a2e1b7
feat(@desktop/wallet): Collectible Details balance tag
...
fixes #13809
2024-04-03 20:37:45 +02:00
Cuteivist
7fa3771e4e
feat(wallet): Handle collectibles details unknown community ( #14206 )
2024-04-02 10:23:20 +02:00
Cuteivist
6dec612f5c
feat(wallet): Handled failed to load collectible image state ( #14229 )
2024-03-30 06:00:00 +01:00
Khushboo Mehta
5473e3b14e
chore(@desktop/wallet): Simplify the wallet networks service
...
fixes #12717
2024-03-28 11:47:33 +01:00
Khushboo Mehta
f45a39bfcf
feat(@desktop/wallet): Link out from collectible details view to opensea
...
fixes #13918
2024-03-27 17:47:06 +01:00
Stefan
b4aff67639
fix(wallet) wrong properties referenced in TransactionDetailView
...
Updates: #13663
2024-03-25 18:38:33 +01:00
Stefan
cd2b211f63
chore(wallet) lazy load TransactionDetailView
...
I was debugging a crash at login and found out that
TransactionDetailView was being loaded even when it was not being used;
my debugging code in `onComplete` was trying to access transaction data
from nim which was not set.
Updates #13663
2024-03-25 18:38:33 +01:00
Lukáš Tinkl
9ef513b419
fix(TokenManagement): Asset balance threshold value not reflected in main wallet view
...
- take the balance threshold value into account when presenting the
assets in the main wallet view
- additional fix from Emil for storing the threshold value
- storybook fixes to display the correct `currentCurrencyBalance` values
based on the address/wallet filters and mocking the threshold values
using TransactionStore
Fixes : #14017
2024-03-23 11:37:37 +01:00
Valentina Novgorodtceva
05df5d1bce
chore: object names added for wallet right tab buttons and filter button
2024-03-22 14:00:19 +03:00
Khushboo Mehta
4f75956ca3
fix(@desktop/wallet): Fix link out to extherscan from collectibles details view
2024-03-20 19:04:32 +01:00
Stefan
0958860bc9
fix(qml): fix etherscan links for all networks
...
Also refactor code for reusability and readability.
Closes : #13986
2024-03-19 15:14:40 +01:00
Noelia
f31d6131c3
feat(CollectiblesView): Always visualize section header if community minted collectibles are present
...
- If only minted collectibles, section header visible. Otherwise, if only regular collectibles, section hidden.
- Updated header used to `FoldableHeader`.
Closes #13315
2024-03-13 12:50:20 +01:00
Noelia
08114728d6
fix(CollectibleView): Some strange layout behaviour caused by this syntax
...
Syntax error.
2024-03-13 12:50:20 +01:00
Khushboo Mehta
2f0343f0e9
feat(@desktop/wallet): Main Collectible Detail View enhancements
...
fixes #13804
2024-03-13 11:46:49 +01:00
Dario Gabriel Lipicar
af84d788ff
feat(@desktop/wallet): display balance in collectibles view
...
Closes #12940
2024-03-11 09:10:01 -03:00
Anthony Laibe
115610fcf6
feat(@wallet): unknown token
2024-03-11 11:29:32 +01:00
Lukáš Tinkl
418d6bcc35
fix: Collapse / expand section header icons in collectibles view
...
- use the right icons for collapsed/expanded state
(this should probably use the existing `FoldableHeader` component)
Fixes #13774
2024-03-07 22:18:50 +01:00
Khushboo Mehta
3118931ab8
fest(@desktop/wallet): Update Desktop UI to correctly call the router and send
...
fixes #13797
2024-03-06 12:31:16 +01:00
Dario Gabriel Lipicar
96d9acf1f0
feat(@desktop/wallet): implement jump to activity details screen from collectible details activity tab
...
Fixes #13721
2024-03-05 07:41:20 -03:00
Dario Gabriel Lipicar
10c44b8038
feat(@desktop/wallet): implement collectible details activity tab
...
Fixes #12311
2024-02-28 13:07:48 -03:00
Khushboo Mehta
085bf762a5
feat(@desktop/wallet): Update token details view
...
closes #12373
2024-02-23 13:03:28 +01:00
Anthony Laibe
aed61b68b1
feat(@wallet): sepolia default
2024-02-23 11:52:40 +01:00
Cuteivist
fae86bcb8d
feat(@wallet): Show community activity ( #13627 )
2024-02-22 15:41:19 +01:00
Sale Djenic
a3923461e8
fix(savedaddresses): saved addresses should be displayed in mixed cases format
...
Fixes #13665
2024-02-22 10:05:26 +01:00
Dario Gabriel Lipicar
1860aa8240
fix(wallet): implement sort collectibles by date
...
Fixes #13550
2024-02-15 14:09:04 -03:00
Sale Djenic
dbd7937d8b
feat(savedaddresses): add save receiver address to the context menu in tx details view
...
This commit handles saved addresses changes and reflect them to the history view
and tx details view. In this context it handles the same way changes coming from sync
devices.
Also fix the issue when switching network mode.
Closes : #13095
2024-02-15 10:07:48 +01:00
Sale Djenic
3e3452c8db
fix(savedaddresses): saved addresses are not in sync between devices
...
Closes : #9567
2024-02-14 12:19:34 +01:00
Khushboo Mehta
8c939ad3a3
fix(@desktop/wallet): Replace existing model used in Community / Permissions and do the needed cleanups
...
fixes #12513
2024-02-12 14:26:13 +01:00
Dario Gabriel Lipicar
8b7efa3122
feat(wallet): simplify loading items mechanism for collectibles model
...
Fixes #11802
2024-02-08 11:08:21 -03:00
Lukáš Tinkl
9db48a986a
fix(token mgmt): finish the controller refactoring
...
- reduce the duplication by moving the controllers (1 per type) to the
toplevel stores
- make sure the internal properties stay in sync between save/load now
that we have just 1 common controller
- fix navigating to the Hidden section from the toast
- finish impl of hiding the token from FirstTokenReceivedPopup
2024-02-02 23:48:10 +01:00
Noelia
3cbfe1cf54
feat(TokensManagement): Hide asset / collectible popup
...
Moved `ConfirmationDialog` popups related to hide individual assets or collectibles to `Popups`.
Part of #13293
2024-02-02 23:48:10 +01:00