status-desktop/ui/imports/shared/panels
Alex Jbanca 793aeb15c3 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-22 11:32:41 +02:00
..
private chore: Remove the Browser from the app completely for now 2024-08-07 16:45:31 +02:00
AcceptRejectOptionsButtonsPanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
Address.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
AnimatedText.qml fix(Dapps): Fixing fees in transaction requests 2024-11-22 11:32:41 +02:00
ChatsLoadingPanel.qml feat(Communities): Communities folder reorganization 2023-06-28 14:28:47 +02:00
ConnectionWarnings.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
DidYouKnowSplashScreen.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
DropAndEditImagePanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
EditCroppedImagePanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
EnterSeedPhrase.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ImageLoader.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
MockedKeycardLibControllerWindow.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ModuleWarning.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
NoImageUploadedPanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
RoundedIcon.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
RoundedImage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SVGImage.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
SeedPhrase.qml chore(@desktop/wallet): object names added to wallet account related qml components 2023-04-13 19:51:10 +02:00
Separator.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SequenceColumnLayout.qml fix: Airdrop section of deployed NFT doesn't seem to apply darkmode 2023-06-30 17:15:09 +02:00
StyledText.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
qmldir fix: animation for updating fees added to send and swap modal 2024-10-29 16:12:07 +01:00