status-desktop/ui/imports/shared/popups
Alex Jbanca f42f342731
fix(Dapps): Fixing fees in transaction requests
Fixes:
1. Fixing the laggy scrolling on transaction requiests popups. The root cause of this issue was the fees request and also the estimated time request. These periodic requests were blocking. Now we'll call these API async.
2. Fixing the max fees: The fees computation was using 21k as gasLimit. This value was hardcoded in WC. Now we're requesting the gasLimit if it's not provided by the dApp. This call is also async.
3. Fixing the periodicity of the fees computation. The fees were computed by the client only if the tx object didn't already provide the fees. But the tx could fail if when the fees are highly volatile because it was not being overridden. Now Status is computing the fees periodically for all tx requests.
4. Fixing an issue where the loading state of the fees text in the modal was showing text underneath the loading animation. Fixed by updating the AnimatedText to support a custom target property. The text component used for session requests is using `cusomColor` property to set the text color and the `color` for the text must not be overriden.
2024-11-18 17:59:20 +02:00
..
addaccount fix(AddAccountPopup): account list for address selection is empty 2024-11-04 12:24:33 +01:00
common fix(AddAccount): Derivation path drop down is empty 2024-10-30 11:43:02 +01:00
keycard chore: usage of goerli removed 2024-10-29 15:46:09 +01:00
keypairimport chore(StatusQ): Backpressure files deduplicated, imports adjusted 2024-07-12 14:00:15 +02:00
send fix: cant fetch fees when releasing ens name, token is not set, as well as value 2024-10-30 09:53:40 +01:00
walletconnect fix(Dapps): Fixing fees in transaction requests 2024-11-18 17:59:20 +02:00
AlertPopup.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
BlockContactConfirmationDialog.qml remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
CommonContactDialog.qml Utils.getCompressedPk removed from multiple components 2024-10-31 11:11:30 +01:00
CommunityAssetsInfoPopup.qml fix(CommunityAssetsInfoPopup): fix missing OK button 2024-03-19 14:18:55 +01:00
CommunityMembershipSetupDialog.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ConfirmExternalLinkPopup.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ConfirmationDialog.qml feat(token mgmt): update main wallet view layout with community assets 2023-12-06 11:18:36 +01:00
DeleteMessageConfirmationPopup.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
DownloadPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
GetSyncCodeInstructionsPopup.qml fix(GetSyncCodeInstructionsPopup): mention same network 2023-10-05 10:12:48 +02:00
ImageContextMenu.qml copyImageToClipboardByUrl moved to ClipboardUtils 2024-08-29 15:46:17 +02:00
ImageCropWorkflow.qml fix: improve image type detection 2024-11-04 10:29:01 +01:00
ImportCommunityPopup.qml changeCommunityKeyCompression moved from Utils to UtilsStore 2024-10-28 23:16:31 +01:00
InviteFriendsPopup.qml Using ClipboardUtils.setText instead of nim's copyToClipboard 2024-08-29 15:46:17 +02:00
MarkAsIDVerifiedDialog.qml remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
MarkAsUntrustedPopup.qml remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
MetricsEnablePopup.qml feat(Settings/Privacy and security): add Privacy Policy popup 2024-08-21 15:28:11 +02:00
ModalPopup.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
NicknamePopup.qml getEmojiHashAsJson moved from Utils to UtilsStore 2024-10-28 23:16:31 +01:00
NoPermissionsToJoinPopup.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ProfileDialog.qml Utils.getCompressedPk removed from multiple components 2024-10-31 11:11:30 +01:00
RemoveAccountConfirmationPopup.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
RemoveContactPopup.qml remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
RemoveIDVerificationDialog.qml remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
RenameGroupPopup.qml fix(RenameGroupPopup): fix name validation and scrolling 2024-10-23 16:18:26 +02:00
ReviewContactRequestPopup.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SendContactRequestModal.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
SettingsDirtyToastMessage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
UnblockContactConfirmationDialog.qml test: block and unblock user test added (#15577) 2024-07-18 17:57:24 +07:00
UserAgreementPopup.qml chore(@wallet): Desktop is in beta 2024-10-10 13:21:46 +02:00
UserStatusContextMenu.qml getEmojiHashAsJson moved from Utils to UtilsStore 2024-10-28 23:16:31 +01:00
qmldir chore: Unused PopupMenu removed 2024-10-16 23:02:02 +02:00