fix: hide totals if simulation successful#23899
Merged
matthewwalsh0 merged 9 commits intodevelopfrom Apr 10, 2024
Merged
Conversation
Use remote token list if petnames enabled.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #23899 +/- ##
===========================================
- Coverage 69.09% 69.04% -0.04%
===========================================
Files 1164 1164
Lines 44505 44490 -15
Branches 11890 11891 +1
===========================================
- Hits 30747 30717 -30
- Misses 13758 13773 +15 ☔ View full report in Codecov by Sentry. |
Collaborator
Builds ready [eb9d4c8]
Page Load Metrics (472 ± 378 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Use token list polling if simulations enabled.
Collaborator
Builds ready [38f9913]
Page Load Metrics (379 ± 339 ms)
Bundle size diffs
|
Collaborator
Builds ready [297b35b]
Page Load Metrics (1065 ± 524 ms)
Bundle size diffs
|
vinistevam
approved these changes
Apr 10, 2024
ui/pages/confirmations/confirm-transaction-base/confirm-transaction-base.component.js
Show resolved
Hide resolved
cryptotavares
approved these changes
Apr 10, 2024
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Description
Hide the totals in the transaction confirmation if simulation is successful, in order to reduce the amount of data in the confirmation and limit the scrolling required.
Related issues
Fixes: #2318
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist