status-desktop/ui/app/AppLayouts/Wallet/popups/swap
Alex Jbanca 9f40f0fada fix(Swap): Fixing the account balance in the swap modal
The root cause of this issue is the improper computation of the  `accountBalance`  expression role in the accounts model. Its value depends on another model (`filteredBalancesModel`) and by the time the expression role gets computed the proper `balance ` is not ready in the `filteredBalancesModel`.

This is a quick fix, but maybe the real fix should be restructuring the adapter and the model dependencies. I'd look out for any `ModelUtils` usage and replace it with a declarative approach if possible.
2024-07-19 19:07:51 +03:00
..
SwapApproveCapModal.qml feat(SwapModal): Integrate Sign and Approve modals 2024-07-12 16:04:21 +02:00
SwapInputParamsForm.qml feat(SwapModal): Integrate Sign and Approve modals 2024-07-12 16:04:21 +02:00
SwapModal.qml fix(Swap): Fixing the account balance in the swap modal 2024-07-19 19:07:51 +03:00
SwapModalAdaptor.qml fix(Swap): Fixing the account balance in the swap modal 2024-07-19 19:07:51 +03:00
SwapOutputData.qml feat(@desktop/wallet): Implements auto refresh 2024-07-09 15:48:09 +02:00
SwapSignModal.qml fix(@desktop/wallet): fix for SwapSignModal has wrong value 2024-07-19 17:35:42 +02:00
qmldir feat(SwapModal): Integrate Sign and Approve modals 2024-07-12 16:04:21 +02:00